View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#36
Did the write test with Transcend 150x 4GB SD. When writing 160MB it took 25 seconds
Code:
Nokia-N800-10:~$ s=$(date +%s) ; dd if=/dev/zero of=/media/mmc2/test bs=4096 count=40000 ; sync ; e=$(date +%s) ; echo $((e-s))
40000+0 records in
40000+0 records out
25
This means N800 write speed including FAT filesystem overhead is approx. 6MB/s with this card.