Jump to content


Mies

Member Since 4 Dec 2007
Offline Last Active 07 Sep 2024 11:46
-----

Topics I've Started

NFS Share problem with a reasonable amount of recorded movies

31 August 2024 - 22:14

I have a problem with the share (NASMedia) to my synology nas.

Every 5 minutes, more or less, it is going to search the LAN.

The wheel in the upper-left corner is running.

After 30 seconds, more or less, it is back again and in that time the box is unresponsive.

 

I have tried all possible solutions that, I could find on the internet.
fstab, smb share ,nfs share,, different options in the share, put in a ssd hdd, you name it I have done it.

 

Then I was thinking, what if the amount of files, (movies) is the problem of the LAN check.

When there are a lot of files, the box want to check that there are changes and is searching through all the files.

So I created a new share (NASOpenPLI) with no recorded movies at all. I disabled the other share in the mounting points.
Now it seems to working correctly, I had no more an unresponsive box. (for one evening, so far)

 

What is my setup:

Vu+Solo2
Vu+uno4k

Synology NAS 1817+

Openpli latest version

 

Automount:

 <mount>
  <active>False</active>
  <hdd_replacement>False</hdd_replacement>
  <host>nas</host>
  <ip>192.168.xx.221</ip>
  <sharename>NASMedia</sharename>
  <sharedir>volume3/Media</sharedir>
  <options>rw,udp,nolock,intr,timeo=10,retrans=20,rsize=8192,wsize=8192,nfsvers=3</options>
 </mount>
</nfs>
<nfs>
 <mount>
  <active>True</active>
  <hdd_replacement>False</hdd_replacement>
  <host>nas</host>
  <ip>192.168.xx.221</ip>
  <sharename>NASOpenPLI</sharename>
  <sharedir>volume3/OpenPLI</sharedir>
  <options>rw,udp,nolock,intr,timeo=10,retrans=20,rsize=8192,wsize=8192,nfsvers=3</options>
 </mount>
</nfs>
 
I have a total of 4.32 TB of recorded movies
Total files: 3726 files.
Movies, 6 files per movie= 621 recorded movies.

I have 6 folders in the share

AutoDocs
AutoTimer
User1

User2

User3

User4
 

I have created all marking point to all folders above.

The autotimer is the default recorded folder.
The amount of movies, in AutoTimer, is more or less 10 movies because it gets cleaned every day.

What could be the problem ? 

 

Regards,
Mies