Additional Btrfs Subvolumes Proposal #1559
antony-linux
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Unfortunately, Btrfs support in the Debian and Mint installers is not good, so I also need to do manual changes on Debian servers where I use btrfs for root fs in latest 10 years (and more) and also on 2 mint 22 installs from the previous year. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A year or two ago I came to using Btrfs as my default filesystem after running out of storage space on my 1TB Acer laptop. Enjoy using compression and instantaneous snapshots and rock solid reliability (so far!!). System reliably comes back up after major outages, such as system-lock or running out of battery. Backups always roll back reliably and predictably, unlike ZFS on GhostBSD-Xfce!
Have been looking around at other distros lately - namely Arch-based EndeavourOS and Manjaro (can never get CachyOS to install on any of my laptops!). Dislike a few things about the Arch way of doing things - especially the AUR -> each user having to compile their own programs seems anachronistic and wasteful in terms of time and more importantly energy!
One thing that struck me though from both of these installs was that each system created additional Btrfs subvolumes for /var/cache and /var/log.
Thinking about this - that it's a good idea in terms of smaller, less convoluted snapshots and for continuity of system logging (no rollback to a previous state) has led me to retroactively setting up these subvolumes on my Linux Mint system too, with the help of Google Gemini!
System works well and uses resources more optimally than before. I use compress=zstd(3) in my /etc/fstab for all subvolumes, but also noticed that Manjaro sets up compress=zstd:1 by default which I found interesting - evidently it's the ideal level of compression for NVMes. I have been pleasantly surprised as to how fast Btrfs is - on a par with Ext4, if not faster for certain things.
Would like to think the development team could look at this proposal for these additional subvolumes and include it in upcoming versions. Already appreciate the fact that you take care to set up Btrfs subvolumes correctly in the first place! - unike (X)ubuntu.
Beta Was this translation helpful? Give feedback.
All reactions