Hmm, a NAS server should know the users and groups.
If not, I do not have practical experience what exactly happens. NFSv3 might pass the request to the server, and the server denies it.
Or do you use NFSv4? To find out, please run
The automounter does not matter here.
A NAS server may not know the groups a user belongs to. If _POSIX_CHOWN_RESTRICTED is enforced by the NAS server, and it doesn't have access to the group data, it won't allow the change if it's not aware of the group(s) the file owner belongs to.
Although I had thought the group data was part of the NFS protocol? That may have changed in NFSv4, as I can see how trusting a client to supply gids could potentially be a security issue. I know my the first thing I do when I have any problem at all with NFSv4 is try NFSv3. Especially in a heterogeneous environment where various OS breeds and flavors are sharing NFS mounts. (Yeah, I avoid NFSv4 whenever possible.)
Dear friends,
I have been facing an issue with one of my red hat unix machine, suddenly lost to switch sudo users. My all colleagues lost to switch to access sudo users.
Then, we have realized its related to NAS issue which does not allowing to write the file. because of this we got so many... (1 Reply)
I am working on a CentOS release 6.4 server which has two mounted NAS devices, one with 20 x 3TB HDD running in FreeBSD with Zfs2 and one NAS which I don't know much about, but which has 7 HDDs in RAID-6.
I was running tar -zxvf on a tarball that is 80Mb with 50,000 small files inside. Even... (4 Replies)
I found that I cannot chgrp for some reason with error:
chgrp: changing group of `<file>': Invalid argument
This happens on all NFS mounted disks on client machines.
We use AD (not my call) for authentication and it also provides groups.
We have a NFS server running Scientific Linux 6.3... (1 Reply)
there are few nas shares that would be mounted on the local zone. should i add an entry into the add an entry in zone.xml file so that it gets mounted automatically when the zone gets rebooted? or whats the correct way to get it mounted automatically when the zone reboots (2 Replies)
I have a problem on Linux wherein it doesn't allow me to use the chown and chgrp even if I am the owner of the file. Is this one of the Linux limitations?
BTW, I can use chmod. (4 Replies)
Hello all...
Does anyone know how to make an AFP mount of home directories (/Volumes/users off of another server) so that any users doing an ssh login retain write permission to their individual folders, read-write permissions to folders chowned to appropriate group... and so that newly created... (0 Replies)
Hi Folks,
I know that changing users and groups is pretty basic admin, but this one has got me stumped. When I try to change the group of a file for which I am the owner for, it still gives me a 'Not owner' error.
For example, when I am logged in as 'webadmin', I have the following file:
... (4 Replies)