this post was submitted on 11 Sep 2023
64 points (98.5% liked)
Linux
48008 readers
1194 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's worth noting that the default file system varies by distro - there is no 'Linux' default. For example, RHEL et al use XFS as the default.
I thought RHEL is going with ext4 or btrfs these days. I know Fedora is on btrfs, while Debian & Ubuntu is on ext4.
RHEL is going hard on XFS, they've even completely removed BTRFS support from their kernel - they don't have any in-house development competency in it after all. It's somewhat understandable in that regard, since otherwise they wouldn't necessarily be able to offer filesystem-level support to their paying customers.
Though it is a little bit amusing, seeing as Fedora - the RHEL upstream - uses BTRFS as their default filesystem.
If there is one thing one can learn from the Linux community at large is how to agree on absolutely nothing and still be friends (mostly, that is. As long as Linus isn't involved. Then the gloves are off. Who dared to put rust in the kernel?!)
Lennart Poettering has entered the chat
Is Red Hat the next canonical?
Fedora’s gone the btrfs route, RHEL has all but given up on btrfs, pushing xfs
make menuconfig says:
And this for ext4:
But defaly indeed is ext4.
ext4 is literally just the latest version of the ext filesystem (AKA it has the most funcionality).
If you REALLY wanted MAX speed, you could make your system drive ext2, but you would lose some metadata, drive info & management tools.
It says it is "a" standard file system - not "the" standard. Very different things.