-
When folders are split to a disk new folders end up with weird permissions
That works until a folder splits again
-
When folders are split to a disk new folders end up with weird permissions
Its over samba. Its fine when I write to an existing disk, its when it decides to split to a new disk and make the hierarchy.
-
-
When folders are split to a disk new folders end up with weird permissions
- When folders are split to a disk new folders end up with weird permissions
Hey, hope you can help... You can see here that the permissions are correct for a long-lived folder: However, if it then splits to another disk the folder permission seems wrong? Any ideas?- Samba Permissions - Other users can't read write
Are you referring to this setting? If so no... Otherwise I'm not intentionally using active directory?- Samba Permissions - Other users can't read write
Thanks for your response. The new permissions script fixes the already created directories but when I end up creating another directory the directory has the same issue. I thought the ACL was interesting but the same happens when I create a directory from a windows machine too so I don't think its my fstab entry? I have removed the dir_mode and file_mode with no success.- Samba Permissions - Other users can't read write
So... I have two users: "windowspc" and "homeserver1" they both have read/write access to my "main-array" share. I connect with my ubuntu server with the following /etc/fstab entry: //192.168.4.24/main-array /mnt/storage-server-01 cifs vers=3.0,rw,_netdev,noserverino,credentials=/etc/storage-server-creds,file_mode=0666,dir_mode=0777 0 0 I create a folder on my server using the above. Its connected with "homeserver1". When doing "ls -al" on the unraid server I see I made: drwxrwx---+ 1 homeserver1 users 6 Jun 4 00:28 test/ This clearly means that when I try to view the folder on a network mount from my windows machine, which is connected with the "windowspc" user I don't have the ability to read that folder. Any ideas? TIA- Samba Permissions Nightmare
@Frank1940Sorry for the confusion. The /mnt/storage-server-01 is on the server thats connected to unraid. Thats the mount point for the unraid share remotely. @dlandonThe writes should be going through samba as the screenshots of the writes are on a remote server.- Samba Permissions Nightmare
@Frank1940 I have SMB setup on my server //192.168.1.203/main-array /mnt/storage-server-01 cifs vers=3.0,credentials=/etc/storage-server-creds,rw,uid=nobody,gid=users,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0 I then have docker on the server which writes to /mnt/storage-server-01 etc....- Samba Permissions Nightmare
@Frank1940 Apologies for late delay. It did seem to help but the issue is I only write certain files to unraid over the network and keep metadata locally. Obviously having the PGID, PUID set to those causes issues when writing locally. UMASK did seem to help somewhat though. Is there no way to just force samba to operate with those settings? Thanks!- Samba Permissions Nightmare
@Frank1940 Thanks for your response. Sooo... "New Permissions" works for existing files obviously but doesn't help when creating new ones. Yes Typically the files / folders are indeed created through docker (but on another system connected through samba) PGID - 1000 --> Just the user I have on my system, again connected to unraid via samba. PUID - 1000 --> As above No UMASK set.- Samba Permissions Nightmare
I'm having a complete nightmare with samba permissions. Essentially I have a Plex folder inside of a share which I'm making available over the network using samba. Its a private share. I have the following based on information I found on the forums: I attempt to add a file using `touch`: This does get created but with the following: Creating a folder works: However permissions are off: Share settings: Is anyone able to help here? Its driving me mad. - When folders are split to a disk new folders end up with weird permissions
JRascagneres
Members
-
Joined
-
Last visited