NFS permissions issues

Rae Brown

Cadet
Joined
Jan 4, 2017
Messages
5
Please help me. I have tried everything that I can think to get this to work. The chown command does not work as expected. What are the correct settings to get this to work on my Ubuntu Linux nfs file system?
 

Rae Brown

Cadet
Joined
Jan 4, 2017
Messages
5
I am logged into my linux system as scmsadm user, the file is owned by scmsadm I run the commnad chown smills (a different user) on the file. I receive the message "Not Owner" when clearly I am the owner.
 

Rae Brown

Cadet
Joined
Jan 4, 2017
Messages
5
spyder:0:/SupraSQL/supra26/bl11/changes/smills/tools/unix/src/vdistrib:$ ls -la
total 112
drwxrwxrwx 3 smills supradev 8 Feb 6 13:46 .
drwxrwxrwx 4 smills supradev 4 Jan 23 2019 ..
-rwxr--r-- 1 scmsadm supradev 9048 Feb 6 12:51 README
-rwxr--r-- 1 smills supradev 9674 Jan 28 19:23 README.1~
-rwxr----- 1 smills supradev 8454 Jan 27 20:07 README.2~
-rwxr--r-- 1 smills supradev 9048 Jan 29 16:25 README.bak
-rwxrwxrwx 1 smills supradev 9048 Feb 6 13:29 README.test
drwxrwx--- 2 smills supradev 3 Jan 27 20:07 original
spyder:0:/SupraSQL/supra26/bl11/changes/smills/tools/unix/src/vdistrib:$ chown smills README
README: Not owner
spyder:1:/SupraSQL/supra26/bl11/changes/smills/tools/unix/src/vdistrib:$ whoami
scmsadm
spyder:0:/SupraSQL/supra26/bl11/changes/smills/tools/unix/src/vdistrib:$
 

Attachments

  • services nfs output.JPG
    services nfs output.JPG
    49.6 KB · Views: 193
  • pool output.JPG
    pool output.JPG
    44 KB · Views: 183
  • nfs share output.JPG
    nfs share output.JPG
    58.4 KB · Views: 181

Rae Brown

Cadet
Joined
Jan 4, 2017
Messages
5
Honestly I have spent a week trying to get the zfs nfsv4acl to work with all of my Unix/Linux servers correctly. Everything seems to work except the ability to chown (which is needed by users that have are checking changes in and out of their database). I'm to the point where I just want to overwrite my brand new ixsystems with a Linux install...........
 
Top