<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; My NFS shares have been set up as /mnt/&lt;hostname&gt; and the myth data is stored<br>

&gt; under /mnt/&lt;hostname&gt;/video on both my current backends.<br>
&gt;<br>
<br>
Thanks for the assistance.<br>
<br>
So I make sure I&#39;m doing this right, here&#39;s my current configuration:<br>
<br>
Master backend - recordings stored locally under /var/video/recordings<br>
Slave backend - recordings stored locally under /var/video/recordings<br>
<br>
What mount points / storage group would I need to set up to allow each<br>
machine write access to each other&#39;s var/video/recordings?<br>
</blockquote></div><br>That won&#39;t work because the same physical storage needs to be mounted in the same place on both machines. What you currently have described has two different physical locations mounted to the same place on both machines. As the previous poster stated, you would need something like this:<br>
<br>Master backend:<br>&nbsp; /mnt/master/video/recordings - this is local<br>&nbsp; /mnt/slave/video/recordings - this is NFS<br>Slave backend:<br>
&nbsp; /mnt/master/video/recordings - this is NFS<br>
&nbsp; /mnt/slave/video/recordings - this is local<br>

<br>