Btrfs my new choice after ext4

After toying around with Fedora, I suddenly came across this new sweet piece of file system and was wondering what was the benefit of this and how can this be useful to me from a Linux enthusiast point of view. It’s been like appropriately a decade since I’ve given up ext3 to ext4 the latest and perhaps the preferred file system as this was default in most of the OS’s out there, wherever and whenever I was distro-hopping. So According to Google:

The maximum partition size of a btrfs file system is 16 exbibytes, and the maximum file size is also 16 exbibytes. Considering that btrfs will be able to span over multiple hard drives, it’s a good thing that it supports 16 times more drive space than ext4.

Now the point is I’m just using this for my own purpose and not running any organizational chores or say mission critical workloads. So what is this btrfs and why it’s magnetic for me, so let me tell you. According to the wiki,

As Fedora is a bleeding edge software delivering machine and I’m super duper fan of this as things hardly seems to go wrong here. I thought let’s give this a shot and let me tell you i was pretty impressed on this on Wayland running latest Gnome 3.3X shell and was blazing fast on my laptop. Btrfs is on a different level compared to Ext4. Ext4 is a “pure filesystem” while Btrfs has disk and volume management built-in. You can’t have an Ext4 filesystem that spans across multiple disks without some dirty tricks (that still do not accomplish what you want). On the other hand Btrfs can do it without a hitch because it was designed to do that. Many other features such as checksums, snapshots, raid capabilities etc are also features that set Btrfs apart from other filesystems, that is the point which i wanna put forth firmly.

So my fellow readers give Btrfs a shot and forget ext4, it has some cool system rollback and snapshot features as well. Let me know if your distro supports this and your personal experiences in the comments sections below.

You’re buttery-smooth btrfs, yay! 🙂

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

3 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

3 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

8 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

8 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

8 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

9 months ago