On Wed, 03 Sep 2014 07:30:00 -0500 David Fleck <[email protected]> dijo:
>> >/media 192.168.0.0/255.255.255.0(rw,no_subtree_check,root_squash) >> >127.0.0.1(no_subtree_check,sync) >> >> >sudo mount.nfs 192.168.0.126:/media /media/jjj/Devil-Bonobo >> >> I also note that fstab on the client has the following line: >> >> 192.168.0.126:/media /media/jjj/Devil-Bonobo/ nfs auto,rw 0 0 >> 3.1.3.2.2 >> >> But it doesn't seem to be working. >On the server machine, is there anything in /var/log/messages that >might indicate why you're getting the authentication error? I'll check that later after I remember where Ubuntu moved /var/log/messages to. >If you change the line in /etc/exports to > >/media *(rw,no_subtree_check,root_squash) > >does the behavior change? The line now says: /media *(rw,no_subtree_check,root_squash) And the above line is commented out. I did sudo exportfs -a again, and on the client umounted and then mounted the share using the same command as above. Still get permission denied when I try to view the share. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
