Re: SMB permissions -

2019-03-08 Thread Bob Goodwin
On 03/08/19 13:36, Bill Shirley wrote: What does the share's stanza in smb.conf look like? . I see the following, they are all marked writable = yes stopping selinux or firewalld has no affect on the problem. I guess I will resign myself to just using root to make changes from my Linux

Re: SMB permissions -

2019-03-08 Thread Bill Shirley
What does the share's stanza in smb.conf look like? Here's one of mine: [zzmodelrw]     comment = Model for Read/Write shares     path = /lan/shares/zzmodelrw     browseable = yes     guest ok = yes     writeable = no     write list = @smbusers     create mask = 660   

Re: SMB permissions -

2019-03-07 Thread Bob Goodwin
On 03/05/19 15:35, Fred Smith wrote: Yes. Put it in fstab instead of defaults. I use this for the options in fstab: credentials=/root/.smbcred,defaults,uid=my-username,gid=my-username,auto,users,exec,vers=3.0 the credentials= points to a file with read-only permissions, owned by root. it

Re: SMB permissions -

2019-03-05 Thread Cameron Simpson
On 05Mar2019 13:43, Joe Zeff wrote: On 03/05/2019 01:35 PM, Fred Smith wrote: I use this for the options in fstab: credentials=/root/.smbcred,defaults,uid=my-username,gid=my-username,auto,users,exec,vers=3.0 I'm no expert on this, but I think that if you have auto, having users is

Re: SMB permissions -

2019-03-05 Thread Joe Zeff
On 03/05/2019 01:35 PM, Fred Smith wrote: I use this for the options in fstab: credentials=/root/.smbcred,defaults,uid=my-username,gid=my-username,auto,users,exec,vers=3.0 I'm no expert on this, but I think that if you have auto, having users is redundant, unless you want users to be able to

Re: SMB permissions -

2019-03-05 Thread Fred Smith
On Tue, Mar 05, 2019 at 01:08:43PM -0700, Joe Zeff wrote: > On 03/05/2019 12:44 PM, Bob Goodwin wrote: > > > > > >On 03/05/19 13:46, Joe Zeff wrote: > >>On 03/05/2019 11:38 AM, Bob Goodwin wrote: > >>>I mount it on /mnt/box48 and the problem seems to be permissions: > >> > >>I've found that mount

Re: SMB permissions -

2019-03-05 Thread Joe Zeff
On 03/05/2019 12:44 PM, Bob Goodwin wrote: On 03/05/19 13:46, Joe Zeff wrote: On 03/05/2019 11:38 AM, Bob Goodwin wrote: I mount it on /mnt/box48 and the problem seems to be permissions: I've found that mount sometimes insists on mounting partitions ro, even if you specify r/w.  The only

Re: SMB permissions -

2019-03-05 Thread Bob Goodwin
On 03/05/19 13:46, Joe Zeff wrote: On 03/05/2019 11:38 AM, Bob Goodwin wrote: I mount it on /mnt/box48 and the problem seems to be permissions: I've found that mount sometimes insists on mounting partitions ro, even if you specify r/w.  The only thing I've ever found that always works

Re: SMB permissions -

2019-03-05 Thread Joe Zeff
On 03/05/2019 11:38 AM, Bob Goodwin wrote: I mount it on /mnt/box48 and the problem seems to be permissions: I've found that mount sometimes insists on mounting partitions ro, even if you specify r/w. The only thing I've ever found that always works (for me) is the mount option umask=.

SMB permissions -

2019-03-05 Thread Bob Goodwin
. I have a fedora samba server that works ok however I can't save to it except as root. The apple users can do whatever they need, save to it and create directories when they want. I have to run Thunar as root or use sftp to do those things from Fedora29, actually through a number of