After completing this course you will be able to:
Course Prerequisites:NoneStudents are expected to have a working knowledge of:Linux/uBuntu
1.1 Enabling Samba Service
STEP 1
1.2 Configuring Linux Samba connection
We will be using Ubuntu 20.04.3 LTS Desktop as an example.uBuntu Files provides the following protocols to access NAS files.
STEP 2
STEP 3
STEP 4
2.1 Enabling FTP Server
2.2 Configuring Linux FTP connection
3.1 Enabling NFS Service
STEP 5
Note: The encryption mechanism used by ADM is eCryptfs. NFS mount is not supported for encrypted shared folders.
3.2 Configuring Linux NFS connection
Note:
In the Linux command prompt, enter the following command:
mount -t nfs [ASUSTOR NAS IP]:/[NAS Shared Folder] [Directory to Mount]
For example, if your NAS's IP address is 192.168.1.104, you must mount the "Public" network drive to Linux's /mnt/pub directory, then enter the following command:
mount -t nfs 192.168.1.104:/volume1/Public /mnt/pub
Note: You must be logged in using the root account in order to mount a network drive.
4.1 Enabling WebDAV Service
4.2 Configuring Linux WebDAV connection
5.1 Enabling SFTP (SSH) Service
5.2 Configuring Linux SFTP (SSH) connection
You can click icon to unmount other locations on uBuntu Files.