Can we make it real?
I asked for the source, we’ll see if we get it 😁.
Thank you kind stranger 😊.
Found a pdf: https://heinicke.xyz/nixos/alfa.pdf
Ah, this is even better, I could actually edit it as vector 😊.
What’s wrong with btrfs?
My only gripe with btrfs is that I’ve had systems come down from a single drive failure in raid quite “often” when compared to other FS.
ZFS is a ram hog but I always could do a live resilvering without downtime.
btrfs’s RAID features are not production-ready, and at this point I doubt they ever will be. See:
https://en.wikipedia.org/wiki/Btrfs#Implemented_but_not_recommended_for_production_use
https://wiki.archlinux.org/title/Btrfs
https://www.phoronix.com/news/Btrfs-Warning-RAID5-RAID6
ZFS is definitely more robust.
You have to avoid the raid types is lists as not ready. Looks like facebook uses btrfs without issues
It is true for raid 5 & 6. Raid 0, 1, and 10 are supposed to be production ready. I use raid 10 only with btrfs, anything else and I use zfs or mdadm.
Raid 1 is stable. The problem is that btrfs has performance issues with resilvering a large amount of data. That isn’t something that can be fixed as it is a design flaw.
Maybe bcachfs will be production ready at some point
I don’t think I’d call it anything wrong, but the subvolumes definitely do make it different for installation purposes so that following ext4 instructions for bootloader configs or kernel arguments could put you on the wrong path
performance
opening programs was noticeably slower for me
I benchmarked it and it blew XFS out of the water
Nothing these days
People don’t know how CoW FSes work 🤷.
This is a rather old form and in its early days btrfs was not very stable.
- lol
- My rootfs has been btrfs up to 2 days ago, when I switched back to TKFS (The King File System, AKA ext4) because I realized I have no use for the features of BTRFS.
What is the problem with using BTRFS for rootfs?
I think that this form is actually old, from when BTRFS was quite unstable. That point on the list made me chuckle.
It tends to break when you force power off the machine in my experience, where ext4 is super resilient to that kind of stuff.
Thats my experience at least.
Ext4 can’t detect data corruption while btrfs can. Btrfs has only bee stable for a handful of years now. It had way to many early adopters that were burned
Mine’s been btrfs for a year now and I too have in no way used any of it’s features
Please return completed form to /dev/null in order for your fuck-up to be assessed by a professional.
Lol
I’ve been trying to decide what distro I want to go with for my desktop (Microsoft recently pushed copilot onto my windows 10). While I like the idea of Arch (fast, lightweight) and the fact that it’d be fully compatible with whatever I get on my steam deck, stuff like this makes me think a Debian-based distro would be better.
(That and the fact that most Linux stuff is designed for Debian and I don’t have enough experience to try and rebuild Debian stuff for Arch)
Linux Mint
Wait until you need to validate the installed state of files on the machine. You’ll reconsider Debian like many security people do.
I doubt I’ll ever have to do that since I don’t really work in software development (I’m guessing that’s only relevant in software dev?), but thanks for the heads up.
Wait until you need to validate the installed state of files on the machine.
I don’t think I’ve ever had to do that in all my years of using Debian. What does it even mean?
The aur usually has what I need, only have had to manually build once… Before I found the aur package. Endeavoros is a good easy way to get into arch if you are worried about the manual configuration.
Alright, cool. Why not Manjaro? I did a quick Google search and saw people saying Manjaro is bloated in comparison to EndevorOS, are there other reasons as well?
Hasn’t been updated in a while, but still valid:
Yeah, they like forgot to reupload a new cert 3 times.
And they hold packages back. EndeavourOS uses Arch’s repos directly, whereas Manjaro has it’s own repos. EndeavourOS is just Arch with a GUI installer and some handy prepicked choices, like a DE.
Thanks!
Yeah, they like forgot to reupload a new cert 3 times.
It happens to everybody, including Microsoft, Google, Amazon etc.
Actually, most of them have automatic cert renewal… in fact, most web services have that nowadays.
There are three distros derived from Arch that try to do very different things:
- Endeavour is Arch with a friendly installer. That’s it. It will install faster but then you’ll be using Arch, and that’s not a good idea for a beginner.
- Garuda is also Arch but with a few more helpful tools and apps. Same reasoning as above.
- Manjaro uses Arch packages as an upstream source (like Ubuntu vs Debian) but does things to them to make it stable. Which, unfortunately, makes a certain kind of Arch fan foam at the mouth and you’ve probably already been linked to “manjarno” and similar idiocy. So you’d have to deal with that.
But seriously, I have mixed feelings recommending Manjaro to a beginner. The distro itself is super-stable and easy to use because you basically have to do nothing. I have non-computer savvy family members on Manjaro without admin privileges and it works perfectly.
But the trick is that doing nothing part. You have to leave it alone and not modify the way it works, and beginners often feel the need to tinker with the system… Not only that but it’s hard as a beginner to figure out online what’s generic Arch advice and what’s Manjaro-specific and which of that can be applied safely on Manjaro and which is an Arch-ism that will ruin your install.
If you’re set on trying Manjaro I can offer a list of recommendations to give you an idea of how to navigate the dos and donts.
Honestly I’ve found the opposite of what you said, where on Debian based distros I commonly had to go to a project’s git repo and follow readme instructions to build when it wasn’t in an apt repository. Meanwhile on arch, the only thing you have to install manually is yay and then afterwards everything is in the AUR. Not saying that makes arch more user friendly than Debian (obviously), but that one aspect I do actually find easier on arch at least if you’re willing to use an AUR helper.
It’s mostly game-related tools that I’ve discovered typically have Debian versions but no apparent (official) Arch support. Seems like most people who develop modding tools, save editors, stuff like that, mainly use windows and if you’re lucky will have a Mac and maybe Debian version
Edit: the windows binaries aren’t a huge issue, they usually work in Wine just fine; I just prefer not having to use wine.
The Deck is configured by Valve in a way uniquely suited to it, and they also make sure it works properly. It’s not going to be the same on vanilla Arch installed by you on your own PC.
Common wisdom for a beginner is to use something like Debian or Debian-based like Mint or Ubuntu because they’re popular and stable so you can get a safe start. I wouldn’t recommend Arch or Arch-based to a complete beginner.
Oh and another point: on Debian every package you get is Debian. On Arch the stuff in AUR is not Arch and is not supported by Arch, it’s unstable experimental stuff and you take your chances with it.
In practice, generally, the AUR stuff trends to mostly work fine but it’s never guaranteed. It can and it does break spontaneously from time to time.
This applies to ALL Arch-based distros. So if you plan on counting on AUR to supplement your app needs, please reconsider.
Debian stable has ~100k stable packages included. Arch has ~15k bleeding edge packages included and ~80k “varies wildly” in the AUR. It will not be the same experience.
Debian with Steam and other popular desktop apps (like LibreOffice and Firefox) installed from Flatpak will be a much more reliable experience.
I use mint. Everything works without too much fuss. Certainly easier than dealing with an endless stream of corpo shenanigans. It works quicker than windows ever did.
There’s always Fedora as well
Debian is nice.
h–how did you manage that
Pacman -Syyu when you’re feeling extra desperate XD
That’s funny and sadly accurate 🤣
For a second I thought that the first field was:
IRL nickname: I don’t use IRL
Nobody should use IRL, it sucks and is way too humid.
Floridean detected
I get the feeling. I had a fuck-up directory with solutions for my failed android rooting efforts. I tried to flash my phone with a random recovery image I found in an old FAQ section.
Fucking Allan, always fucking shit up.
All we wanted was some detail.
I liked using Arch, but i got tired of Allan breaking into my house and bricking my computers all the time, so i ended up switching
😬