On Tue, 2014-09-02 at 22:37 -0700, John Jason Jordan wrote: > >Having fixed all that, I can now mount the share on the client, but I > >cannot view it (permission denied). Here is the line from /etc/exports > >that used to allow me to read and write files on the share from the > >client: > > > >/media 192.168.0.0/255.255.255.0(rw,no_subtree_check,root_squash) > >127.0.0.1(no_subtree_check,sync) > > > >I copied and pasted that from /etc/exports in a backup of the server, > >saved the file, and exported it. > > > >Here is the mount command I used on the client: > > > >sudo mount.nfs 192.168.0.126:/media /media/jjj/Devil-Bonobo > > > >Any ideas? > > 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? If you change the line in /etc/exports to /media *(rw,no_subtree_check,root_squash) does the behavior change? -- David Fleck <[email protected]> _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
