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. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org