Local File Sharing : Accessing Network Shares : Mounting Network Shares Using NFS
  
Mounting Network Shares Using NFS
When NFS access is configured, use the following procedure to access network shares from a Linux/UNIX computer.
Run the following command:
mount <deviceIP>:<mountPath> <localFolder>
Where:
<deviceIP> is the cloud storage gateway's IP address.
<mountPath> is the network share's mount path.
<localFolder> is the name of the local folder.
Note: To view a network share's mount path, in the Share > Shares page, click the name of the desired network share. The Network Share Wizard's NFS (UNIX File Sharing) dialog box displays the network share's mount path in title area.
For example, if the cloud storage gateway IP address is 10.1.1.1, the mount path is /share/share9, and you want to mount this network share on the local folder /var/mnt/share9, the relevant command would be:
mount 10.1.1.1:/share/share9 /var/mnt/share9
For more information, see Configuring NFS Access.