My NUC 8i5BEH arrived today 
So far I've installed OMV, OMV-extras, Docker and Portainer.
I've also managed to resize my SSD with Gparted.
2 external HD's have been added, formatted and mounted
shares have been made
I can see all the shares in windows
So far so good!
Is it normal that all the changes you make take quite a while to apply, around 15-25 sec. Adding a SMB share seems to take even longer. In the videos on Youtube it always seems to go a lot faster.
The first problem i'm running into is making the symlinks.
I've made my Media and Music shares, for the moment i made both available via SMB too
I added music to the Music share, just to have some reference data.
then i logged into my server with putty as root
navigated to /srv/diskname/Media
then i entered the following command: ln -s /srv/diskname/Music Music
The link gets created and i can see it in windows, but i can't enter the folder, windows just sees it as an empty folder that you can't enter. I can't delete the folder in windows either. I have to do it via the terminal.
If i just create a folder in the terminal then i can manipulate it normally in windows, so it's not a permissions problem i think?
Any idea what i could be doing wrong?