Setting Up Client
-
Setting up Client
-
1. Launching Terminal
Open a Terminal Window.
-
2. Installing Software
And Install Required Packages
Simply play:sudo apt install nfs-common rpcbind
-
3. Mounting Directories
How to Mount the Sharing Directories on the Client
To Mount the entire Remote Sharing Folder:mount.nfs4 192.168.1.4:/ /data
Instead to mount only a Sub-directory:
mount.nfs4 192.168.1.4:/data /data
Replace as needed “data” in the above Command.
-
So After this SetUp a Portion of your Choice on the Linux Mint 19 File Sharing Server will be Shared with the Enabled Mint/Debian-based Clients on Network.
Contents