On Wed, Jun 22, 2016 at 10:24 PM, Joe Zeff <joe@xxxxxxx> wrote:
On 06/22/2016 03:34 PM, Stephen Morris wrote:
I have a Nas storage device that is direct connected to my router
via ethernet. The auto mount at boot time that occurs as a result of the
fstab entry fails to be able to mount the device. After I boot into KDE
I can quite happily mount the device albeit via using sudo. If I try
specifying the users and user options in the mount definition in fstab I
get errors saying that CIFS doesn't support those options, hence the
only option is to use root to mount the device. Does anyone know if this
is deliberate on the part of CIFS or is this a defect? Reading the man
page pointed at below is seems that CIFS will only allow Superuser
mounts, is that likely to change?
Just a thought: it may be that the automount is failing because it comes before the network is up. If so, you could create a script that mounts it and call it from rc.local, as that's the last thing done during boot, and you know that you'll have connectivity by then. It's not the most elegant way to do it, I know, but that's exactly the type of thing rc.local is for.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
here is a link to help in change of the rc files so you can bump the mount to after the network...
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org