Post Reply 
MinimServer, Synology & External USB Drives
09-11-2025, 17:16 (This post was last modified: 09-11-2025 21:22 by davidavdavid.)
Post: #3
RE: MinimServer, Synology & External USB Drives
(09-11-2025 16:37)simoncn Wrote:  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

Thank you, Simon. This is what I had actually done as my workaround earlier today; I was hoping that there was a system-side, rather than a client-side solution. Again good that you got back to me. A minor alteration:

Code: ln -s /volumeUSB1/usbshare volumeUSB1
ln -s /volumeUSB2/usbshare volumeUSB2

both drives are now scanning, given their respective sizes this will take a fair bit, but I can be patient ... read that to mean, I have no choice in the matter.
Find all posts by this user
Quote this message in a reply
Post Reply 


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

Forum Jump:


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