Rob Campbell
2022-Mar-04 22:21 UTC
[Samba] Unable to write to a share that I should have access to
[Backup] comment = Old Media storage path = "/mnt/seagate/Backup" guest ok = no writeable = Yes create mask = 0777 directory mask = 0777 valid users = myusername I am able to mount it as a user with 'gio mount smb://$FS/backup' but when I am in that dir, I am unable to write to it. I can view the files but I can't save anything new or edit and save. Is it writeable or writable? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional.
Rob Campbell
2022-Mar-04 22:28 UTC
[Samba] Unable to write to a share that I should have access to
Right after sending I realized I may not have the samba groups as owners of the share. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional. On Fri, Mar 4, 2022 at 5:21 PM Rob Campbell <robcampbell08105 at gmail.com> wrote:> > [Backup] > comment = Old Media storage > path = "/mnt/seagate/Backup" > guest ok = no > writeable = Yes > create mask = 0777 > directory mask = 0777 > valid users = myusername > > I am able to mount it as a user with 'gio mount smb://$FS/backup' but when > I am in that dir, I am unable to write to it. I can view the files but I > can't save anything new or edit and save. > > Is it writeable or writable? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In all things, Be Intentional. >
Rowland Penny
2022-Mar-04 22:29 UTC
[Samba] Unable to write to a share that I should have access to
On Fri, 2022-03-04 at 17:21 -0500, Rob Campbell via samba wrote:> [Backup] > comment = Old Media storage > path = "/mnt/seagate/Backup" > guest ok = no > writeable = Yes > create mask = 0777 > directory mask = 0777 > valid users = myusername > > I am able to mount it as a user with 'gio mount smb://$FS/backup' but > when > I am in that dir, I am unable to write to it. I can view the files > but I > can't save anything new or edit and save. > > Is it writeable or writable?Both and also 'read only = no' What filesystem is the seagate drive using ? You should also be aware that Samba cannot set permissions on a file/directory that are greater than the OS will allow. Rowland