- Published on
NFS
- Authors
- Name
- Jackson Chen
Refereces
Linux NFS Server - How to Set Up Server and Client
https://cloud.netapp.com/blog/azure-anf-blg-linux-nfs-server-how-to-set-up-server-and-client
Network File System
https://docs.microsoft.com/en-us/windows-server/storage/nfs/nfs-overview
https://www.tecmint.com/how-to-setup-nfs-server-in-linux/
# Some more important commands for NFS.
showmount -e # Shows the available shares on your local machine
showmount -e <server-ip or hostname> # Lists the available shares at the remote server
showmount -d # Lists all the sub directories
exportfs -v # Displays a list of shares files and options on a server
exportfs -a # Exports all shares listed in /etc/exports, or given name
exportfs -u # Unexports all shares listed in /etc/exports, or given name
exportfs -r # Refresh the server’s list after modifying /etc/exports
exportfs -s # Verify nfs export shares