Hi,<br><br>I have /home and /usr on a separate partition from /. I have /etc/fstab set up like this:<br><br>/mnt/home  /home           none    bind            0       0<br>/mnt/usr     /usr                none    bind            0       0
<br><br>This makes them 'appear' to be at /home and /usr respectively. My problem is that when I do a find or locate I end up getting duplicate results. e.g.:<br><br>/usr/local/java<br>/mnt/usr/local/java<br><br>Are the same file, but the file system thinks they are separate locations. How can I make the /mnt/home and /mnt/usr directories hidden?
<br><br>Craig<br><br>