216
Chapter 9 Connect to the NAS via Linux OS
In addition to Microsoft and Mac OS, the NAS also supports Linux systems through
the NFS service:
1. On Linux, run the following command:
mount -t nfs <NAS IP>:/<Network Share Name> <Directory to
Mount>
For example, if the IP address of your NAS is 192.168.0.1 and you want to link
the network share folder “public” under the /mnt/pub directory, use the
following command:
mount -t nfs 192.168.0.1:/public /mnt/pub
Note: You must login as the “root” user to initiate the above command.
2. Login as the user ID you define, you can use the mounted directory to connect
to your shared files.