![]() |
2007-02-10
, 17:39
|
|
Posts: 531 |
Thanked: 79 times |
Joined on Oct 2006
@ This side of insane, that side of genius
|
#122
|
![]() |
2007-02-11
, 02:35
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2006
|
#123
|
![]() |
2007-02-11
, 11:06
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#124
|
time dd if=/dev/mmcblkX of=/dev/null bs=16384 count=10000
![]() |
2007-02-11
, 13:29
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#125
|
/home/user # uname -a Linux Nokia-N800-51 2.6.18-omap1 #3 Tue Feb 6 22:30:15 PST 2007 armv6l unknown /home/user # df Filesystem 1k-blocks Used Available Use% Mounted on /dev/mtdblock4 2048 2036 12 99% /mnt/initfs none 512 64 448 13% /mnt/initfs/tmp /dev/mtdblock4 257536 89892 167644 35% / none 512 64 448 13% /tmp none 1024 60 964 6% /dev /dev/mmcblk1p1 3971584 192 3971392 0% /media/mmc1 /dev/mmcblk0p1 122742 114688 8054 93% /media/mmc2 /home/user # time dd if=/dev/mmcblk0 of=/dev/null bs=16384 count=10000 7688+0 records in 7688+0 records out real 0m 16.32s user 0m 0.00s sys 0m 0.75s /home/user # time dd if=/dev/mmcblk1 of=/dev/null bs=16384 count=10000 10000+0 records in 10000+0 records out real 0m 21.03s user 0m 0.00s sys 0m 0.42s
![]() |
2007-02-11
, 14:16
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#126
|
![]() |
2007-02-11
, 15:50
|
Posts: 11 |
Thanked: 0 times |
Joined on Jan 2007
|
#127
|
![]() |
2007-02-11
, 21:50
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2006
|
#128
|
![]() |
2007-02-11
, 21:57
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2006
|
#129
|
![]() |
2007-02-15
, 13:06
|
Posts: 10 |
Thanked: 0 times |
Joined on Oct 2006
|
#130
|
I also broke one by trying to reformat it to use smaller sectors using mkfs.vfat and now I can't seem to make a vfat filesystem that is both 8GB and recognized by the N800. Best I can do is 2GB. Any ideas appreciated.