2015
10.23
10.23
This article is more for me not to forget.
So if you are creating a symlink to a dir:
mkdir ‹PATH/TO/LINK›
mount -o bind ‹TARGET› ‹LINK›
to make it permanent:
add mount -o bind ‹TARGET› ‹LINK›
to /etc/rc.local