Tagged Questions
1
vote
1answer
150 views
Can I export an NFS share with faked root privileges
I'm writing software for an embedded linux system and I'm using an NFS share as root directory. The root filesystem resides in /srv/nfs/rootfs, and it is exported using the following /etc/exports:
...
5
votes
1answer
738 views
How can I do NFSv4 UID mapping across systems with UID mismatches?
I am working in a lab with three Ubuntu systems, and I would like to cross-mount some filesystems via NFS. However, while the systems have some of the same usernames, the UIDs and GIDs don't match, ...
2
votes
1answer
423 views
NFS to clients with different uid:s than on the server, where the client uid:s shall not show up in the server
I have a problem with a embedded Linux device that is mounting its root filesystem over NFS.
But for different reason the embedded device is a single user device running as root (and later it will ...
2
votes
3answers
2k views
Why is file ownership inconsistent between two systems mounting the same NFS share?
I have one IBM AIX server (serverA) which is connected to the san storage. I have created a volume group and also file system (jfs2) and mounted to directory /profit.
After that I created a NFS ...