User manual
399
Connect to the NAS by NFS
On Linux, run the following command:
m ount -t nfs <NAS IP>:/<Shared Folder Nam e> <Directory to Mount>
For example, if the IP address of your NAS is 192.168.0.1 and you want to link the
shared folder “public” under the /mnt/pub directory, use the following command:
m ount -t nfs 192.168.0.1:/public /m nt/pub
Note:
You must login as the “root” user to initiate the above command.
Login as the user ID you define, you can use the mounted directory to connect to your
shared files.