View Single Post
Posts: 1,432 | Thanked: 2,630 times | Joined on Jan 2011 @ Touring
#70
ok /etc/default/mount-opts bad N900
Code:
# Options for mounting user's filesystems

home_opts="rw,noatime,errors=continue,commit=1,data=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir"
good N900

Code:
# Options for mounting user's filesystems

home_opts="rw,noatime,errors=continue,commit=1,data=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir"
So a quick review shows us all with the same options, is it time to try forcing something?

(edit)In a simpler time I dont think I ever used the rodir option...

Last edited by biketool; 2013-07-13 at 19:05.