I know there are threads but I want to keep this under 6k.
I used:
time dd if=/dev/zero of=/zeros count=65536; time sync
for writing speed test; and
time dd if=zeros of=/dev/null; time sync
for reading speed test.
I added up "real" from both and have the following results. I kind of mixed fat32 and ext2, does not have significant differences.
Card Write(sec) Speed(mb/sec) Read(Sec) Speed(mb/sec)
SanDisk sd 512mb 27.757 1.153 23.472 1.363
Apacer sd 60x 1g 22.337 1.433 21.512 1.488
Vinking cf 128mb 25.912 1.235 16.812 1.903
It seems getting a 60x sd card is a bad investiment . I will borrow a faster cf and see if it is still the case.
One thing I noticed was when I tried ext2, it seemed that writing was faster but it took longer to sync. Hence no significant difference.
Guess I don't have to spend more $$ on faster card.