Comment on How to auto remount external HDD after power loss to laptop server?

<- View Parent
natanael@slrpnk.net@slrpnk.net ⁨1⁩ ⁨month⁩ 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

original
Sort:hotnewtop