Linux Quick Help:
NFS

Make sure NFS is running on the host machine

# rpc.portmap
# rpc.nfsd
# rpc.mountd

Configure /etc/exports to allow the remote host

/etc/exports
# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.


/home/slackware7 207.96.77.211(ro,insecure)

Do man 5 exports for more detail.

From the remote machine, run mount

If nfs is a module on your remote system, you'll need to load the module before dong the mount.

# modprobe nfs
# mount -t nfs calvin.wwco.com:/home/slackware7 /mnt -o ro

This page last updated 31-Mar-2010 21:59:13.
Linux Quick Help by MindPrint