Bind Mount di Linux

mount --bind /some/where /else/where
mount -o bind /some/where /else/where
Tiago F2