On 2019-12-11 06:49, Bob Goodwin wrote: > [bobg@Workstation-1 ~]$ ll -al /media/nfs/ > ls: cannot access '/media/nfs/': Permission denied > > Still something missing ,,, Dunno, maybe I should reboot both computers? Ooopss... Sorry, early in my AM and my brain wasn't turned on without coffee. You have mounted /nfs4exports/home on /media/nfs. This is fine, and /media/nfs will have the correct permissions. However, the permissions of the preceding directory are important as well. On the client, they are not inherited from the server. So, you need to change the permissions on /media on the client. The easiest way is to do, on the client, as root. chown bobg:bobg /media -- The key to getting good answers is to ask good questions. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx