r/linuxmasterrace SteamOS/Kubuntu 11d ago

You are expected to know this

Post image
4.9k Upvotes

311 comments sorted by

667

u/Astrodion123 11d ago

I am doing it like that. Nothing has broke so far >:)

386

u/NanuLanu 11d ago

Been doing ts for 6 years and when an update breaks something, just chroot and fix it. (Aura!)

55

u/Tear4Pixelation 11d ago

I hope you mean archlinux-chroot or otherwise that’s minus aura… have had to rebuild my boot loader after auto suspend killed during nvidia driver install from chroot way too often

74

u/Thisismyredusername Glorious Ubuntu 11d ago

I could've sworn it's arch-chroot, not archlinux-chroot ...

55

u/gtsiam Glorious Arch 11d ago

You could've sworn correctly.

8

u/Tuqui77 11d ago

Almost a year in and no problems

10

u/Tear4Pixelation 10d ago

Fuuuuuck you are right 😔 I could have sworn the other way around but ig I fkin suck

5

u/Rek9876boss 9d ago

They missed an opportunity to make it archroot

6

u/Wertbon1789 10d ago

arch-chroot is just a chroot with extra steps. Setting up some bind mounts, so you can use the system somewhat correctly. You could just do those yourself.

4

u/kansetsupanikku 10d ago

When I care to remember it exists, sure. But just using my decades old habits and seeing they are still relevant does not make me feel like my aura is fading anytime soon

→ More replies (6)

5

u/Seven2Death and steam os cause lazy 11d ago

i just "dual boot" and sym link everything i use in my experience with arch based distros its the de facto way to do things. if your grub menu doesnt have like 6 broken des your doing things wrong. i joke but it really is a lazy easy fix that makes actually fixing any problems i have..... difficult

2

u/KawaiiMaxine 11d ago

How do you have desktop environments on grub?

→ More replies (3)

2

u/MousyCheeseBits Glorious Bedrock Linux 10d ago

Doing this nonsense since 2022 but I update like it's a new Ubuntu release cycle. Never chrooted, Don't ask me to "chroot" because I won't know how to begin.

2

u/Wertbon1789 10d ago

chroot == change root

Basically, you can just spawn processes which believe that the directory you gave to the chroot call is the actual root directory, which means it can not get out of the context of that directory by default. It's useful for system setup without being booted from that system, e.g. enabling system services or installing packages.

2

u/Sharp_Application521 10d ago

I always get like minor inconveniences like KDE crashing my pc when I load into it, but I'm too lazy to maintain my arch installation so I just switched to gnome, which then broke Firefox and about every steam game I played on it so I had to reinstall those and switch to cosmic, I'm running out of DEs at this rate

→ More replies (8)

11

u/glassgost 11d ago

I keep everything I can't lose on my nas anyway. If I mess something up bad enough, I just slash and burn and start over.

7

u/tenkawa7 11d ago

Been doing that way for over 20 years, yet to be a problem

3

u/Sh_Pe Glorious Arch btw 11d ago

same here. I'm also dual booting with Windows for some extra spice (I love it risky)

4

u/RiceStranger9000 11d ago

Put a heater next to your HDD and a faulty electricity source. Now that's risky

2

u/Sh_Pe Glorious Arch btw 10d ago

living on the edge

2

u/Particular_Wear_6960 11d ago

I'm running Cachy like this and never have any issues. I admit I'm on an all AMD system so that may help but I've got an Nvidia/intell machine as will running Cachy that doesn't have any issues though I update less often

2

u/Astrodion123 10d ago

I have two machines that are all Intel. They work flawlessly 💀

→ More replies (1)
→ More replies (7)

102

u/Zican 11d ago

arch is the comfiest distro imo, if ever something breaks there is so much info you can solve it. Also just read the archlinux page for breaking changes and you shouldn't ever have problems from just updating

6

u/balancedchaos Mostly Debian, Arch for Gaming 11d ago

If you keep it simple, you'll be fine. I prefer simple and clean, so I'm happy. 

28

u/w3rt 11d ago

Majority of problems people get are nvidia driver related, which won’t show up on the news page

10

u/Zican 11d ago

that's not arch related tho? it happens on all distro and even then that was maybe 10 years ago, i have an nvidia card and i just read the nvidia archwiki page to solve the screen tearing once when i installed my arch distro and that's it.

→ More replies (1)
→ More replies (3)

133

u/PlainBread Glorious Arch 11d ago

My system is ext4 but I do part out /home/ with btrfs...

64

u/naturalbornsinner 11d ago

Using Linux without the nitty gritty knowledge... What does this mean? And why is it (or isn't it?) good practice?

I imagine the meme implies data loss/no rollback mechanism. But what should a user do for "less headaches" if they just started using Linux recently?

110

u/PlainBread Glorious Arch 11d ago

The advantage for me is that I can unmount /home/ and then completely rewipe my system to a different flavor of Linux, and then reconnect /home/ to the new distro and have all my dot files in place and everything just works the way it did before but on a different distro.

As for btrfs, it includes some error recovery functionality that ext4 doesn't, so if you ever have some file corruption happen, it's more likely that btrfs will be able to recover the corrupted data. Part of the in-joke of OP's meme is that if everything is on a single ext4 partition, then if filesystem corruption happens there, you're screwed all over.

24

u/duskterrapin 11d ago

I backup /home to an external drive, but this is cool. I may do both

27

u/Zomunieo 11d ago

Directly moving /home to a new system isn’t always a good idea. Configuration file formats change over time and you can get some weirdness.

16

u/Mr_ityu 11d ago

haha i know this from experience ! back in 2017-8 i tried merging my polyboot fedora, debian and arch installs to the same separated home partition . it worked....partially .

2

u/gosand 11d ago

I did a fresh install in 2018, and have been dist-upgrading since (devuan xfce). I don't get any weirdness. Not exactly moving it to a new system, but pretty close. I am on a stable release, and do back up (rsync) my home drive to a separate disk on my system nightly.

I have cachyos on a laptop, and am really liking it. I am considering running it on my daily driver, but I rely on it a lot so am hesitant. I started on Linux in 1998, so I remember the days of fucking up your entire system and don't want to return there.

2

u/duskterrapin 10d ago

yeah I kinda assume any new system requires some tweaking, especially in /home

→ More replies (1)

2

u/PlainBread Glorious Arch 9d ago

Just gotta move all your dotfile directories into "olddotfiles" and then grab what you need from them when you need something from them. When enough time has passed you can delete the folder.

→ More replies (2)

8

u/diacid 11d ago

Home needs backup. The precious shit is there.

The rest the internet is your backup, even if the drive fails just download another iso

6

u/MiniGui98 11d ago

This is wiseness here ^

Personnal documents cannot be replaced. Sofrware you downloaded can most of the time.

And if you don't have any Internet anymore and can't download a new iso you probably have other things to worry about first lol

→ More replies (7)
→ More replies (1)

10

u/Spatula0fDoom 11d ago

There is no need in separate /home to reinstall. Just delete all directories except for home and install as usual. Then you just link new user to your old /home and you are good to go. It’s Linux, baby

5

u/PlainBread Glorious Arch 11d ago

Okay, second reason:

When my root partition starts filling up, I actually notice it. I have 100GB partitioned out, my system right now is using about 50% of that. When it starts creeping towards 100% I know I have a runaway tmp directory or log file somewhere.

4

u/MajesticDisaster3977 11d ago

That's why you run separate partitions for tmp and|or var, or a subvolume with a quota.

3

u/Porkhole-Santookus 11d ago

This has always seemed like a cool idea to me, but I've never implemented it myself. How do you deal with the .config, cache, and other local data left behind by packages that may not be on the next distro? Is this something you even bother managing?

2

u/PlainBread Glorious Arch 11d ago

It's just like dealing with AppData when migrating Windows. You can let it pile up for a while and then lose it all at once for a fresh start. Or go in with ncdu and trim by size.

I mainly use flatpaks so most of my stuff is in ~/.var/app/

→ More replies (6)

5

u/PreparationStrict492 11d ago

Regarding the separate home partition: Conceptually, in the linux (unix) file system model, the user's entire data lives within the home partition. Everything else is publicly available, interchangeable, and replaceable.

The thinking originates in shared computers in the universities of 70s. Many users with access to their own home directories, and they all share the same system outside of that.

That means, as long as you retain your data (home folder) you can rebuild the entire system around it (same system, or migrate to any other compliant one) and go on without a hitch. That is, essentially, data loss matters only within home directories.

---

btrfs is, due to its technical details, is very efficient for retaining past snapshots, and when needed reverting to them. I don't think this is as much of an issue with the home directory of a personal computer (aside from accidental deletions), for hardware failures are the real threat there (and if your drive fails catastrophically, snapshots won't help you), so backups (on different media, and if you are serious about it, also on different sorts of media) are a better bet.

