View Single Post
Posts: 54 | Thanked: 21 times | Joined on Jun 2012
#8
Originally Posted by Zas View Post
Try checking the eMMC:
Code:
sudo gainroot
fsck /dev/mmcblk0p1
And then try mounting:
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs -t vfat -o noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir

fsck /dev/mmcblk0p1 output:
Code:
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
/dev/mmcblk0p1: 4319 files, 15369/442377 clusters
can i continue to the mount ?