Bind Mount di Linux
mount --bind /some/where /else/where
mount -o bind /some/where /else/where
Tiago F2
mount --bind /some/where /else/where
mount -o bind /some/where /else/where