Go to documentation repository
Page History
...
- Create a shared network folder.
On the Server in Linux OS, create the netdir folder. For example, in the /media folder:
Code Block sudo mkdir /media/netdir
Install the cifs-utils utility.
Code Block sudo apt-get install cifs-utils
Attach the shared network folder to the created netdir folder.
Code Block sudo mount -t cifs //IP- address/common /media/netdir -o user=User,password=123,uid=1001,gid=1002,vers=2.0
where,
- IP - address − —NAS address,
- common − —shared network folder,
- user, password − —NAS access credentials,
uid, gid − —id of the user and ngp group; they . They can be obtained using the following command:
Code Block id ngp
- In the Axxon One metadata storage settings, specify the /media/netdir path (see Configuring storage of the system log and metadata).
...
Open the /etc/fstab file.
Code Block sudo nano /etc/fstab
Add the following string to the file:
Code Block //IP- address/common /media/netdir cifs user=User,password=123,uid=1001,gid=1002,vers=2.0 0 0
- Save the file.
Overview
Content Tools