View Single Post
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#22
Originally Posted by peterleinchen View Post
Hey sup,

standard mount is strong enough.
I am mounting with:
Code:
echo /home/user/MyDocs/.maps.vfat.img /home/user/MyDocs/.maps vfat loop,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0 >> /etc/fstab
mount /home/user/MyDocs/.maps
first line adds loop device to fstab
second line mounts with Maemo standrad mount (busybox enhanced installed. but I think I installed it later and it worked with default bb mount also)

But hey, if your mount2 works too ...
Well that strange, I tried echoing fstab too. Maybe that I had uid=user instead of uid=29999, but as you said, mount2 works too. Thanks for replying!