Cannot mount existing ext4 partition

  • Hello i've set up the new stoneburner release of OMV on my cubietruck. Now i want to mount my existing ext4 partition. When i do this via console it works flawlessly but in omv i get the following error:


    I cannot see anything in the logfiles. I tried tail -f on all known logfiles but never see anything regarding this error.
    Why is it not possible to mount this volume?
    Greetings
    ion-fan

  • thanks for the reply. I've followed your instructions but all three possibilities failed. i tried umount /dev/sda1 but it says that sda1 is not mounted so i tried the supplied command. See following code:

  • Does anyone have a clue why this is not working?
    It must be possible to mount a normal ext4 partition...
    Is there some info missing? Do i have to upload other debugging-data?

    • Offizieller Beitrag

    Try checking the partition for errors and mounting:
    fsck.ext4 -fv /dev/sda1


    If that doesn't work, maybe the journal is missing all together. Do the following and mount:
    fsck.ext4 -fv /dev/sda1
    tune2fs -O extents,uninit_bg,dir_index,has_journal /dev/sda1

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Sorry that also didn't work:


    After that and also after the fsck-check the mount didn't work through openmediavault.
    Is there maybe a log were more precise infomation is given what fails?

    • Offizieller Beitrag

    Did you try to mount from the command line? A temporary test would be:


    mkdir -p /media/test
    mount -t ext4 /dev/sda1 /media/test


    What is the output of:
    fdisk -l
    blkid

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Mount from commandline works. I can see all my files in that folder. Here is the output:

    • Offizieller Beitrag

    That probably means the entry for the filesystem in config.xml is bad.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • OK the following output of the command:


    Can you see anything not normal?

    • Offizieller Beitrag

    Looks right to me. If fsck doesn't fix it, I would move the files off of it, wipe it, and reformat.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • ok i tried what subzero79 proposed, but it didn't changed the value to signed. I will save my files and do a wipe. Would be good to do the formatting then with omv right?
    Wierd that omv has this problem with my partition... but thanks for the help :)
    If you want i can report if it works with a wipe (which i expect it should)

Jetzt mitmachen!

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