I have installed OMV on a RPi3 - all went well for some time.
I then decided to install Plex Media Server and to mount some remote share (from another NAS running OMV in the same network).
These share are shared via SMB/CIFS as read only and equally mounted with the "ro" switch.
Every time I try to browse to Storage > File Systems I get the following error.
Bash
Could not fetch a matching mount point from the provided fsname: '/media/56ce3c2c-9f9a-47c9-94ce-802744ba02b8'.
The details of the error are the following.
Bash
Error #0:
exception 'OMV\Exception' with message 'Could not fetch a matching mount point from the provided fsname: '/media/56ce3c2c-9f9a-47c9-94ce-802744ba02b8'.' in /usr/share/php/openmediavault/system/filesystem/backend/remoteabstract.inc:188
Stack trace:
#0 /usr/share/php/openmediavault/system/filesystem/backend/remoteabstract.inc(134): OMV\System\Filesystem\Backend\RemoteAbstract::fetchMountPointFromFstabByFsnameAndType('/media/56ce3c2c...', 'cifs')
#1 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(817): OMV\System\Filesystem\Backend\RemoteAbstract->getImpl('/media/56ce3c2c...')
#2 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(67): OMV\System\Filesystem\Filesystem::getFilesystems()
#3 [internal function]: OMVRpcServiceFileSystemMgmt->enumerateFilesystems(NULL, Array)
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)
#5 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(296): OMV\Rpc\ServiceAbstract->callMethod('enumerateFilesy...', NULL, Array)
#6 [internal function]: OMVRpcServiceFileSystemMgmt->getList(Array, Array)
#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)
#8 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getList', Array, Array)
#9 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('FileSystemMgmt', 'getList', Array, Array, 1)
#10 {main}
Display More
If I look at /etc/fstab, the entry '/media/56ce3c2c-9f9a-47c9-94ce-802744ba02b8' is there.
Equally the mountpoint exists in the '/media/' directory and is fully accessible (II can browse the content of the share).
Has anyone got any suggestion on how to overcome this?
Thank you.
Best regards,
Tommy