<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 26, 2015 at 3:36 AM, Robin Gilks <span dir="ltr"><<a href="mailto:g8ecj@gilks.org" target="_blank">g8ecj@gilks.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><snip> <br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> If I unmount the disk on the slave it starts<br>
to fill up the root drive or if I write protect it the slave backend<br>
complains it can't write to it and fails to record anything.<br>
<span class="HOEnZb"></span><br></blockquote></div>This is why it's not recommended to use the root of a mount point directly, but instead use a subdirectory inside the mount point. e.g., /mnt/store/video instead of /mnt/store where "/video" is a subdirectory in the mounted media. Because then if it's not mounted, it won't find the video subdirectory and will fail instead of filling your root partition.<br><br></div><div class="gmail_extra">Karl<br></div></div>