View Single Post
Posts: 70 | Thanked: 12 times | Joined on Dec 2009
#6
Thank you very much...

i have posted the o/p as below
Waiting for you valuable comments




Originally Posted by Radicalz38 View Post
go to terminal

then type df
then post the output here.

df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233344 149472 79592 65% /
ubi0:rootfs 233344 149472 79592 65% /
tmpfs 1024 72 952 7% /tmp
tmpfs 256 76 180 30% /var/run
none 10240 76 10164 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 699660 1259692 36% /home
/home/opt 2064208 699660 1259692 36% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 699660 1259692 36% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 699660 1259692 36% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 699660 1259692 36% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 699660 1259692 36% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 699660 1259692 36% /usr/lib/python-support
/dev/mmcblk1 1965696 1710368 255328 87% /media/mmc1


Then type cat /etc/fstab
then post the output here.

$ cat /etc/fstab
# autogenerated
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8 ,uid=29999,shortname=mixed,dmask=000,fmask=0133,ro dir 0 0
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
/home/opt /opt none bind
/dev/mmcblk0p3 none swap sw 0 0

Then try typing mount /dev/mmcblk0p1 /home/user/MyDocs
and try typing df again
and post output here.
home/user # mount /dev/mmcblk0p1 /home/user/MyDocs
mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: Invalid argument

/home/user # df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233344 143968 85096 63% /
ubi0:rootfs 233344 143968 85096 63% /
tmpfs 1024 76 948 7% /tmp
tmpfs 256 76 180 30% /var/run
none 10240 76 10164 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 699932 1259420 36% /home
/home/opt 2064208 699932 1259420 36% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 699932 1259420 36% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 699932 1259420 36% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 699932 1259420 36% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 699932 1259420 36% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 699932 1259420 36% /usr/lib/python-support
/dev/mmcblk1 1965696 1710400 255296 87% /media/mmc1
/home/user #

Last edited by tom4_u; 2011-04-26 at 19:12.