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 😃
- harsh3466 ( @harsh3466@lemmy.ml ) 84•6 months ago
If you’re just doing a vanilla Linux install, ext4 is the way to go.
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 19•6 months ago
Upvoted. Not everyone wants to rely on backups and restore broken system every month like on BTRFS
- 2xsaiko ( @2xsaiko@discuss.tchncs.de ) 45•6 months ago
We’re not in 2014 anymore.
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 5•6 months ago
File system is a core component of any electronic system. Even if it’s just 1% less stable than other ones, it’s still less stable. Maybe it’s faster in some cases and supports better backups but ehh idk if it’s worth it. Losing documents is something you probably want to avoid at all costs
- 2xsaiko ( @2xsaiko@discuss.tchncs.de ) 17•6 months ago
Yeah, but it isn’t noticeably “less stable” if at all anymore* unless you mean stable as in “essentially in maintenance mode”, and clearly good enough for SLES to make it the default. Stop spreading outdated FUD and make backups regularly if you care about your documents (ext4 won’t save you from disk failure either which is probably the more likely scenario).
* not talking about the RAID 5/6 modes, but those are explicitly marked unstable
- boredsquirrel ( @boredsquirrel@slrpnk.net ) 20•6 months ago
My short BTRFS history
- Installed on a 1TB NVME
- used for 2 years
- Rebased my system a ton, used rpm-ostree a ton (which uses BTRFS for the snapshots I think?)
- Physically broke the SSD by bending (lol used a silicon cooler pad but it bent it) which resulted in hardware crashes
- With
dd
barely managed to get all the data onto a 1TB SATA SSD dd
-ed the SATA SSD onto a 2TB NVME- deleted and restored the MBR, resized the BTRFS partition to max, resized the BTRFS filesystem to max, balanced it
Still works, never had a single failure
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 2•6 months ago
Well gtk if it’s really as stable as ext4. I will still stick to ext4 though because why change what already works well and tested on almost any machine you can possibly imagine?
- boredsquirrel ( @boredsquirrel@slrpnk.net ) 3•6 months ago
I suppose by being more efficient, “using modern technology” (everything saving Google, Meta, Amazon etc. money and is thus extremely well funded, all server related stuff), is good for the environment.
If something runs faster on the same hardware, it may use less energy. It may also just be restricted in hardware usage, like not using multithreading.
Linux Distros shipping x86_64-v2 packages is a whole other problem…
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 1•6 months ago
I have an x86_64-v2 CPU so I highly disagree with your statements.
- Mereo ( @Mereo@lemmy.ca ) 10•6 months ago
I disagree. My partition is ext4, but Timeshift saved my ass when an upgrade went wrong. I just had to restore the system from a previous snapshot taken before the upgrade.
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 1•6 months ago
Of course updates can break stuff. What I don’t understand is why would you intentionally go for a less stable FS that can break and corrupt all files? It’s especially bad on old machines with limited space where full backups are not possible
- Mereo ( @Mereo@lemmy.ca ) 8•6 months ago
Are you talking about ext4 or BTRFS?
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 2•6 months ago
Updates can break stuff on any file system but BTRFS is known for worse stability, at least in the past
- kurcatovium ( @kurcatovium@lemm.ee ) English4•6 months ago
I’m running it for over 3 years as complete linux moron with no issues whatsoever. It was default in openSUSE and its automatic snapshot feature saved my ass multiple times. I’ve heard everyone saying ext4 is super stable and I should use it, but I went with default and can’t complain.
- boredsquirrel ( @boredsquirrel@slrpnk.net ) 6•6 months ago
I never tested BTRFS on SSDs under 128GB or even HDDs, but never had a corrupted one.
Those anecdotes are worth little so it would be best to have current data.
One of the above points was that the claims are outdated, which would be really interesting to verify.
Like, making a study with many different parameters
- hdd, sata ssd, nvme ssd, emmc, etc.
- size: 50-200MB, 1GB, 16GB, 128GB, 500GB, 4TB (from small embedded, to IOT, to usb flash drive, to smartphone, to laptop, to Server/Backup)
- amount of usage: percentage filled, read/write per minute
- BTRFS actions: snapshots, balance, defragment
- BearOfaTime ( @BearOfaTime@lemm.ee ) 5•6 months ago
If full backups aren’t possible that’s an administrator failure.
Reliance on a file system to never fail rather than have proper backups, is an administrator failure.
ANY system can, and will, fail. Thinking and behaving otherwise is an administrator failure.
“Everything gets gone, sooner or later” - being prepared for it is good administrator behaviour.
- GolfNovemberUniform ( @GolfNovemberUniform@lemmy.ml ) 1•6 months ago
Yes but why intentionally choose a worse option? Sorry but it’s not very smart imo.
And not having enough space is not an administrator failure. It’s usually budget issue. And are you saying that making apps bloated (like severely bloated) is ok and the user should always be blamed for having lower hardware?
- lemmyreader ( @lemmyreader@lemmy.ml ) English7•6 months ago
Good that you mentioned that. Reminded me that I have an Arch Linux install here where I forgot that I did choose BTRFS during installation. Within maybe a month I noticed FS errors. Looked scary. Nervously searching for documentation was even more scary :
https://wiki.archlinux.org/title/btrfs#btrfs_check ->
This article or section is out of date.
(Discuss in Talk:Btrfs) Warning: Since Btrfs is under heavy development, especially the btrfs check command, it is highly recommended to create a backup and consult btrfs-check(8) before executing btrfs check with the --repair switch.What is this? My beloved Arch Wiki is not 100% perfect!
Then found this :
WARNING: Using ‘–repair’ can further damage a filesystem instead of helping if it can’t fix your particular issue.
Do not use --repair unless you are advised to do so by a developer or an experienced user, and then only after having accepted that no fsck successfully repair all types of filesystem corruption. E.g. some other software or hardware bugs can fatally damage a volume.
I figure this explains the popularity of BTRFS snapshot configurations. Luckily I had some backups :)
- Ephera ( @Ephera@lemmy.ml ) 2•6 months ago
Filesystem snapshots won’t help, if the filesystem itself corrupts. But I’ve been using BTRFS for 6 years now and haven’t had a file system corruption, so mileage may obviously vary.
- Yozul ( @yozul@beehaw.org ) 38•6 months ago
Honestly, unless there’s some specific thing you’re looking for just use your distro’s default. If your distro doesn’t have a default I’d probably default to ext4. The way most people use their computers there’s really no noticeable advantage to any of the others, so there’s no reason not to stick with old reliable. If you like to fiddle with things just to see what they can do or have unusual requirements then btrfs or zfs could be worth looking into, but if you have to ask it probably doesn’t matter.
- catloaf ( @catloaf@lemm.ee ) English2•6 months ago
Agreed, ext4 is a perfectly fine default for the os. Xfs is also a good choice. I have my os on ext4 and data on xfs and I’ve never had issues. My only headache is LVM, because I don’t actually need the additional flexibility it offers. (And mdraid is flaky, but I think that’s because of how I set it up. Maybe you aren’t supposed to use a whole drive, you’re supposed to partition it first?)
- Mereo ( @Mereo@lemmy.ca ) 36•6 months ago
In my opinion, it depends. If a distro has BTRFS configured to automatically take a snapshot when upgrading (like OpenSuse Tumbleweed), then BTRFS.
If not, for a beginner, ext4 + timeshift to take snapshots of your system in case an upgrade goes wrong will be fine.
- boredsquirrel ( @boredsquirrel@slrpnk.net ) 5•6 months ago
But you can also just use BTRFS without any fancy setup and not use its features, it will still be faster.
- narc0tic_bird ( @narc0tic_bird@lemm.ee ) 5•6 months ago
Btrfs has many advantages over ext4, but being faster isn’t one of them.
- acockworkorange ( @acockworkorange@mander.xyz ) 1•6 months ago
Mint doesn’t default to btrfs, but will use it if you so choose during install. And it integrates fantastically with Timeshift. I’ve set up daily and weekly snapshots and have peace of mind.
- Adanisi ( @Adanisi@lemmy.zip ) English24•6 months ago
ext4 has been battle-tested for many years and is very stable. Doesn’t have the same fragmentation and data loss issues certain other filesystems like NTFS have.
- mbirth ( @mbirth@lemmy.mbirth.uk ) English10•6 months ago
And it has repair tools that actually work and can make the filesystem usable again.
- Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months ago
Until you pull the power at the wrong time. Its better to use Btrfs as others have said.
- blackstrat ( @blackstrat@lemmy.fwgx.uk ) 3•6 months ago
But pulling the power on a btrfs drive at the wrong time results in you not even being able to mount it as read only. No snapshotting can help you there.
- Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months ago
I have not had that experience
- rotopenguin ( @rotopenguin@infosec.pub ) English20•6 months ago
Btrfs. Just format as one big partition (besides that little EFI partition of course) and don’t worry about splitting up your disk into root and home. Put home on its own subvolume so that root can be rolled back separately from it. You can have automatic snapshots, low-overhead compression, deduplication, incremental backups. Any filesystem can fsck its own metadata, but btrfs is one of the few that also cares if your data is also intact.
- blackstrat ( @blackstrat@lemmy.fwgx.uk ) 1•6 months ago
It cares so much that when it goes wrong you can’t even mount the partitions as readonly to try get your data back. It will stubbornly hold on to it and refuse any access at all. Boy I am so glad it didn’t let me access a potentially corrupted byte somewhere!
- OsrsNeedsF2P ( @OsrsNeedsF2P@lemmy.ml ) 18•6 months ago
As someone who ran BTRFS for years, I’m personally switching back to EXT4. Yes, the compression and other features are nice, but when things go wrong and you have to do a recovery, it’s not worth the complexity
- Possibly linux ( @possiblylinux127@lemmy.zip ) English11•6 months ago
I’ve found it much easier and way more reliable. If I pull out the power on ext4 it is likely to cause corruption and sometimes you can’t fix it.
Btrfs is pretty much impossible to completely corrupt. I’ve had drives fail and I didn’t lose anything
- OsrsNeedsF2P ( @OsrsNeedsF2P@lemmy.ml ) 18•6 months ago
Lemme say this - While complex, I can vouch for recovering files on BTRFS. I can’t vouch for recovering files on ext4, because I never had to.
- tearsintherain ( @tearsintherain@leminal.space ) 17•6 months ago
ext4 unless you need features offered by another FS.
- billgamesh ( @billgamesh@lemmy.ml ) 5•6 months ago
Especially just getting into linux. Ext4 works well enough, when you learn enough to care about what it doesn’t do well try something then
- muhyb ( @muhyb@programming.dev ) 13•6 months ago
I personally use ext4 everywhere but it is recommend to have BTRFS for your OS partition if you take snapshots often.
- darklamer ( @darklamer@lemmy.dbzer0.com ) 12•6 months ago
If you don’t actually have an opinion, just go with the default, ext4 really is a very good file system, but if you want to have an opinion and not go with the default, zfs is truly a fantastic file system.
- Andromxda 🇺🇦🇵🇸🇹🇼 ( @Andromxda@lemmy.dbzer0.com ) English12•6 months ago
Btrfs is cool because it supports snapshots, if you don’t plan on using these, just go with ext4
- Eyck_of_denesle ( @Eyck_of_denesle@lemmy.zip ) 6•6 months ago
I don’t use snapshots but i love the compression.
- leopold ( @leopold@lemmy.kde.social ) English1•6 months ago
Not just snapshots. Also compression and CoW.
- verdigris ( @verdigris@lemmy.ml ) 11•6 months ago
Ext4 for most home users, because it’s simple and intuitive. Btrfs for anyone who has important data or wants to geek out about file systems. It’s got some really cool features, but to actually use most of them you’ll have to do some learning.
- cmnybo ( @cmnybo@discuss.tchncs.de ) English11•6 months ago
I would recommend using btrfs on SSDs and ext4 on hard drives.
- caseyweederman ( @caseyweederman@lemmy.ca ) 4•6 months ago
Ok but please explain subvolumes, the information has failed to latch onto my brain
- cmnybo ( @cmnybo@discuss.tchncs.de ) English3•6 months ago
Subvolumes are somewhat like a partition, but they don’t have fixed size. What they allow you to do is take snapshots. Snapshots are used to backup and restore the subvolume. They can be created instantly and don’t take up any space until something is changed.
- caseyweederman ( @caseyweederman@lemmy.ca ) 2•6 months ago
If I’m trying to install Linux with BTRFS, and it doesn’t work, what are some of the most likely mistakes I’ve made?
- cmnybo ( @cmnybo@discuss.tchncs.de ) English3•6 months ago
What distro? Some installers will set everything up for you and others you have to setup subvolumes manually.
- Possibly linux ( @possiblylinux127@lemmy.zip ) English2•6 months ago
Ext4 on hard drives? Btrfs would be better for both.
- SavvyWolf ( @savvywolf@pawb.social ) English10•6 months ago
For standard use, ext4. If you want to tinker and use fancy features, btrfs (or maybe zfs?).
- Björn Tantau ( @bjoern_tantau@swg-empire.de ) 10•6 months ago
Just go with whatever is the default of your distribution.
That said I’ve come to love the automatic snapshots OpenSUSE gives me with BTRFS. I think they use snapper to automate that. It does a snapshot before and after every packet install, update or removal. And it has some system to delete snapshots that aren’t needed anymore but it always keeps enough to give you peace of mind, especially when you’re experimenting.
I should look into keeping some snapshots of my ~ as well. And I should implement that especially for my family.
- kurcatovium ( @kurcatovium@lemm.ee ) English3•6 months ago
Snapper is life saver. I don’t get it why nobody else use it by default, it’s so great. It saved me many times. My coworker, who happens to be kind of non-linux user forced there by MS bullshit, uses Ubuntu and she’s got to problems so many times, and all those would be couple clicks repair with Snapper…
- Liam Mayfair ( @LiamMayfair@lemmy.sdf.org ) 10•6 months ago
Btrfs. It was the default filesystem already when I used Fedora on both my personal and work laptops. Not a single problem. It is true I don’t really make much use of most of its advanced features like snapshotting, CoW, etc., but I also didn’t notice any difference whatsoever in stability compared to ext4 so I’m pretty happy with it as my new default.