<div dir="ltr">I confirm that the actual path is invisible now to the clients, using what g suggested:<br>On the nfs server I have<br><br>df<br>/dev/drbd0            20635024   4964288  14622532  26% /drbd0<br>/drbd0/nfs       20635024   4964288  14622532  26% /nfsapp<br>

<br>and<br>/etc/exports <br>/nfsapp <a href="http://10.1.1.0/255.255.255.0%28ro,all_squash,mp=/drbd0,async%29" target="_blank">10.1.1.0/255.255.255.0(ro,all_squash,mp=/drbd0,async)</a><br><br>while fstab of client is<br>
nfsserv1:/nfsapp    /nfsapp            nfs    defaults,noauto        0 0<br>
<br>and a df command on it now gives:<br><br>nfsserv1:/nfsapp      20635040   4964288  14622560  26% /nfsapp<br><br>So the original path is not visible at all to the client.<br><br>Thanks again g (whoever you are... ;-)<br>
<br>Gianluca<br></div>