I have a symlink:
/test
Which is pointing at a directory:
/source
I want to do a bind mount to mount /new over /test
mount -o bind /new /test
However this binds /new over /source (with /test pointing at /source - showing the files from /new, but not what I want). How do I stop mount following the symlink and get it to mount at /test.