Power outage and now missing drive

  • Long story short, had a power outage and now one drive is is not mounted. Hoping that does not mean what I think it does. I'm still new to linux and hope there is just some magic command I'm not aware of.


    I've highlighted the drive and filesystem in the below screenshots. The web interface gives the the option to create a new file system, but I'd like to just mount it where it was and not reformat it.




    In SSH the drive is being detected but not the partition.



  • Run fsck on the unmounted partition.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

    Einmal editiert, zuletzt von gderf ()

  • No luck thus far:


  • You can not run fsck on a device, it must be run on a partition:


    sudo fsck /dev/sde1

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Sadly looks like it's not detected...


    $ sudo fsck /dev/sde1

    [sudo] password for firex726:

    fsck from util-linux 2.33.1

    e2fsck 1.46.2 (28-Feb-2021)

    fsck.ext2: No such file or directory while trying to open /dev/sde1

    Possibly non-existent device?

    $

  • List them all then decide which one you should be checking on. Make sure the disk power and data cables are all connected.


    sudo fdisk -l | grep /dev

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Double checked the physical cables...


Jetzt mitmachen!

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