NFS share permissions

I'm trying to copy some files to an NFS share and have probably got shares wrong. When I copy files from my root directory I get a warning msg:-

Code:
No name and/or group mapping for uid,gid:(0,0)

The share is marked as mapall user=root, at least that's how it looks since the share is on a FreeNAS box and it's not always easy to interpret what this actually. The copy using cp -a works successfully, it's just that I get a lot of warning since I'm copying (will be moving) a lot of directories.
 
Last edited by a moderator:
So everyone and everything that writes to the share writes as root? That's not really safe you know.
Yes, I know. But it's my LAN ;)...Anyhow what would be responsible for all these warning msgs? Sounds as though permissions are wrongly set somewhere...
 
Back
Top