The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-09-10
, 22:07
|
Posts: 21 |
Thanked: 3 times |
Joined on Jun 2010
@ Blanes (Girona) - Spain
|
#12
|
![]() |
2011-09-10
, 22:44
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#13
|
ls -al /dev/mmcblk*
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-09-10
, 23:05
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#14
|
df -h|grep ^/dev
/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
sfdisk -lnd|grep ^/dev/mmcblk0
/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: | ||
![]() |
2011-09-11
, 00:41
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#15
|
dmesg >> ~/MyDocs/dmesg.log
Filesystem Size Used Avail Use% Mounted on rootfs 228M 185M 40M 83% / ubi0:rootfs 228M 185M 40M 83% / tmpfs 1.0M 104K 920K 11% /tmp tmpfs 256K 104K 152K 41% /var/run none 10M 80K 10M 1% /dev tmpfs 64M 4.0K 64M 1% /dev/shm /dev/mmcblk0p2 2.0G 1.8G 76M 97% /home /opt/pymaemo/usr/lib/python2.5 2.0G 1.8G 76M 97% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 2.0G 1.8G 76M 97% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 2.0G 1.8G 76M 97% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 2.0G 1.8G 76M 97% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 2.0G 1.8G 76M 97% /usr/lib/python-support /dev/mmcblk0p1 27G 24G 2.8G 90% /home/user/MyDocs
rootfs on / type rootfs (rw) ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /tmp type tmpfs (rw,noatime,size=1024k) tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755) none on /dev type tmpfs (rw,noatime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k) /dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writeback) /home/opt on /opt type none (bind,rbind) nodev on /sys/kernel/debug type debugfs (0) /opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind,rbind) /opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind,rbind) /opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind,rbind) /opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind,rbind) /opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind,rbind) /dev/mmcblk0p1 on /home/user/MyDocs type ext3 (rw,noauto,nosuid,noatime,nodiratime)
The Following User Says Thank You to tuxsavvy For This Useful Post: | ||
![]() |
2011-09-11
, 08:40
|
Posts: 21 |
Thanked: 3 times |
Joined on Jun 2010
@ Blanes (Girona) - Spain
|
#16
|
![]() |
2011-09-11
, 09:16
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#17
|
![]() |
2011-09-11
, 09:23
|
Posts: 21 |
Thanked: 3 times |
Joined on Jun 2010
@ Blanes (Girona) - Spain
|
#18
|
Sorry my mistake, run the sfdisk command again but as root, it wont work as user.
![]() |
2011-09-11
, 09:55
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#19
|
cat /etc/mtab
![]() |
2011-09-11
, 10:01
|
Posts: 21 |
Thanked: 3 times |
Joined on Jun 2010
@ Blanes (Girona) - Spain
|
#20
|
If you have rootsh now, you could try to really check your device.
To print out the partition table
The common setup includes one large 28 GB FAT32-partition, a 2GB ext3-partition and a 0,75 GB swap partition. Compare your output or post additional warnings of sfdisk here.