this post was submitted on 04 May 2024
125 points (97.0% liked)

Linux

48072 readers
1 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

Related Communities

Community icon by AlpΓ‘r-Etele MΓ©der, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Just a simple question : Which file system do you recommend for Linux? Ext4...?

EDIT : Thanks to everyone who commented, I think I will try btrfs on my root partition and keep ext4 for my home directory πŸ˜ƒ

(page 2) 50 comments
sorted by: hot top controversial new old
[–] LeFantome@programming.dev 5 points 2 years ago (4 children)
[–] pastermil@sh.itjust.works 5 points 2 years ago (1 children)

Chill. That thing just hit the mainline.

[–] downhomechunk@midwest.social 3 points 2 years ago

Thank you brave pioneers. I just felt confident to switch to btrfs last year.

[–] possiblylinux127@lemmy.zip 3 points 2 years ago (2 children)
load more comments (2 replies)
[–] kixik@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

Uff, somehow missed your post. See mine. That's the FS I'm hoping to use next. I'm waiting for it to support swapfile, or alternatively read from official sources they won't ever support it, :). But yes, that's the one I'm looking forward to use.

load more comments (1 replies)
[–] nialv7@lemmy.world 4 points 2 years ago* (last edited 2 years ago) (1 children)

Well since so many people recommend btrfs because "it have never lost any data for me". I want to suggest OP to never use btrfs ever. Because it has lost my data, at least three separate times, the most recent time a week ago. And it's not because of a power loss or anything, it just corrupted my files for absolutely no reason at all.

Stay away from btrfs at all costs.

[–] blackstrat@lemmy.fwgx.uk 2 points 2 years ago

"It's never lost data for me. Yet" is what they mean.

I totally agree, the only file system I've lost data with as a result of a file system corruption not caused by hardware errors or power problems in 35 years has been btrfs. FAT even served me better.

[–] jsh@sh.itjust.works 4 points 2 years ago* (last edited 2 years ago) (1 children)

I always go LVM + BTRFS these days. I simply love the versatility.

EDIT: DO NOT DO THIS LMAO, JUST USE BTRFS, I AM SO STUPID

[–] refreeze@lemmy.world 2 points 2 years ago (1 children)

I'm curious, why do you use LVM with BTRFS and not just use BTRFS built in subvolumes?

load more comments (1 replies)
[–] communist@beehaw.org 4 points 2 years ago (2 children)

I use f2fs on ssd's and ext4 on hdd's

I don't see the need for snapshots, I backup externally

load more comments (2 replies)
[–] secret300@lemmy.sdf.org 3 points 2 years ago (1 children)

I like btrfs but only cause it got transparent compression. I don't need the extra disk space and it only helps a bit but I just think it's neat

[–] ta00000@hexbear.net 2 points 2 years ago (1 children)

If you're on spinning rust with a modern CPU, compression actually helps your read/write speeds quite a bit. It's faster for the CPU to compress/decompress then read/write less data because hard drives are so slow in comparison.

load more comments (1 replies)
[–] VHS@hexbear.net 3 points 2 years ago (1 children)

I've always used XFS on spinning drives and F2FS on SSDs. No issues, they're very solid

load more comments (1 replies)
[–] Frederic@beehaw.org 2 points 2 years ago

I used ext4 for yeeeeaaaarrssss but now I'm using LUKS+btrfs, stable, encrypted.

[–] wargreymon2023@sopuli.xyz 2 points 2 years ago* (last edited 2 years ago)

FS is for nubz, do these instead:

Read

dd if=/dev/sda of=/dev/stdout

Write

dd if=/dev/stdin of=/dev/sda
[–] intelisense@lemm.ee 2 points 2 years ago (2 children)

BTRFS for the OS partitions, ext4 for /home, tmpfs for /tmp. I rarely need to use snapshots, but I do use a rolling release. It's one of those things you don't need until you really fucking NEED it. Tumbleweed support is great - I can roll back a bad update in about as long as it takes to reboot.

[–] Evil_Shrubbery@lemm.ee 2 points 2 years ago

This is exactly how and what Im using.

Home and other ext4 are backed up one form or another on by NAS.

[–] taanegl@beehaw.org 2 points 2 years ago

Seeing that user Flatpaks are installed in the home folder, I see this as an interesting strategy. EXT4 still beats BTRFS in certain read/write benchmarks. My only problem being that you lose provisioning.

I don't see a lot of people talking about this here, but BTRFS subvolume provisioning is probably the best reason to use BTRFS - and BCacheFS - not just CoW or snapshotting.

The old way, of having a set beginning and end of a partition, is like caveman technology to me now. Subvolumes are here to stay and I am happy about that.

If I need to do a little distrohop now, even though I wouldn't (rpm-ostree rebase go brrrr), all I'd do is delete an recreate the "@" subvolume (or the root subvolume) without touching another partition or subvolume. All storage space is shared between subvolumes, basically, removing that boundary distinction between them, so I get to keep the files, permissions and meta data in my "@home" and my "@var" subvolumes, even though I get rid of the old "@" to replace it with a new one.

Therefore the idea of having storage that is reliant upon partitioning, ordering sectors one after another, having to defragment and keep strict separations between them is absolutely archaic to me. I'll gladly take a slight performance hit just for the convenience of avoiding all that.

load more comments
view more: β€Ή prev next β€Ί