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?

  • Natanael@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I recommend a UPS, even a small one is fine for this. Spinning disks don’t like frequent starts and stops, especially not unplanned powerless ones.

    At least you should be running a journaling file system or something similar which tolerates power loss decently (you’ll still see data corruption, but the file system won’t die). If you run software that doesn’t tolerate power loss well, then you absolutely need an UPS

    • Lenna 🔞@piefed.caOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      This is my HDD. Aren’t these guys able to handle power losses since people usually plug them in to backup stuff, and then pull the plug once they’re done?

      And does ext4 count as a journaling file system?