is bfrs better
is bfrs better
Hi have have installed MX Linux new on my notebook. but on a ext4 partition.
is bfrs better?
i am at the beginning. i can install MX-Linux new on a bfrs partion.
thanks
is bfrs better?
i am at the beginning. i can install MX-Linux new on a bfrs partion.
thanks
- DukeComposed
- Posts: 1506
- Joined: Thu Mar 16, 2023 1:57 pm
Re: is bfrs better
The real question is "better for what?" If you aren't sure what a copy-on-write file system is or why you may want one, stick with ext4.sisqonrw wrote: Sat Feb 24, 2024 12:57 pm Hi have have installed MX Linux new on my notebook. but on a ext4 partition.
is bfrs better?
i am at the beginning. i can install MX-Linux new on a bfrs partion.
thanks
Re: is bfrs better
Charlie, that source is a marketing snow job for EaseUS, and a poor source for actionable information.Charlie Brown wrote: Sat Feb 24, 2024 1:09 pm https://www.easeus.com/resource/btrfs-v ... 0by%20ext4.
- DukeComposed
- Posts: 1506
- Joined: Thu Mar 16, 2023 1:57 pm
Re: is bfrs better
Perhaps Ars Technica is a more reputable source.figueroa wrote: Sat Feb 24, 2024 1:52 pm Charlie, that source is a marketing snow job for EaseUS, and a poor source for actionable information.
Re: is bfrs better
That link (source) is not a special recommendation by me, just for general info, randomly found.
- Eadwine Rose
- Administrator
- Posts: 15220
- Joined: Wed Jul 12, 2006 2:10 am
Re: is bfrs better
I just cannot help but always read "butterface", this thread has gotten me the giggles



MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: is bfrs better
BTRFS isn't per-se better, it's a different more feature-rich option. Its biggest feature is the ability to create file-system-level snapshots. With a tool like Timeshift you can create for example hourly snapshots of your whole filesystem. They are fully deduplicated, so snapshots won't take up space as long as the files don't change. The next thing is that it's copy-on-write, so every change gets written out as a new file, then the old file gets removed (or rather unlinked). This also removes the immediate the need of a journal so it has none. I've found a niche use of COW on SMR HDDs that perform MUCH better under BTRFS than on any other filesystem. There are more features like compression or flexible RAID options.
EXT4 on the other hand is the old "trusted" Linux filesystem that should always do its job, but has no fancy features. It's a little faster than BTRFS from my experience (when reading in huge file trees e.g. for a snyc job), but that's it.
EXT4 on the other hand is the old "trusted" Linux filesystem that should always do its job, but has no fancy features. It's a little faster than BTRFS from my experience (when reading in huge file trees e.g. for a snyc job), but that's it.
If it ain't broke, don't fix it.
Main: MX 23 | Second: Mint 22 | HTPC: Linux Lite 7 | VM Machine: Debian 12 | Testrig: Arch/FreeBSD 14 | Work: RHEL 8
Main: MX 23 | Second: Mint 22 | HTPC: Linux Lite 7 | VM Machine: Debian 12 | Testrig: Arch/FreeBSD 14 | Work: RHEL 8
- DukeComposed
- Posts: 1506
- Joined: Thu Mar 16, 2023 1:57 pm
Re: is bfrs better
To this ext4 should be allowed to say "I am mightily abused."MadMax wrote: Sat Feb 24, 2024 2:23 pm EXT4 on the other hand is the old "trusted" Linux filesystem that should always do its job, but has no fancy features. It's a little faster than BTRFS from my experience (when reading in huge file trees e.g. for a snyc job), but that's it.
ext4 may not only by faster than btrfs, but it also offers metadata journaling, fragmentation resistance through extents, metadata checksumming, resizeability, backwards compatibility with ext2 and ext3, transparent encryption, Y2038 problem datetime fixes, and it can operate cleanly on top of a volume management layer like LVM.
No fancy features, indeed.
Re: is bfrs better
The "What is bfrs?" question hit me today too (watched a dual-boot mx-linux) so in a quest for answers I ended up going down the damnedest bunny trail I'd ever been on. I then wondered what RAID was (nothing I need) and while I was at it, what the heck is Reiser used for. Holy cow. This ended up learning about a murder and a 23 page letter sent to the Linux mail list explaining the inventor's position on the project as well as his regrets for committing murder and advocacy for Cognitive Behavioral Therapy in elementary school. I ended up deciding to use ext4 as MXLinux suggested but for the life of me, after the Reiser document I completely forgot what I briefly learned about bfsr except that it wouldn't be something I need.