I think, for home computers, having system snapshots to revert to helps a lot for fast recovery from borked updates in rolling release distros (that is, having everything outside home on btrfs), particularly on the more unstable ones (*cough* arch *cough*).

5

u/claudiocorona93 SteamOS/Kubuntu 11d ago

Search for a guide, use btrfs, set up rollbacks, activate timeshift, have your home partition separate from your root partition. Or use an immutable distro that comes with this already set up.

3

u/Rikmastering 11d ago

A guide on what exactly? I'm also a linux user and I've never seen half of this words

5

u/claudiocorona93 SteamOS/Kubuntu 11d ago

I had to search for methods to harden my setup after years of breaking my distros after tinkering too much, or after a major update messed up my Fedora install. But it's okay, you don't have to do any of this if you don't want to.

→ More replies (2)
→ More replies (1)

47

u/hellloeeee 11d ago

I've been doing this for 5 years out of laziness

29

u/tuxooo 11d ago

3 years, 1 installation, exactly like this, zero issues. I repeat, 3 years! 

4

u/the_rush_dude 10d ago

Make it 5 for me

2

u/tuxooo 10d ago

Big bro joined the chat haha

12

u/soccerbeast55 Glorious Arch 11d ago

Ran for over two years like this, not once had any issues. Such an overblown meme.

4

u/Federal_Equipment578 Glorious Arch 10d ago

Kid I smoked a pack a day every day for 50 years, all these "medical" folk been dropping like flies around me but I'm as fit as a youngin

24

u/buplet123 11d ago

I dont keep anything that matters just on the pc anyways, these days I dont even bother changing the default settings, desktop ricing isnt my hobby, i reinstal too often to give a fuck

6

u/richstyle 10d ago

Pretty sure this is the natural steps of a linux user. I used to rice every linux distro i installed. Now i dont give a fuck, just the basics.

4

u/diegotbn 9d ago

This is where I've landed as well. Tinkering takes time. I only have so much time. I back up anything I don't want to lose. I treat my system as ephemeral.

If there's any customization I can't live without, I have custom .bashrc files and scripts and stuff in my GitHub.

Right now I'm on Arch but I've decided when it's time to do a clean install I will be going with something more batteries included like Fedora. Ive already proven to myself in can install Arch manually. My time is worth more than that.

10

u/BambooGentleman 11d ago

That's what backups are for. I'm not dicking around doing "backups with extra steps", when I can just have normal backups.

But then, I'm not using Arch, but Mint and Void.

2

u/orthomonas 11d ago

Borg and an external drive/trusted server.

3

u/Aggressive_Park_4247 8d ago

Haha, storage is way too expensive for that. I just gamble and pray nothing goes wrong (including my nas which is an old as shit pc i got for 10€ off fb marketplace, with the original hdd)

→ More replies (1)

7

u/Algarviano 11d ago

kernel panic last night.. reboot and everything is fine today. 🤘🤘

6

u/thussy-obliterator 11d ago

all the shit i care about is in git or has syncthing copies 🤷‍♀️

5

u/FikaMedHasse Glorious Artix 11d ago

everyone knows the ultimate peace of mind comes from git init /

→ More replies (1)

3

u/Independent_Image_59 11d ago

I sometimes take nix btrfs for granted

→ More replies (3)

4

u/Funkey-Monkey-420 11d ago

disk safety is bloat

4

u/UDxyu 11d ago

Been running that since 2021 with no issues to this day

3

u/Sinful_Sam 11d ago

I've been doing this for the past 5 years and only ever encountered minor bugs, nothing system breaking.

2

u/creeper6530 Glorious Debian and Cachy 11d ago

That's meeee lol

2

u/TheThingOnTheCeiling 11d ago

I used to have a seperate home, but the root kept getting filled up and I couldnt fix it so I just went the easy route.

2

u/LOPI-14 11d ago

If it dies, it dies, tho home is on separate partition.

2

u/ZunoJ 11d ago

Chroot, fix, live your life

2

u/violetvoid513 11d ago

Im doing that. Everything actually important is backed up to my google drive and if something does somehow break my drive then oh well I just download the backup and the rest is just reinstalling games and other apps

1

u/Significant-Tone-121 11d ago

Literally my current setup btw (Mutter is broken and makes Cinnamon restart every hour, and also I learned the NVIDIA 610 driver has worse performance than the 550 driver that Debian has somehow, so I need to wait a few more days before the data cap resets to install Debian because I don't want to get overcharged 💔)

1

u/Orlha 11d ago

The data is there, I’m here to fix anything, but it doesn’t break anyway

1

u/Great_Banana_Master 11d ago

Meanwhile I have Void on Btrfs, @home and @var subvolumes, and a post-install snapshot just in case

1

u/regeya 11d ago

Always budget in enough money for at least a USB drive with enough storage capacity to back everything up. And if you don't want to/can't do off-site backups, at least keep the drive in something like a small fire safe.

→ More replies (1)

1

u/schism15 11d ago

We die like we live.

1

u/AndreVallestero Glorious Alpine 11d ago

Dotfiles in my git repo, install script ready. I do not fear death.

1

u/maxwells_daemon_ Glorious Arch, btw 11d ago

Been doing that for two years. Only change I'm thinking of making is encrypting the disk cause them cybersec courses got me schizoing

1

u/kongnico 11d ago

its me :p I do backups of files for work though so maybe im cheating

1

u/afrolino02 11d ago

The lazy person focuses on not wasting energy

1

u/arthurno1 11d ago

I have been updating my Arch since 2015, untill my motherboard died and I had to get another computer, back in 2024. I was able to take the hardrive out and get all of my files from the ext4 system.

1

u/rileyrgham 11d ago

And wait until they went full boss and used LVM... With encryption.... And grub bails... I've been there... 🤣 Never again. I thought I was full beard. Home always it's own encrypted partition on my laptops, but that's it!

1

u/imgly 11d ago

Since a while, I do everything like I'm losing anything at anytime, so I could not cry if my pc burns for whatever reasons.

1

u/Clashes4D 11d ago

Honestly if you truly know what you’re then you can’t really break stuff. And even if soy do you can recover from it. Just might take a day to a week.

1

u/Obnomus Glorious GNU 11d ago

I just copy my entire /home on a different whever I remember.

1

u/FenrirWolfie 11d ago

I do the same with my gentoo install. There is no reason to have separate partitions. There is just boot and root. Been running it like this for 15 years.

1

u/Paranoidd_ 11d ago

thats how i like my linux and guess what it never bugged

1

u/GhostSierra117 11d ago

It's very simple: I once did this crap with different partitions for boot system home and what not and ran our of storage on the bootloader or some shit don't ask me, I don't want help, I just tell you the story. 

Since then everything is one partition. I'm too tired for this crap 

My system is literally up and running in about two hours when everything goes horribly, horribly wrong.

1

u/New-Anybody3050 11d ago

This is me. I do have a server for moving things that are critical or a separate drive as redundancy but generally I nuke everything clean.

1

u/PaintDrinkingPete GNU/Linux 11d ago

I keep regular external backups...so I've always had this approach, even with all that other shit this meme mentions.

1

u/krzyk 11d ago

Me as former Debian unstable/Gentoo/Debian unstable user: First time?

It tough be to keep my MBR backupmready and never encrypt the disk, few times recreating MBR was a bit stressful. Few times livecd helped me.

Arch sounds like a distro for me as I always want the newest stuff. Unfortunately employer enforces Ubuntu and it is even not the latest LTS, I have to autoconfigure/make some stuff.

Kernel is always fine tuned one.

1

u/Grey_Ten 11d ago

me with btrfs compression-force enabled 🗿🗿🗿🗿

1

u/SaltyBalty98 Glorious Arch 11d ago

I've been using Arch based and related for the last 10 years. Manjaro had a couple of system breaking bugs that were easily solved with tools they included. Endeavor OS for 6 years, on my desktop I've kept the same install for 2, not a single thing to complain about.

At this point, I don't care.

1

u/NoWater8595 11d ago

Y'all mofos crazy.😆

1

u/cheese_master120 11d ago

Ye I do that. If smth breaks its either QuickShell or Hyprland lol

1

u/dgc-8 11d ago

who makes these memes this does not happen

1

u/Ponbe 11d ago

Wait, you're supposed to have home dir in another partition? 

1

u/Icy_Neighborhood2100 11d ago

My configs/projects are all backed up in GitHub so it's pretty easy.

Then there's stuff like photos backed on a Google drive. Should probably degoogle at some point but it's free and I don't use much.

I'm not messing around with different filesystems when ext4 is the fastest, I would do differently if I was running a server though.

Every time I break shit it's 1 arch-chroot to fix.

1

u/Particular-Poem-7085 Arch femboy 11d ago

system updates dont break arch unless you run 3rd party software or compile your own that relies on shared system dependencies. "Breaking updates" just mean updates to dependencies, but every piece of software you install through your package manager gets updated with them to avoid these breakages. The "app store" mostly installs flatpaks that come prepackaged with its own needed dependencies and don't care about system level versions of them.

Getting a buggy update on arch is incredibly rare, you're not on the testing branch by default. In fact in my experience it is less problematic than "user friendly" distros that promise to do things for you which is just a potential failure point.

1

u/Ursomrano My /etc/NixOS directory has a private Github repo lol 11d ago

I honestly only use BTRFS for the compression feature (forgot what it's called). The rest of it, I don't really care about since I have an exterior hard drive with a backup on it.

1

u/deathschemist 11d ago

i keep a usb with ventoy and a cachyOS iso on for this specific purpose

if my installation dies and i can't chroot it, i'm redoing it with a separate home partition and btrfs

1

u/citrusraspberry 11d ago

Nah, just fix the problem by reading logs/internet forums/AI analysis. You shouldn't need to just "revert" unless you accidentally rm -fr /usr or something

1

u/kajEbrA3 11d ago

Thuglife 

1

u/ploqx 11d ago

Nixos + borgbackup means if my SSD dies, I can swap it with a new one, rebuild the config, import the backup and be back in an hour. Hell if my entire PC explodes I can deploy my system to some laptop while I build a new PC.

1

u/TheVoiceOfGlass Glorious Gentoo 11d ago

is there a point in having a seperate home partition?

→ More replies (1)

1

u/AShadedBlobfish EndeavourOS GNOME 11d ago

Discovered btrfs recently. I mean, I knew it existed but I didn't realise it was so good. Complete system restore file only a few MBs in size? Microslop could never

1

u/WanderingInAVan 11d ago

Been doing multiple partitions for decades to protect my data or multiple external drives plus cloud.

1

u/The_Daco_Melon 11d ago

ext4 probably wouldn't have broken like btrfs did for me

1

u/PenguinPeculiaris 11d ago

My arch install wishes it could die. Any sensible person would have fixed the problems by now. My workflow is just about the only thing that works at this point. It is older than your children but not as well taken care of.

1

u/diacid 11d ago

I do this and use Gentoo.

In the rare occasions I can't boot (always my fault) chroot it and fix it.

1

u/jjoesmama 11d ago

My arch was on ext4 on a HDD, cloned it to a portion on an SSD with btrfs, it stopped working after sometimes, couldn't setup Timeshift because it had no subvolumes.

I just returned to ext4 last week

1

u/promptmike 11d ago

Fedora for desktop, Arch for laptop. Backup important stuff to an external drive.

1

u/Kenavru 11d ago

i had home on separate disk, root died, and found out alot gone anyway. nowadays alot of app user data lands outside of home. all containers etc.

1

u/mariofanLIVE 11d ago

I've been doing this for almost a year at this point and it's been mostly issue free, though recently my computer decided to shut off during a kernel update (no warning, laptop with 100% battery plugged in, hadn't happened before or since), but I was able to fix things via chroot and get back up and running no problem, 0 data lost.

I don't like btrfs because if and when my system freezes and I have for force shut down, btrfs breaks almost every time, but ext4 doesn't ever break in that scenario (unless it's doing a kernel update like what I explained before). It doesn't happen often but I remember having a bug with sunshine where if I used a specific method of streaming and started sunshine, when I would connect to it on moonlight my system would lock up like this. I've since solved this problem, but it was way easier to troubleshoot when I didn't have to chroot every time a fix didn't work.

It's either fix problems more often but it's easier to fix them, or it's harder to fix them but I have problems way less often. I've opted to have fewer but more complex problems by using ext4.

1

u/Tiranus58 11d ago

I do all of these except i put my /home/ on a separate partition, because its a holdover from a previous install.

1

u/Recipe-Jaded 11d ago

I've had Arch like this for 7 years. No update has ever broken my system. Only I broke it by not reading what I was doing.

I have had some minor hiccups from updates, but that is what downgrade is for.

1

u/richardbouteh 11d ago

brtfs is the best. update breaks? roll back snapshot, go on with your life, try again tomorrow

1

u/sandfeger 11d ago

I've done this 2 times, yes I'm stupid lazy but now I run btrfs with snapshots and I'm at the point to not care about my home everything in there is taking me about 2-3hours to reconfigure and reauth everything meaningfull is saved on a separate drive that has Backups.

1

u/NostalgiaRealm 11d ago

Rawdogging is best dogging

1

u/jimused4 11d ago

I swear to god every distro i use breaks in like 4 months. Yes im doing it right and no im not going to change how i do things

1

u/Floppie7th 11d ago

This is how I run mine.  Anything important doesn't live only on one machine.  Code is in git repos, documents are in Nextcloud, game saves are synced to Steam's cloud, etc

1

u/ellendale7m4 Glorious Arch 11d ago

That's how I use my Arch. Only nvidia driver can be troublesome at times

1

u/lunchbox651 11d ago

I do have /home on another drive and backup my hosts and fstab but thats it. If root dies I don't care. An OS install is a few minutes work.

1

u/sevenstaves 11d ago

Unless the drive is encrypted and you forgot the password, you can recover your data.

1

u/DoktorLuciferWong 11d ago

i recall once telling a friend how I was -Syu'ing my work system just before finals, and that he commended me for my bravery (but not intelligence)

lol

1

u/Snudget 11d ago

Me booting the previous Nix generation when I break something. (Also have a 2TB drive just for /nix/store)

1

u/Outrageous-Lab-2138 11d ago

2 years straight, no issues.

1

u/ZuuRa_ 11d ago

My setup fr (it just work)

1

u/Condog5 11d ago

Lasted about 2 months doing this, worth asf.

1

u/Nytra Glorious Arch w/ i3 11d ago

It's pretty safe as long as you are competent in the terminal and keep up to date on the arch news for any warnings

1

u/adamkex Glorious NixOS 11d ago

Using ext4 in 2026...

1

u/Felixgamer27 11d ago

I do that and also blindly install a lot of AUR packages, so I'm basicly doing a Russian roulette every yay -Syu

1

u/jsrobson10 11d ago

if it breaks, just arch-chroot in

1

u/BigEmu__ 11d ago

Rsync to homelab before update, ez

1

u/mistrjirka 11d ago

Better then BTRFS suddenly getting a stroke and being absolutely unable to even chroot into the system.

1

u/SithLordRising 11d ago

So you're a dotfiles guy

1

u/SaveThisCityDweller 11d ago

I back my shit up with kopia to a laptop under my desk at work  ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

I do have a separate home though, crazy not to honestly.  

1

u/Portbragger2 Fedora or Bust! 11d ago

see thats the difference ... i've been running debian for 11 years now, also ext4, no separate home and no timeshift and i've been distro-upgrading since forever and never even once had to think about the attitude depicted.

1

u/MouseJiggler 11d ago

I just have a daily backup script?

1

u/Better-Sleep8296 11d ago

Atleast i have seperate director can't risk the data i have. 💀

1

u/Silent_Bite_5892 11d ago

My second drive for storing music, movies, pr0n etc, is ext4.

But the main is btrfs. Not that I have a choice (Fedora Kinoite).

1

u/plastictoyman 11d ago

Relying on your OS to backup your data or keep it safe is silly. There's two kinds of people in this world: those that backup their data and those that haven't lost it all yet.

1

u/shinjis-left-nut Glorious Arch 11d ago

oh you mean like the correct way to set up a system?

https://giphy.com/gifs/CAYVZA5NRb529kKQUc

1

u/ZaenalAbidin57 11d ago

the only thing im intriguing with arch is that their kernel update are replacing the one existed, so when it failed to update the kernel it will borked the system, other system are just adding new kernel entries to it

1

u/joebanana1984 11d ago

Non credevo di essere così coraggioso

1

u/ragashanmugam 11d ago

I been using arch for 4 years nothing broken, if i intentionally want broken it broker.

1

u/KawaiiMaxine 11d ago

Erm im on btrfs (with no subvoluming or any of the actual reasons to use btrfs that arent on by default)

1

u/Enigmars Glorious EnigmarsOS 11d ago

I trust Arch Linux devs to be 5 million times more competent than me so I have no problem trusting my PC with their OS

1

u/sakata_baba 11d ago

never used arch
but i do run my machine like that

1

u/Cybasura 11d ago

Btrfs also has risks of dying, maybe even more, why the political propaganda against ext4?

1

u/Jak1977 10d ago

Borg. If you have backups, then it doesn't matter if drives die!

1

u/AsugaNoir 10d ago

Before Installing I googled the recommended way to do it so I went with btrfs and have snapshots enabled.

1

u/Global-Eye-7326 10d ago

On HDD??? Lol!

1

u/someone12345656657 10d ago

Im doing it like this, but i have a seperate home partition on a seperate disk

1

u/MeringueOdd4662 10d ago

That is why I installed Linux Mint. I have a life to live.

1

u/vermithius 10d ago

That's me lol. I backup most of my important stuff to a local smb share though maybe once a week.

1

u/atrawog 10d ago

What's the problem? You can always recover from the disk image you've made with dd.

1

u/deesernutz 10d ago

Ok this might be a bit of an ignorant loser question, but its a serious one...

...whats wrong with ext4?

1

u/Admiral_Bongo I use Arch, btw. 10d ago

Ain't no biggie. It just takes being at least a little responsible with your system. And considering the resilience of ext4... You really gotta WANT to break your filesystem to have any problems.

1

u/Wertbon1789 10d ago

I built some fancier systems at work and on my Laptop, but my PC is my first installation, so no fancy back then. Only thing I changed was adding a drive which I use as my /home drive, and the other one for the main system. If it works, it works. I make backups of it, but if it ever breaks, I'll probably go for btrfs, (maybe with full disk encryption), and toy around with LVM a bit.

1

u/MissionGround1193 10d ago

At my laziest, keep 1 LTS kernel. My normal habit, put everything in restic repo. The space saving from dedupe is ridiculous.

1

u/Camlin3 10d ago

What about luks fs

1

u/dj3hac Nobara OS 10d ago

I have a separate drive for /home but only because my main drive ran out of space.

1

u/Modno1754 10d ago

I mean, every update brakes something for me (mainly caelestia) but fuck it Im too lazy to do anything so Ill just fiddle around with it till fixed

1

u/center_of_blackhole EndeavourOS 🌌 10d ago

My important docs always stays online I'm good to format pc anytime 🤣

1

u/ImpeccablyDangerous 10d ago

My linux boxes are either my work machine or deployment targets.

My code is in the repository. The deployment targets are ephemeral.

If it fails so be it.

1

u/SolWildmann 10d ago

Exactly how I felt for 4 years I used arch

1

u/bartek_666666 10d ago

Hey, thats me

1

u/swe__wannabe 10d ago

I have all my data backed up, my dotfiles are on github, I have nothing to lose. I don't wanna pay for the overhead cost of btfs

1

u/Arszerol 10d ago

Filesystem, partitions, snapshots - those are NOT backups

1

u/giggles91 10d ago

Done this for 10 years. Still the same install, still going strong.

1

u/MaleficentCow8513 10d ago

I have no idea what any of that means. I just install it and it works

1

u/Arnas_Z Glorious Arch 10d ago

Oh, that's me. Yeah idgaf because I just chroot if something breaks.

1

u/trans_psychonaut 10d ago

isnt it more likely an upgrade fucks up your install if you dont do it regulary? at least in my experience if you let too many updates stack up the chance there is a higher chance there is some conflict and it gets fucked up during hte upgrade

1

u/EdmondVDantes 10d ago

 Do people really update?

1

u/syntkz777 10d ago

xfs, home is on another partition but for other reasons, I never needed a snapshot.

1

u/SteamMonkeyRocks 10d ago

Doing this for more than 10 years. The only time something broke was my fault. It took a couple of minutes to fix.

1

u/Dlight98 Glorious Antergos 10d ago

What's wrong with ext4?

1

u/Episode-1022 10d ago

oh, that's me.

1

u/Nordicmoose 10d ago

If the developers of Timeshift would be so kind and add support for backup to a NAS...

1

u/Pedro73376 10d ago

This is the way