SOLVED No write permission on SMB share with debian client

Muffin.Monkey

Dabbler
Joined
Feb 2, 2019
Messages
13
Hi,

I am setting up my first and newly built FreeNAS server. After setting up basic stuff I added datasets, which I want to share. But I am running into the problem that my (main) client, a debian 8, can mount and read from the shares, but not write. I mount the share with

Code:
sudo mount -t cifs //<serverIP>/<shareName> <clientMountFolder> -o vers=3.0,user=<userName>,uid=<userID of <user> >,gid=<groupID of <user> >


(Currently I am mounting by cli, but I am planning to automatically mount the share)

On a (test) windows 10 machine I am able to mount and write the share.
I am running FreeNAS 11.2-U5.

What am I doing wrong on my debian client?
 
Last edited:
Top