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.