Post Reply 
MinimServer, Synology & External USB Drives
09-11-2025, 16:37 (This post was last modified: 09-11-2025 21:57 by simoncn.)
Post: #2
RE: MinimServer, Synology & External USB Drives
MinimServer uses the last name of the path for various internal purposes and it is not possible to change this. Because of this, the last name of the path must be unique among the paths used in the contentDir setting.

Likewise, Synology sets the name usbshare as the last name of the path for external USB drives and it is not possible to change this.

The solution is to create Linux symbolic links for the USB drive path names, as follows:

1) Enable the Synology user home service if it isn't already enabled
2) Enable the SSH service in Terminal & SNMP settings if this isn't already enabled
3) Login to the Synology using ssh (on Windows, use putty)
4) From the terminal command line, enter this command:
Code:
ln -s /volumeUSB1/usbshare volumeUSB1
5) This creates a symbolic link in your home directory to the /volumeUSB1/usbshare USB drive. The full path for the symbolic link is /var/services/homes/myuser/volumeUSB1.
6) Enter the full symbolic link path in the MinimServer contentDir property
7) Repeat steps 4 and 5 with volumeUSB1 changed to volumeUSB2
8) You should now be able to access both your USB drives from MinimServer
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: MinimServer, Synology & External USB Drives - simoncn - 09-11-2025 16:37

Forum Jump:


User(s) browsing this thread: 1 Guest(s)