View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#14
Copy and paste into XTerm:
Code:
df -h|grep ^/dev
and then copy and paste the result back here, you should get something like this
Code:
/dev/mmcblk0p2   2.0G  716.4M    1.2G  37% /home
/dev/mmcblk0p1  27.0G   10.7G   16.3G  40% /home/user/MyDocs
/dev/mmcblk1p1   4.9G    1.2G    3.7G  25% /media/mmc1

Also copy and paste into XTerm:
Code:
sfdisk -lnd|grep ^/dev/mmcblk0
and copy and paste the result back here, you should get something like this
Code:
/dev/mmcblk0p1 : start=       64, size= 56631296, Id= c
/dev/mmcblk0p2 : start= 56631360, size=  4194304, Id=83
/dev/mmcblk0p3 : start= 60825664, size=  1572864, Id=82
/dev/mmcblk0p4 : start=        0, size=        0, Id= 0
 

The Following User Says Thank You to JonWW For This Useful Post: