How to Connect Qnap via Linux

To connect to the NAS from Linux, enable NFS service.

 

To configure the NFS access right to the network shares on the NAS, go to “Access Right Management” > “Share Folders”. Click the NFS button on the “Action” column.

 

Specify the access right to the network share. If you select “No limit” or “Read only”, you can specify the IP address or domains that are allowed to connect to the folder by NFS.

No limit: Allow users to create, read, write, and delete files or folders in the network share and any subdirectories.
Read only: Allow users to read files in the network share and any subdirectories but they are not allowed to write, create, or delete any files.
Deny access: Deny all access to the network share.

 

Connect to the NAS by NFS

 

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 “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.
 

Login as the user ID you define, you can use the mounted directory to connect to your shared files.

 

VN:F [1.9.22_1171]
Rating: 6.7/10 (3 votes cast)
VN:F [1.9.22_1171]
Rating: +2 (from 2 votes)
Linux Bilgisayarımdan Nasıl Qnap'a Ulaşacağım?How to Connect Qnap via Linux , 6.7 out of 10 based on 3 ratings

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>