<div dir="ltr">Hello,<br>I have a file system /fs<br>I want to export a directory /fs/nfsdir and all its subdirectories.<br>As on the client side /etc/fstab is world readable, I would like not to show the absolute path of the server side.<br>
Is this possible with any kind of directives at client and/or server side?<br>So that /etc/fstab on the clients would be<br><br>nfsserver:/nfsapp /nfsapp nfs defaults 0 0<br><br>but actually /nfsapp is mapped to /fs/nfsdir on server.<br>
I would also like to avoid links if possible.<br><br>I only found mp=path option server-side, but it seems for other means.<br>I also see something like &quot;Optional mount point&quot; in a web based config manual..... but don&#39;t find an option part into the man page<br>
<br>Any&nbsp; hints?<br><br>Thanks,<br>Gianluca<br></div>