this post was submitted on 07 Jan 2025
16 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1130 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There are parts of the filesystem that will still need to be written - most of
/var
,/proc
, etc. The good news is that those are well known, and save for some exceptions could be tmpfs mounts.Also, most modern filesystems have journaling and are resilient to sudden powerdown events, especially if you're not writing a lot.