2009/7/4 Bob Goodwin <bobgoodwin@xxxxxxxxxxxx>: > Sharpe, Sam J wrote: >> >> 2009/7/4 Bob Goodwin <bobgoodwin@xxxxxxxxxxxx>: >> >>> >>> Can anyone tell me how to enable user "bobg" to access the nfs server on >>> my box48? >>> >>> At the rate I'm going I will have all the permissions set to 777, will >>> need a new install to get them back where they ought to be. >>> >>> [bobg@box9 ~]$ ll -al /mnt/home >>> ls: cannot access /mnt/home: Permission denied >>> [bobg@box9 ~]$ cd /mnt/home >>> bash: cd: /mnt/home: Permission denied >>> [bobg@box9 ~]$ ll -al /mnt/home >>> ls: cannot access /mnt/home: Permission denied >> >> Usernames are irrelevant. Tell us the UID's of bobg on each box ("id >> bobg" on each box will be sufficient). >> > I have looked through the books I have as well as man pages but never found > that command! I thank you for that alone. > > Both server and client report the same:. > > [bobg@box9 ~]$ id bobg > uid=500(bobg) gid=500(bobg) groups=500(bobg) Ok, so you don't have a UID mismatch ;o) The relevant lines from /etc/fstab (or equivalent autofs config) from the client and /etc/exports on the server might be helpful, as would the permissions as seen (by root if necessary) on the client and the server of /mnt/home. You might also find in /var/log/messages some helpful error messages on both client and server - knowing what they are might help us to help you ;o) -- Sam -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines