Article 6QJWX [SOLVED] Unable to write to TrueNAS cifs share after mounting via /etc/fstab

[SOLVED] Unable to write to TrueNAS cifs share after mounting via /etc/fstab

by
engineer
from LinuxQuestions.org on (#6QJWX)
Alas, it's been too long since I've done this, and I'm unable to obtain write access to the cifs share from my TrueNAS NAS. I am able to view the directory structure, and files, but not write to the directory, unless I am root. At one point, I evidently figured this out, because I'd been writing to this share on another linux machine a few years ago. The share also works on another windows machine that I've been using for years.

the /etc/fstab file:
Code://192.168.10.125//Ganymede /home/engineer/Ganymede cifs rw,uid=1000,gid=1000,credentials=/creds,dirmode=0777,filemode=0666 0 0The output from ls -lah:
Code:drwxr-xr-x 2 root root 0 Sep 8 17:45 GanymedeI am assuming the mount works properly since I am able to read the share, and no errors occur other than the aforementioned permissions problem. I've tried scouring the internet for a variety of fstab 'options', none of which seem to change the result.

The guid and uid of the user I'd like to be writing to the share is 1000, as shown in the fstab snippet.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments