Hi!
I bought IPC-C082-G2 (V5.7.1 build 211108) and want to connect it to my home Ubuntu server.
I created new partition and share it via NFS.
I connect it in my camera, successfully format but after some short time (about 10 sec) recieve e-mail notification
Manufacturer reccomend to use NFS for network shares, but I readed about a lot of problems with NFS on Hikvision. So, I tried samba with the same result. Only that the message appears later (about 1 minute).
And in samba-mode I see additional info about storage.
What this error mean?
I bought IPC-C082-G2 (V5.7.1 build 211108) and want to connect it to my home Ubuntu server.
I created new partition and share it via NFS.
Code:
$ cat /etc/fstab
/dev/disk/by-uuid/20fb2db8-74a9-41f4-ada9-7e3096ea3a95 /cctv ext4 defaults 0 0
$ cat /etc/exports
/cctv 192.168.7.29(rw,async,no_root_squash,no_subtree_check)
$ ls -la / | grep cctv
drwxrwxrwx 8 nobody nogroup 4096 Dec 10 11:49 cctv
$ df -h | grep cctv
/dev/sdb1 492G 199M 466G 1% /cctv
I connect it in my camera, successfully format but after some short time (about 10 sec) recieve e-mail notification
This is an automatically generated e-mail from your IPC.
EVENT TYPE: HDD 9 Error
EVENT TIME: 2021-12-10,11:22:38
Manufacturer reccomend to use NFS for network shares, but I readed about a lot of problems with NFS on Hikvision. So, I tried samba with the same result. Only that the message appears later (about 1 minute).
Code:
$ cat /etc/samba/smb.conf
...
[global]
client min protocol = NT1
server min protocol = NT1
[cctv]
comment = cctv
read only = no
writeable = yes
path = /raid/cctv
guest ok = no
browseable = yes
force user = seventh
create mask = 0660
force create mode = 0660
force directory mode = 0770
And in samba-mode I see additional info about storage.
What this error mean?