this post was submitted on 23 Mar 2026
87 points (97.8% liked)
Linux
13208 readers
524 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu 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
btrfs subvolumes are cool, but I'll still take partitions for separation. The whole point of having a separate home partition is that it's separate from / if we have to, say, reinstall the OS, or the filesystem breaks or whatever.
sure it might be possible to install an OS into a btrfs subvolume without wiping other subvolumes, but do I wanna risk it? Nah.
-- Frost
I like to create partitions with specific max sizes, you can't do that with btrfs subvolumes unfortunately. It is possible to set a quota but that can have a major performance impact with btrfs so it is not really a valid Option.
Thats why I shy away from using btrfs subvolumes.