NFS drives
Mounting NFS Drives
The following steps explain how to mount NFS drives on the appliance:
Steps to Mount an NFS Drive
- Open Appliance Manager:
-
Launch the Appliance Manager executable as described in the Appliance Manager Login section.
-
Open the Terminal Tab:
- Navigate to the Terminal tab within the Appliance Manager interface.
-
Confirm that you are logged in as the
user0user by running thewhoamicommand. -
Navigate to the Utilities Directory:
-
Change to the
utilsdirectory by running the following command:cd /home/user0/utils -
Run the NFS Mount Script:
-
Execute the
nfsmount.shscript using the following command:sudo ./nfs_mount.sh -
Enter the Required Information:
-
The script will prompt you for the following inputs:
- IP Address of the NFS Server: Enter the IP address of the NFS server and press Enter.
- Path of Mount on Server: Enter the path of the NFS mount point on the server and press Enter.
-
Wait for the Mount to Complete:
- The script will process the request and mount the NFS drive to the appliance. Once complete, you will see a confirmation message indicating success.
Example Commands
Below is an example of the commands and inputs:
cd /home/user0/utils
sudo ./nfs_mount.sh
Enter NFS server IP: 192.168.1.100, Enter mount path on server: /mnt/data