it might be a stupid question but:
http://dwaves.de/2015/05/26/linux-search-find-files-locate-find-linux-locate-scope/
bind mounts under linux:
as far as i understand it: you can mount the same dir in two different places.
but where is the difference to hardlinks?
The bind mounts. Since Linux 2.4.0 it is possible to remount part of the file hierarchy somewhere else. The call is:
mount –bind olddir newdir
is it just another way of making a folder accessible? (but its not actually using any network protocol because it's all local)
please provide some examples pros/cons.
thanks :)