I’m running a Ubuntu server on my old laptop with an external HDD connected to it. The external HDD is powered independently from the laptop, as it is plugged into the wall.

During a power outage, my laptop remains operational due to its battery, but the HDD shuts down. When power is restored, my laptop does not automatically remount the HDD, and I have to reboot the system manually to access it.

Does anyone know how I can resolve this issue?

  • ShimitarA
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    In short: buy a cheap ups power strip or a generous USB powebank capable to being under charge 24/7 and do not let the HDD switch off on power loss…

    That is a guaranteed recepy to destroy your data and possibly the hardware as well as spinning disks don’t like abrupt shutoff and that applies to data being written on SSDs as well.

    Remounting after the power resumes is the last of the issues, easily fixed by a amount/mount command with the proper fstab setup.