Update: This method is now out of date, the means to add other folders is built into the DLNA media server as of DSM 3.2, look under control panel\media server\indexed folder.
I thought I'd just put this here for easy reference as it gets asked a couple of times. Basically the Synology server is limited to the 3 default folders it creates music:photo:video on volume1, this can be a bit of a problem under certain conditions if you happen to not be using a RAID/JBOD array and do not have a Samba capable media player that can access the folders on volume 2,3 or 4.
But what you can do is use the mount command to create a link to a folder on volume 1 and this allows the UPnP/DLNA server to index the contents of the folder making it appear on your UPnP/DLNA client.
Tips for naming of folders for use with mount command;
* Always user lower case letters, as the command is case specific it keeps things a lot easier.
* Don't use spaces in the mount target folder name, use an underscore for example use /video_volume2/ instead of /video volume2/
Step1: Log into the DSM, go to control panel\shared folder and create a folder on volume 2, 3 or 4 and call it anything media or whatever. For the purpose of this explanation I just called it media.
Step 2: Now create a sub folder inside /volume1/video/ for example media_volume2.
Step 3: Go to control panel\terminal and enable the SSH service.
Step 4: If your NAS admin user account does not have a password set one now.
Step 4: Make a note of the IP address of the NAS, the system info or Synology Assistant will tell you.
Step 5: Download Putty (for Windows) or use Terminal (OSX) and enter in the IP of the NAS to connect to it. You will be asked about a key just say yes to that then at the command prompt it will ask for a login type root and press enter. It will then ask for a password enter in your admin password.
Step 6: type in this command and press enter (right click pastes in Putty)
mount -o bind /volume2/media/ /volume1/video/media_volume2/
If everything went well and there are no errors close Putty. Now the /volume2/media/ and /volume1/video/media_volume2/ are linked, I recommend using the /volume1/video/media_volume2/ as the destination folder when copying files to the NAS or using FileStation as this will trigger the automatic index update so the files will appear on your UPnP/DLNA client. If for some reason they do not run a re-index and that should make them show.
The mount will remain in place until the NAS is rebooted.




