April 8, 20197 yr I have a share on my server located in \\unraid\data with permision private, user a have write permission. I used my Windows 10 PC login to this share with user a, I can write some file on folder data, can write in data\data1, but cant in \data\data2. Here is the screenshot when I try to log in to \data\data2 Edited April 8, 20197 yr by luutuananh
April 9, 20197 yr Community Expert Using the built-in Terminal, look at the owner, group and file permissions on the directory data2 and the files contained with that directory with the command ls -al /mnt/user/data you should get something that looks like this for the directory in question (data2): drwxrwxrwx 1 nobody users 300 Apr 4 16:04 Family\ DVD\ Videos/ and like this for the files: -rw-rw-rw- 1 nobody users 166412522 Mar 7 2013 Mailbox.mp4
April 10, 20197 yr Author On 4/9/2019 at 8:44 AM, Frank1940 said: Using the built-in Terminal, look at the owner, group and file permissions on the directory data2 and the files contained with that directory with the command ls -al /mnt/user/data you should get something that looks like this for the directory in question (data2): drwxrwxrwx 1 nobody users 300 Apr 4 16:04 Family\ DVD\ Videos/ and like this for the files: -rw-rw-rw- 1 nobody users 166412522 Mar 7 2013 Mailbox.mp4 Thank you. I've found that the data2 folder was owned by root, I changed it to user a and it works now.
Archived
This topic is now archived and is closed to further replies.