Operation Manual

447
No limit: Allow users to create, read, write, and delete files or folders in the shared
folder and any subdirectories.
Read only: Allow users to read files in the shared folder and any subdirectories but
they are not allowed to write, create, or delete any files.
Deny access: Deny all access to the shared folder.
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 “publicunder 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 “rootuser to initiate the above command.
Login as the user ID you define, you can use the mounted directory to connect to your
shared files.