Hard drives won't mount anymore

  • Thanks Solo, I already did it.
    I have found in another thread the exact issue I'm having, and posted there OMV 1.0.29 Partition mount problem
    Can moun EXT2 in Web, no EXT3, EXT4. If I mount EXT3 or EXT4 on CLI, the OMV Web doesn't recognise any volume for creating shares.
    I was starting to suspect theres an issue with the kernel or the Wheezy...but xtronets says he's solved it... ?(

  • I need help, please. I have done everything I have read, but it doesn't work:
    My information:



    $.dmesg | tail

    Code
    [   23.350894] IPv6: ADDRCONF(NETDEV_UP): lo: link is not ready
    [   25.809707] eth0: device MAC address ce:0f:c4:97:aa:3f
    [   27.402792] RPC: Registered named UNIX socket transport module.
    [   27.408814] RPC: Registered udp transport module.
    [   27.413506] RPC: Registered tcp transport module.
    [   27.418247] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   27.610808] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [   27.810398] libphy: stmmac-0:00 - Link is Up - 1000/Full
    [   37.810145] libphy: stmmac-0:00 - Link is Down
    [   40.810178] libphy: stmmac-0:00 - Link is Up - 1000/Full


    cat /etc/fstab:

    Code
    # UNCONFIGURED FSTAB FOR BASE SYSTEM
    # >>> [openmediavault]
    UUID=70d2a64d-dbba-4b59-898b-d98027081444 /media/70d2a64d-dbba-4b59-898b-d98027081444 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
    # <<< [openmediavault]
  • Pls check the link to my other post OMV 1.0.29 Partition mount problem
    I see you're running the OXNAS in ARM, and we think that ACL is not supported in that Wheezy, so you need to delete those mount options.


    my fstab:

    Code
    [root@NAS:~]$.cat /etc/fstab
    # UNCONFIGURED FSTAB FOR BASE SYSTEM
    # >>> [openmediavault]
    UUID=082c05a7-880a-4c5a-ad94-69be0e70edac /media/082c05a7-880a-4c5a-ad94-69be0e70edac ext4 defaults,nofail,acl,user_xattr,noexec 0 2
    # <<< [openmediavault]


    my /etc/openmediavault/config.xml:

    Code
    <mntent>
            <uuid>082c05a7-880a-4c5a-ad94-69be0e70edac</uuid>
            <fsname>082c05a7-880a-4c5a-ad94-69be0e70edac</fsname>
            <dir>/media/082c05a7-880a-4c5a-ad94-69be0e70edac</dir>
            <type>ext4</type>
            <opts>defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
            <freq>0</freq>
            <passno>2</passno>
            <hidden>0</hidden>
          </mntent>


    I think I should delete also options "acl,usrjquota=aquota.user,grpjquota=aquota.group"

  • Many thanks, Telle.
    I haven't deleted QUOTA options in /etc/fstab. Now my HMNHDCE mounts the partition sda2.
    my /etc/fstab:

    Code
    # UNCONFIGURED FSTAB FOR BASE SYSTEM
    # >>> [openmediavault]
    UUID=70d2a64d-dbba-4b59-898b-d98027081444 /media/70d2a64d-dbba-4b59-898b-d98027081444 ext4 defaults,nofail,user_xattr,noexec,acl 0 2
    # <<< [openmediavault]


    my /etc/openmediavault/config.xml:

    Code
    <mntent>
            <uuid>70d2a64d-dbba-4b59-898b-d98027081444</uuid>
            <fsname>70d2a64d-dbba-4b59-898b-d98027081444</fsname>
            <dir>/media/70d2a64d-dbba-4b59-898b-d98027081444</dir>
            <type>ext4</type>
     <opts>defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
            <freq>0</freq>
            <passno>2</passno>
            <hidden>0</hidden>
          </mntent>


    Have I to delete also options "acl,usrjquota=aquota.user,grpjquota=aquota.group" in /etc/openmediavault/config.xml?

  • I haven't tried, as all works. The most important bit is fstab (and the entry in <mntent> so that the OMV GUI allows to mount)
    Just be aware that the quota options won't work from GUI (or CLI), even though they are activated.


    I think thread can me marked as SOLVED

Jetzt mitmachen!

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