r/linuxmint • u/HigherOctive • 14h ago
Discussion Btrfs : Anecdotal thoughts?
I'm dual-booting Linux Mint Cinnamon 22.3 with Windows 11 Pro. It's easy enough for me to change things up, so I wonder if making the change from EXT4 to Btrfs is worth the effort.
If anybody is using the Btrfs file system with their Linux, how are things going?
2
u/Ok_Emu2515 14h ago
I use Btrfs for the root partition and Ext4 partition for /home. I set up restore points using TimeShift, so I can roll back if anything goes wrong.
2
u/fellipec Linux Mint 22.3 | Cinnamon 14h ago
I use it in a backup drive. Is a test I'm doing, because few years ago I tried to use it with Debian (was 9 or 10, don't remember now) and after 3 months got corrupted and I couldn't fix.
All the other drives I use is ext4
1
u/computer-machine 5h ago
I'd switched to btrfs from mdadm+XFS on Debian 9 (with kernel and btrfs-tools from Backports) in 2018 for Nextcloud, systems backups, Emby, and a few others, and even adding a disk or converting from btrfs-raid10 to btrfs-raid1 while using it hasn't led to any problems through now.
1
2
1
u/computer-machine 6h ago
I have btrfs for OS on Tumbleweed, and have no plans on ever going back.
Automatic instantaneous snapshots before and after updates/installs, and rollbacks taking a few seconds and a reboot is a game changer.
Similarly, btrfs-raid1 on data disks on said desktop and Debian server make data corruption a non-thing, and 0-size instant snapshots make management different from the days rsyncing XFS, for sure.
1
1
u/evirussss 4h ago
not mint user, but btrfs give me more less time to redo my system when something happens
-1
u/HigherOctive 14h ago
I know that there's more to it than this, but I've read that a comparison would be: EXT4=Fat32 and Btrfs=NTFS...
3
3
u/skozombie 14h ago
not really, I think that is a poor comparison if talking in terms of features.
EXT4 is journalling so it's far more robust than FAT32 for FS consistency, it's quite similar to NTFS in many ways.
BTRFS is just a next level FS that does a hell of a lot more than any Windows FS or EXT{1..4}.
2
u/ZVyhVrtsfgzfs 14h ago
Not at all.
I won't use btrfs, I mainly use ZFS, with a few EXT4 & XFS partitions.
6
u/acejavelin69 Linux Mint 22.3 "Zena" | Cinnamon 14h ago
Been using BTRFS for years and it's fine... Best part is the Timeshift uses exponentially less space. If you do a clean install in Mint and set your root as BTRFS then it will create some minimal subvolumes automatically.
If you really want to go all in with BTRFS, I'd suggest switching to OpenSUSE which has it as it's default and tight integration with Snapper (a Timeshift-like snapshot alternative) and grub for simple rollbacks into previous snapshots.
If you have an existing Mint installation with ext4 filesystems, it's not really worth converting it though since you don't have a clearly defined reason for switching... My 2 cents worth, take it with a grain of salt.