mounting NFS directory with read write access

Michael E. Maher michael at maheronline.co.uk
Wed Feb 27 17:08:24 UTC 2013


Hello,

> 
> $ ls -l /mnt/directory
> total 4K
> drwxrwx--x. 3 nobody nobody 4.0K Feb 14 19:30 alamo/
> 
> $ls -ld /mnt/directory
> 
> drwxrwxr-x. 16 nobody nobody 4.0K Feb 22 08:47 /mnt/directory
> 

This will be the problem, the directory 'alamo/' is owned by a UID that
the NFS client doesn't know.

I would guess your best bet is to run:
	# chown 1000:1000 alamo/
on the server, then remount. Check out this link [0] for more
information. But the above should do to start, then you can come back
with more details of your set-up should you need anything.


Thanks,
Michael


[0]
http://www.troubleshooters.com/linux/nfs.htm#_If_it_mounts_but_cant_access
tl;dr -> User IDs must be the same across the board.





More information about the users mailing list