User manual
185
mount -t nfs <NAS IP>:/<Shared Folder Name> <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 this command:
mount -t nfs 192.168.0.1:/public /mnt/pub
Note:
You must login as the "root" user to use the above command.
Login as the user ID you define, you can use the mounted directory to connect to your
shared files.










