Setting Up NFS

Used to share files and foldes between 2 machines.

The NFS Server needs to have nfs installed and the /etc/exports file created

NFS Tools

Showing what is available

This command is used to show what is being shared by a server

shomount -e nfs_share_server

Showing what Servers are Connected

If you need to find out what servers are connected. There are 2 ways to do this

showmount -a nfs_share_server


Or the netstat option

netstat -an ip-address-of-nfs-server:2049