View Single Post
Posts: 39 | Thanked: 12 times | Joined on Jan 2009
#3
It failed to mount. I used type 0c of W95 vfat LBA since that was the original partition type that shipped with the unit.

Code:
Nokia-N810-43-7:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/mtdblock4            4.0M      2.6M      1.4M  65% /mnt/initfs
none                    512.0k     88.0k    424.0k  17% /mnt/initfs/tmp
/dev/mtdblock4          249.5M    231.9M     17.6M  93% /
none                    512.0k     88.0k    424.0k  17% /tmp
none                      1.0M     52.0k    972.0k   5% /dev
tmpfs                     1.0M         0      1.0M   0% /dev/shm
Nokia-N810-43-7:~# sfdisk -l

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          1   61439   61439    1966048    6  FAT16
/dev/mmcblk0p2          0       -       0          0    0  Empty
/dev/mmcblk0p3          0       -       0          0    0  Empty
/dev/mmcblk0p4          0       -       0          0    0  Empty
Nokia-N810-43-7:~# mount /dev/mmcblk0p1 /media/mmc2
mount: mounting /dev/mmcblk0p1 on /media/mmc2 failed
EDIT: I changed the partition type code back to 0c and the rest of your command worked great. I can now see all 2GB. Thanks!

Last edited by EasternPA; 2011-03-24 at 12:57.