this post was submitted on 19 May 2026
36 points (97.4% liked)

Selfhosted

59343 readers
976 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

Edit: Not sure if this added context changes anything, but this is the HDD I'm using. It's a 3.5" HDD that gets its power directly from the wall.

you are viewing a single comment's thread
view the rest of the comments
[–] Natanael@slrpnk.net 4 points 20 hours ago (2 children)

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.ca 1 points 6 hours ago (2 children)

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?

[–] Natanael@slrpnk.net 1 points 5 hours ago* (last edited 5 hours ago)

It counts as long as barriers are on

https://archive.kernel.org/oldwiki/ext4.wiki.kernel.org/index.php/Ext4_Howto.html#Barriers_on_by_default

External drives expect you to ensure writes complete first. If you don't then smart software with copy-on-write and consistency checks can survive power loss (at the cost of losing recent changes). Other software which assumes a reliable drive can get wrecked.

Lots of file systems can not handle random power losses because they don't force continous integrity of the disk file system, that's why FAT formatted drives so often get corrupted

[–] chris@l.roofo.cc 1 points 6 hours ago

It's not good to power off a mounted drive. At least for the file system. I don't know about the drive itself.

[–] SpikesOtherDog@ani.social 1 points 20 hours ago

Find a used one for sale. Bonus points if it has any kind of management. Replace the battery. If at all possible, have it unmount the drive at a certain percentage.