Hi<br><br>On Tuesday, February 18, 2014, Jonas Arndt &lt;<a href="mailto:jonas.arndt@thearndtfamily.com">jonas.arndt@thearndtfamily.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 02/17/2014 10:12 PM, Jean-Yves Avenard wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Moving to Nfs didn&#39;t solve this problem.<br>
<br>
I&#39;m still suffering the exact same problem as what you are seeing.<br>
<br>
Trying to find a way. So far none of them have proven consistent unfortunately<br>
</blockquote>
<br>
Thanks JY<br>
<br>
Do you have a link to some info on how to make the front-end use a local NFS directory for recordings/livetv? I know that it doesn&#39;t fix the problem. I just feel this is good information and perhaps it could make the problem less frequent or something....<br>

<br>
// Jonas</blockquote><div><br></div><div>Oh, having the frontend mounts via NFS the recording directory; did solve the issue. </div><div><br></div><div>I was referring to the backed itself using NFS that didn&#39;t solve the issue. </div>
<div><br></div><div>For having the frontend use NFS is very simple. On the blackend add to /etc/exports the path to the recording directory. </div><div><br></div><div>On the frontend, create the exact same directory structure as the backend and mount the recording directory there. </div>
<div><br></div><div>Eg: on the backend the recording directory is /data/recordings</div><div><br></div><div>Add /data/recordings to /etc/exports</div><div><br></div><div>On the frontend:</div><div>mkdir -p /data/recordings</div>
<div>mount -t nfs backend_ip:/data/recordings /data/recordings<span></span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote>