NAS Server Status Error (NFS-Debian) Hikvision DVR

what should I do?

  • connect NFS - Hikvision DVR

    Votes: 0 0.0%
  • Does that need any additional permission?

    Votes: 0 0.0%

  • Total voters
    0
Joined
May 2, 2018
Messages
3
Reaction score
0
Hello everybody!

I would like to ask for some help to solve a problem I have with my NAS server for DVR Hikvision. The protocol I am using is NFS in Debian.

I can find the path of my server which has a partition for the DVR, in a file system of FAT32 (previously I had it in ext4 it didn't work with Hikvision and but with Mobotix). But my problem is that I cann't do the formatting from the DVR software.

upload_2018-5-2_17-55-40.png upload_2018-5-2_17-51-35.png upload_2018-5-2_17-49-33.png upload_2018-5-2_17-49-33.png upload_2018-5-2_17-51-35.png upload_2018-5-2_17-55-40.png upload_2018-5-2_17-51-35.png

I think maybe there might be problems with permissions in the folder where the recordings are saved.

Or maybe you should use another File System as NTFS?

Here I leave the information, I am attentive to any comments, thank you.

upload_2018-5-2_17-55-40.png

NFS

apt-get install -y nfs-kernel-server

systemctl enable rpcbind
systemctl start rpcbind

systemctl enable nfs-server
systemctl start nfs-server

mkdir /home/Grabaciones
chmod -R 0777 /home/Grabaciones

/etc/init.d/nfs-kernel-server start

nano /etc/exports

/home/Grabaciones 192.168.0.243(rw,sync,no_root_squash)

exportfs -a

/etc/init.d/nfs-kernel-server restart
 
Joined
May 2, 2018
Messages
3
Reaction score
0
Hi!, thanks for answer me.

I already more space to the disk (300GB) and nothing.
 
Top