You can check out the speed of your SD card reading, then writing using:
Code: Select all
dd if=/dev/zero of=~/test.tmp bs=500K count=1024
dd if=~/test.bmp of=/dev/null bs=500K count=1024
What I found to my surprise was:
Class 10:
Reading: 524 MB in 71.5 s = 7.3MB/s
Writing: 524 MB in 26.5 s = 19.8 MB/s
Class 4:
Reading: 524 MB in 40.99s = 12.9 MB/s
Writing: 524 MB in 25.09 s = 20.9 MB/s
So, for me, my Class 4 card is faster than the Class 10 card, both cards set up the same.