<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">

<div><br>I don&#39;t believe that NFS would have any issue with nesting a mount inside another mount like this, after all the OS just treats it as another filesystem and every linux system I have ever seen does this (/dev, /proc, etc).<br>

</div></div></div></div></blockquote><div><br></div><div>If NFS scares you... or you need to support windows clients.  You could do it with a script</div><div><br></div><div>Essentially, every user would have their own music folder and my script would monitor the folders with inotifywait in recursive mode (excluding podcasts subfolders)... if anything gets added, it will create a link in every other user&#39;s folder.</div>

</div></div></div>