|
2008-01-05
, 01:00
|
|
Posts: 531 |
Thanked: 79 times |
Joined on Oct 2006
@ This side of insane, that side of genius
|
#2
|
|
2008-01-05
, 03:41
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#3
|
major minor #blocks name 31 0 128 mtdblock0 31 1 384 mtdblock1 31 2 2048 mtdblock2 31 3 2048 mtdblock3 31 4 257536 mtdblock4 254 0 1966080 mmcblk0 254 1 1966072 mmcblk0p1 254 8 7977472 mmcblk1 254 9 7973376 mmcblk1p1
Nokia-N810-50-2:~# sfdisk -l /dev/mmcblk0 Disk /dev/mmcblk0: 61440 cylinders, 4 heads, 16 sectors/track Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk0p1 0+ 61439 61440- 1966072 b W95 FAT32 /dev/mmcblk0p2 0 - 0 0 0 Empty /dev/mmcblk0p3 0 - 0 0 0 Empty /dev/mmcblk0p4 0 - 0 0 0 Empty
|
2008-01-05
, 03:54
|
|
Posts: 469 |
Thanked: 88 times |
Joined on Sep 2007
@ Montana
|
#4
|
|
2008-01-05
, 11:34
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#5
|
|
2008-01-05
, 18:10
|
Posts: 57 |
Thanked: 10 times |
Joined on Dec 2007
|
#6
|
You should be able to fix it by unmounting it, running sfdisk on it to delete and recreate the first partition and finally using mkfs.vfat -F 32 to "format" the partition as FAT32.
|
2008-02-14
, 13:28
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#7
|
But..., does this mean Nokia sold me (and others) an internal card with a broken partition table?
|
2008-02-14
, 21:52
|
Posts: 8 |
Thanked: 3 times |
Joined on Jan 2008
@ N.C.
|
#8
|
~ $ cat /proc/partitions major minor #blocks name 31 0 128 mtdblock0 31 1 384 mtdblock1 31 2 2048 mtdblock2 31 3 2048 mtdblock3 31 4 257536 mtdblock4 254 0 3932160 mmcblk0 254 1 3928064 mmcblk0p1 254 8 1966080 mmcblk1 254 9 2007032 mmcblk1p1 ~ $
|
2008-02-15
, 08:49
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#9
|
Is there a way to backup or copy everything that is on the internal memory card before reformatting it, and then to copy/restore it back?
cp -r /media/mmc2 /media/mmc1/
find /media/mmc1/mmc2
du -sk /media/mmc2 du -sk /media/mmc1/mmc2
cp -r /media/mmc1/mmc2/* /media/mmc2/
|
2008-02-16
, 06:29
|
Posts: 8 |
Thanked: 3 times |
Joined on Jan 2008
@ N.C.
|
#10
|
Open a Terminal on the tablet and type
Optionally, if you're on a linux computer, attach the tablet via USB and do the same on the host computer. If you're as confused as I am, read dmesg.
Thank you.