after using UnionFS plugin SBC only boots in CLI, no OMV WebGui

  • My SBC suddenly only boots in CLI.

    Code
    [ 30.650663] D: [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 623; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
    [ 30.6595381 mali-utgard ff300000.gpu: Failed to get leakage
    [ 30.6678171 mali-utgard ff300000.gpu: Failed to get pvtm
    [ 30.6782 76] Mali: Mali device driver loaded
    [ 30.7729 65] deufreq ff300000.gpu: Couldn't update frequency transition inforMatim
    [ 30.830799 ] FAT-fs Cmmcblk1p6): utf8 is not a recoMmended IO charset for FAT file
    [ 31.075696] FAT-fs Cmmcblk1p6): Uolume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 33.201216] rk_gMac-dwMac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow flow control rx/tx

    This is the first time I experience such a behaviour. Previousely I've experimented wit the UnionFS plugin. Something didn't work and therefore I uninstalled the plugin. Then I shut down the board.


    When I run fsck I only get
    fsck from util-linux 2.29.2

  • I solved it in 2 STEPS.


    I looked at the fstab
    sudo nano /etc/fstab

    Code
    LABEL=boot /boot/efi vfat defaults,sync 0 0
    # >>> [openmediavault]
    /dev/disk/by-label/HD01 /srv/dev-disk-by-label-HD01 ext4 defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    /dev/disk/by-label/HD02 /srv/dev-disk-by-label-HD02 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    /dev/disk/by-label/parity /srv/dev-disk-by-label-parity ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    /dev/disk/by-label/HD03 /srv/dev-disk-by-label-HD03 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    /dev/disk/by-label/320a /srv/dev-disk-by-label-320a ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    /srv/dev-disk-by-label-HD03:/srv/dev-disk-by-label-320a /srv/59ef782e-25e3-40b2-94c8-13d6d0e16906 fuse.mergerfs defaults,allow_other,direct_io,use_ino,category.create=epmfs,minfreespace=4G 0 0
    # <<< [openmediavault]


    I noticed the last line with fuse.mergerfs
    Since I've created a pool drive with the UnionFS plugin and it didn't work with the shared folder, I've deleted it. I even uninstalled the plugin.
    Unfortunetely I couldn't delete the drive pool in the File Format menu of omv.
    And when I shut down the system and booted again it did't start omv server.


    STEP 1)
    So the solution was to delete the last line from fstab:
    /srv/dev-disk-by-label-HD03:/srv/dev-disk-by-label-320a /srv/59ef782e-25e3-40b2-94c8-13d6d0e16906 fuse.mergerfs defaults,allow_other,direct_io,use_ino,category.create=epmfs,minfreespace=4G 0 0


    After logging into the Web UI I got an error in the File Systems menu.


    STEP 2)
    To fix that I had to remove the disk from the /etc/openmediavault/config.

    Code
    <mntent>
            <uuid>03ed207e-0806-4022-acc4-030f7619142e</uuid>
            <fsname>59ef782e-25e3-40b2-94c8-13d6d0e16906</fsname>
            <dir>/srv/59ef782e-25e3-40b2-94c8-13d6d0e16906</dir>
            <type>fuse.mergerfs</type>
            <opts/>
            <freq>0</freq>
            <passno>0</passno>
            <hidden>1</hidden>
          </mntent>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!