1
I am stumped with a problem I raised over on superuser and I basically got around it by using NFS version 3. Now, although I no longer have the user 4294967294
problem, now the files I mount are all owned by a user other than that which I want (RaspberryPi's original pi
instead of the one I created, raspi1
). Both users have root access, so my question is how are ownerships assigned under NFS? Is there anyway to designate who owns a file or is it based on the mount location?
Silly as it may seem to you, NFS was designed primarily as a complement to NIS. In an NIS domain, all users authenticate to the same directory, regardless of the client, and thus all have consistent UID's between systems. – nod – 2013-10-03T01:39:25.710