this post was submitted on 13 Dec 2024
33 points (97.1% liked)
Linux
5496 readers
511 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
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
How does suse do it? I haven't tried it in a few years and that was back when I was still learning Linux
They make a subvolume for every traditional unix partition and the system takes automated snapshots so you can rollback the system to older configurations. I don't actually run opensuse but I've dabbled with it specifically to see how they setup btrfs and you can just tell they're invested in it.
Interesting, what's the advantage of making all of them sub volumes?
You can snapshot them independently and if you want you can set quotas to size restrict them. Although that latter point defeats one of the advantages of subvolumes over partitions. So really just the ability to snapshot them independently