Dear community,
I have a strange problem with my system for OMV7. I have installed the Plugin Remote Mount but I also have mounted two shared network drives by using /etc/fstab. One of the network shares is a share provided by my Router (AVM Fritz!Box). This one does not make any troubles. The second one is a SMB shared folder on my Raspberry Pi 4.
I added these two lines in /etc/fstab:
//192.168.178.1/FRITZ.NAS/USB_256_GB /mnt/fritzbox-usb cifs users,credentials=/root/.smbcred01,file_mode=0775,dir_mode=0775,uid=1000,gid=1000,vers=3.0,noserverino
//192.168.178.100/raspiShare /mnt/raspiShare cifs users,credentials=/root/.smbcred02,file_mode=0775,dir_mode=0775,uid=1000,gid=1000,vers=3.0,noserverino
If I reboot the machine, enter the web interface of OMV, go to “Storage” à “Shared Forlders” I get a red error message with the following error text and do not see any of my configurations of shared folders.
Couldn't extract an UUID from the provided path '/drives/raspiShare'.
OMV\Exception: Couldn't extract an UUID from the provided path '/drives/raspiShare'. in /usr/share/php/openmediavault/system/filesystem/backend/remoteabstract.inc:180
Stack trace:
#0 /usr/share/php/openmediavault/system/filesystem/backend/remoteabstract.inc(140): OMV\System\Filesystem\Backend\RemoteAbstract::extractUuidFromMountPoint()
#1 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(894): OMV\System\Filesystem\Backend\RemoteAbstract->getImpl()
#2 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(916): OMV\System\Filesystem\Filesystem::getImplByType()
#3 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(100): OMV\System\Filesystem\Filesystem::getImplByMountPoint()
#4 [internal function]: Engined\Rpc\ShareMgmt->getCandidates()
#5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(122): call_user_func_array()
#6 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
#7 /usr/sbin/omv-engined(544): OMV\Rpc\Rpc::call()
#8 {main}
Display More
If I remount the drive by using the following commands, the error message in OMV disappears.
I also tried to use different folder names or mount points (e.g. /mnt/raspi-share). This all did not resolve the problem.
Thank you for good advices in advance!
Regards,
Mic.