View Single Post
Mara's Avatar
Posts: 1,310 | Thanked: 820 times | Joined on Mar 2006 @ Irving, TX
#1756
Originally Posted by yarda View Post
It seems it got lost here:
https://gitorious.org/community-ssu/...3125ee72f123de

My /etc/default/mount-opts:
# Options for mounting user's filesystems

home_opts="rw,noatime,errors=continue,commit=1,dat a=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodir atime,utf8,uid=29999,shortname=mixed,dmask=000,fma sk=0133,rodir"

So I am missing common_opts and the fat_opts doesn't match the vfat filesystem, possible fix:

--- mount-opts.orig 2013-08-20 22:25:37.000000000 +0200
+++ mount-opts 2015-01-03 22:18:20.000000000 +0100
@@ -2,3 +2,4 @@

home_opts="rw,noatime,errors=continue,commit=1,dat a=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodir atime,utf8,uid=29999,shortname=mixed,dmask=000,fma sk=0133,rodir"
+vfat_opts="$fat_opts"
If you look this post it does seem the user:users should have write access for MyDocs on properly mounted system:
http://talk.maemo.org/showpost.php?p...postcount=1725

I was able to get write access working by either mounting manually MyDocs using dmask=000 and fmask=000 options. I also tried using only option uid=29999 that seems to work as well.

It does look like the mmc-mount script is not able to utilize any of the vfat-opts from mount-opts? (If you try "mount | grep MyDocs" this should show all options that were used when MyDocs was mounted?)
 

The Following 4 Users Say Thank You to Mara For This Useful Post: