Active Topics

 


Reply
Thread Tools
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#111
I am sorry, was mixing up the code.
Code:
df -hk
please.
Your mount output looks okay.
 
K9999's Avatar
Posts: 168 | Thanked: 116 times | Joined on Mar 2011 @ Malaysia
#112
owh u mean the rootfs space command

PHP Code:
~ $ df -hk
Filesystem           1k
-blocks      Used Available Use% Mounted on
rootfs                  233104    184436     44384  81
% /
ubi0:rootfs             233104    184436     44384  81% /
tmpfs                     1024        84       940   8% /tmp
tmpfs                      256        84       172  33
% /var/run
none                     10240        80     10160   1
% /dev
tmpfs                    65536         4     65532   0
% /dev/shm
/dev/mmcblk0p2         2064208   1869408     89944  95% /home
/home/opt              2064208   1869408     89944  95% /opt
/opt/pymaemo/usr/lib/python2.5
                       2064208   1869408     89944  95
% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
                       2064208   1869408     89944  95
% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
                       2064208   1869408     89944  95
% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
                       2064208   1869408     89944  95
% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
                       2064208   1869408     89944  95
% /usr/lib/python-support
/dev/mmcblk0p1        28312128  10086720  18225408  36% /home/user/MyDocs
/dev/mmcblk1p1         3864064   2106752   1757312  55% /media/mmc1
~ $ 
 
K9999's Avatar
Posts: 168 | Thanked: 116 times | Joined on Mar 2011 @ Malaysia
#113
thanx mate, i managed to solve the problem by mounting mmcblk0p1
the whole memory was for read only

PHP Code:
umount /dev/mmcblk0p1
fsck 
-/dev/mmcblk0p1

mount 
/dev/mmcblk0p1 
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:27.