I have a memory stick with the filesystem label 'stick' in a USB port of my raspberrypy 4.
At boot it doesn't get mounted because it doesn't have an entry in etc/fstab
If I mount it using the OMV gui it has a mount point of srv/dev-disk-by-label/stick and device name dev/disk/by-label/stick
If I mount it using PUTTY mount –t exfat /dev/sdb1 /media/memorystick it has a mount point of /media /memorystick but a device name dev/disk/by-label/stick
The header of the Filesystem table in the gui is missaligned and the device name is incorrect.
Does this mean that with OMV you can only use directory srv for mount points and you have to use persistent block device naming (by-label, or by-uid if no label is present)?