Error message with mounted share folder

  • 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:


    Code
    //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.



    If I remount the drive by using the following commands, the error message in OMV disappears.

    Code
    # umount /drives/raspiShare
    # mount -a

    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.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!