View Single Post
Posts: 105 | Thanked: 46 times | Joined on May 2011
#28
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
...
Hm, I tried your script but it doesn't do anything. Could you re-write it so that I can try out in x-term? I'm still a n00b when it comes to Linux