creating a permanent symlink in synology
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
You rock! I have been searching for this for almost 1 hour today…
i think better is add to /etc/fstab using option column for binding.