Milhouse
|
2007-05-06
, 23:42
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#31
|
|
2007-05-07
, 00:49
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#32
|
|
2007-05-07
, 12:39
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#33
|
From the benchmarks posted on this forum, the slowest SDHC Class 2 card typically outperforms even the fastest SD card (when reading data) so unless you need SD for compatability I'd recommend SDHC every time as Nokia will surely add official SDHC in the next firmware (clowns if they don't).
s=$(date +%s) ;dd if=/dev/zero of=/media/mmcx/testfile bs=4096 count=20000 ; sync ; e=$(date +%s) ; echo $((e-s))
|
2007-05-07
, 23:36
|
Posts: 165 |
Thanked: 5 times |
Joined on Jan 2007
@ Boston MA USA
|
#34
|
I have a date change. The 16GB most likely won't be available till the end of June in to August. Keep an eye out for it then.
|
2007-05-08
, 04:02
|
Posts: 24 |
Thanked: 3 times |
Joined on Dec 2006
@ Las Vegas, NV
|
#35
|
You are kidding, right? Because you DO know that flash memory has a limited number of read/write cycles, right? And you DO know that "defragmentation" is a very read/write intensive process, right?
You are also aware that in Flash cards are MEMORY and hence there is no SEEK TIME involved because it takes the same time to get data from memory position #1 as it does from memory position #3276864738, yes?
In short: running a "defrag" on a flash device is not only pointless, it will also reduce the life of your memory card. Brilliant!.
|
2007-05-08
, 05:45
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#36
|
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
|
2007-05-08
, 13:32
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#37
|
|
2007-05-08
, 14:06
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#38
|
|
2007-05-08
, 15:28
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#39
|
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 65
Nokia-N800-10:~# s=$(date +%s) ; dd if=/dev/mmcblk1 of=/dev/null bs=4096 count=40000 ; sync ; e=$(date +%s) ; echo $((e-s)) 40000+0 records in 40000+0 records out 17
mmc1: clock 48000000Hz busmode 2 powermode 2 cs 0 Vdd 15 width 2 timing 2
|
2007-05-08
, 15:56
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#40
|