mounting NFS shares
Kristian Vilmann
kvi at sslug.dk
Fri Jan 6 15:35:40 UTC 2006
Colin Brace wrote:
> How do I mount an NFS share in Ubuntu? I have tried following the
> instructions here: https://wiki.ubuntu.com/NFSClientHowTo to no avail; I
> don't see the remote share under /net. Neither does the "Connect to
> server" command under the Places menu offer NFS as a "service type".
> Thanks.
>
Is /etc/auto.net actually there?
If so, check what exports the server has with 'showmount -e'.
Here is my laptop (nc6220kvi) querying my server (gate):
kvi at nc6220kvi:~$ showmount -e gate
Export list for gate:
/mnt 192.168.132.0/255.255.255.0
/home 192.168.132.0/255.255.255.0
/var/www 192.168.132.0/255.255.255.0
kvi at nc6220kvi:~$
If you dont get any output you'll need to configure NFS on the server.
/kristian
More information about the ubuntu-users
mailing list