If this document does not correspond to your current software version, you can go to Download Center to find other available document versions.

QNAP

QuTS hero 5.0.x

Download (PDF)

Mounting a Shared Folder on a Linux Computer

  1. Open a terminal with root privileges.
  2. Run the following command:
    mount <NAS Ethernet Interface IP>:/share/<Shared Folder Name> <Directory to Mount>
    Tip:

    If the NAS ethernet interface IP address is 192.168.0.42 and you want to connect to a shared folder "public" under the /mnt/pub directory, run the following command:

    mount -t nfs 192.168.0.42:/share/public/mnt/pub
  3. Specify your NAS username and password.
You can connect to the shared folder using the mounted directory.