Nfs4 How-to Mount Remote Directory
This Short Guide Show How to Use the Nfsv4 Mount Command on Linux for Sharing Files Over Network.
The Guide is Reduced only to the Nfsv4 Mount Command Essentials needed to Make Availables Files Over Network.
How-to SetUp a File Sharing Over Network with nfs4 on Ubuntu/Debian:
Nfsv4 Network File-Sharing
To Mount Locally the Entire Remote Sharing Directory Execute:
mount.nfs4 192.168.1.4:/ /data
To Mount Locally only a Sub Directory of the Remote Sharing Directory Execute:
mount.nfs4 192.168.1.4:/data /data
See mount.nfs4 man page for more Information...