Results 1 to 2 of 2
Hi, guys. I have one question about NFS.
"User root is all powerful, how come on the NFS client, root cannot create or delete files on the mounted file system?"
...
- 03-12-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Question about NFS (Why root cannot delete mount files on NFS client?)
Hi, guys. I have one question about NFS.
"User root is all powerful, how come on the NFS client, root cannot create or delete files on the mounted file system?"
Thanks in adnvance.
-K.D.
- 03-12-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
This would depend on how the file system was mounted. If the mount is read-only, then nobody can make writes to the mount, root included. As a security precaution, the server may disallow calls claiming to be from a remote root, or it may just be the security permissions for that share doesn't recognize a user "root" from a remote machine, only a certain defined user has write permissions.
Any way I look at it, it all looks to be how the shares permissions are set on the server, the client has nothing to do with it (except what user is accessing the share) unless the mount was defined read-only.


Reply With Quote
