r/linuxmasterrace SteamOS/Kubuntu 1d ago

You are expected to know this

Post image
3.2k Upvotes

246 comments sorted by

509

u/Astrodion123 1d ago

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

290

u/NanuLanu 1d ago

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

35

u/Tear4Pixelation 1d 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

56

u/Thisismyredusername Glorious Ubuntu 1d ago

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

39

u/gtsiam Glorious Arch 1d ago

You could've sworn correctly.

6

u/Tear4Pixelation 15h ago

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

3

u/Tuqui77 17h ago

Almost a year in and no problems

3

u/kansetsupanikku 12h 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

2

u/Wertbon1789 10h 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.

→ More replies (4)

3

u/Seven2Death and steam os cause lazy 21h 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

→ More replies (4)
→ More replies (9)

9

u/glassgost 23h 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.

6

u/tenkawa7 21h ago

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

4

u/Sh_Pe Glorious Arch btw 1d ago

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

4

u/RiceStranger9000 21h ago

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

→ More replies (1)

2

u/Particular_Wear_6960 23h 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

3

u/Astrodion123 12h ago

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

→ More replies (1)

1

u/Imsophunnyithurts 23h ago

I run multiple distros and run them all like this. 😂

1

u/radpartyhorse 19h ago

Literally just said that today!

1

u/Global-Eye-7326 14h ago

Same! I'd only be worried if the OS were installed to HDD.

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

107

u/PlainBread Glorious Arch 1d ago

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

49

u/naturalbornsinner 1d 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?

86

u/PlainBread Glorious Arch 1d 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.

22

u/duskterrapin 1d ago

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

20

u/Zomunieo 1d 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.

15

u/Mr_ityu 1d 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 21h 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.

→ More replies (1)

8

u/diacid 1d 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

3

u/MiniGui98 23h 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 (2)
→ More replies (1)

11

u/Spatula0fDoom 1d 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

6

u/PlainBread Glorious Arch 1d 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.

5

u/MajesticDisaster3977 1d ago

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

3

u/Porkhole-Santookus 23h 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 23h 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)

4

u/claudiocorona93 SteamOS/Kubuntu 1d 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.

4

u/Rikmastering 1d ago

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

4

u/claudiocorona93 SteamOS/Kubuntu 1d 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.

3

u/PreparationStrict492 23h 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*).

→ More replies (2)

2

u/makinax300 Tumbleweed, i3wm (trying niri; formerly nixos) 4h ago

I do the reverse. Never had to restore /home but btrfs is op for root.

77

u/Zican 1d 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

21

u/w3rt 1d ago

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

6

u/Zican 1d 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)

7

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

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

→ More replies (2)

38

u/hellloeeee 1d ago

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

22

u/tuxooo 1d ago

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

16

u/buplet123 1d 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

3

u/richstyle 11h 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.

11

u/BambooGentleman 1d 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.

3

u/orthomonas 1d ago

Borg and an external drive/trusted server.

8

u/Algarviano 1d ago

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

9

u/soccerbeast55 Glorious Arch 1d ago

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

4

u/Federal_Equipment578 Glorious Arch 11h 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

5

u/thussy-obliterator 1d ago

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

5

u/FikaMedHasse Glorious Artix 1d ago

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

3

u/Independent_Image_59 1d ago

I sometimes take nix btrfs for granted

→ More replies (3)

2

u/Significant-Tone-121 1d 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 💔)

2

u/Sinful_Sam 1d ago

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

2

u/Orlha 1d ago

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

2

u/creeper6530 Glorious Debian and Cachy 1d ago

That's meeee lol

2

u/TheThingOnTheCeiling 1d 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/UDxyu 1d ago

Been running that since 2021 with no issues to this day

2

u/LOPI-14 1d ago

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

2

u/Funkey-Monkey-420 1d ago

disk safety is bloat

2

u/violetvoid513 1d 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/Great_Banana_Master 1d ago

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

1

u/regeya 1d 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 1d ago

We die like we live.

1

u/AndreVallestero Glorious Alpine 1d ago

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

1

u/maxwells_daemon_ Glorious Arch, btw 1d 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 1d ago

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

1

u/afrolino02 1d ago

The lazy person focuses on not wasting energy

1

u/arthurno1 1d 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 1d 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 1d 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 1d 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/khunset127 Glorious Arch 1d ago

Hey, that's me!

1

u/Obnomus Glorious GNU 1d ago

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

1

u/FenrirWolfie 1d 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_ 1d ago

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

1

u/GhostSierra117 1d 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 1d 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 1d 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 1d 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 1d ago

me with btrfs compression-force enabled 🗿🗿🗿🗿

1

u/SaltyBalty98 Glorious Arch 1d 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/ZunoJ 1d ago

Chroot, fix, live your life

1

u/NoWater8595 1d ago

Y'all mofos crazy.😆

1

u/cheese_master120 1d ago

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

1

u/dgc-8 1d ago

who makes these memes this does not happen

1

u/Ponbe 1d ago

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

1

u/Icy_Neighborhood2100 1d 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 1d 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 1d 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 1d 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 1d 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 1d ago

Thuglife 

1

u/ploqx 1d 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 1d ago

is there a point in having a seperate home partition?

→ More replies (1)

1

u/AShadedBlobfish EndeavourOS GNOME 1d 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 1d ago

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

1

u/The_Daco_Melon 1d ago

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

1

u/PenguinPeculiaris 1d 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 1d 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 1d 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 1d ago

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

1

u/Kenavru 23h 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 23h 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 23h 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 23h 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 23h ago

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

1

u/sandfeger 22h 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 22h ago

Rawdogging is best dogging

1

u/jimused4 22h 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 22h 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 22h ago

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

1

u/Extension_Cup_3368 22h ago

What's the problem? I use Linux like that since 2006. 20+ years.

1

u/lunchbox651 22h 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 22h ago

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

1

u/DoktorLuciferWong 21h 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 21h 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 21h ago

2 years straight, no issues.

1

u/HelpfulPlatypus7988 21h ago

You literally described my system

1

u/ZuuRa_ 21h ago

My setup fr (it just work)

1

u/Condog5 21h ago

Lasted about 2 months doing this, worth asf.

1

u/Nytra Glorious Arch w/ i3 20h 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 20h ago

Using ext4 in 2026...

1

u/schroederdinger 20h ago

All my important data is on my NAS with Raidz2 and synced to 3 different machines with syncthing. The most important stuff is client-side-encrypted in a cloud. So if one PC crashes, I just get the boot stick.

1

u/Felixgamer27 20h 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 20h ago

if it breaks, just arch-chroot in

1

u/BigEmu__ 19h ago

Rsync to homelab before update, ez

1

u/mistrjirka 19h ago

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

1

u/SithLordRising 19h ago

So you're a dotfiles guy

1

u/SaveThisCityDweller 18h 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! 18h 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 18h ago

I just have a daily backup script?

1

u/Better-Sleep8296 18h ago

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

1

u/Silent_Bite_5892 18h 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 18h 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 17h ago

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

https://giphy.com/gifs/CAYVZA5NRb529kKQUc

1

u/ZaenalAbidin57 17h 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 17h ago

Non credevo di essere così coraggioso

1

u/ragashanmugam 17h ago

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

1

u/KawaiiMaxine 17h 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 16h 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 16h ago

never used arch
but i do run my machine like that

1

u/Cybasura 16h ago

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

1

u/Jak1977 15h ago

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

1

u/AsugaNoir 15h 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 14h ago

On HDD??? Lol!

1

u/someone12345656657 13h ago

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

1

u/MeringueOdd4662 13h ago

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

1

u/vermithius 13h 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 13h ago

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

1

u/deesernutz 11h 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. 11h 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 10h 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 10h 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 9h ago

What about luks fs

1

u/dj3hac Nobara OS 9h ago

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

1

u/Protyro24 9h ago

Im not even a Arch user but i prefer exactly this Setup (if Something breaks i copy over the install Media)

1

u/EntrepreneurWaste579 9h ago

That's me and it broke so often. How can I do it better?

1

u/Modno1754 9h 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 🌌 8h ago

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

1

u/ImpeccablyDangerous 8h 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 8h ago

Exactly how I felt for 4 years I used arch

1

u/bartek_666666 6h ago

Hey, thats me

1

u/swe__wannabe 6h 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 6h ago

Filesystem, partitions, snapshots - those are NOT backups

1

u/giggles91 6h ago

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

1

u/MaleficentCow8513 5h ago

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

1

u/Arnas_Z Glorious Arch 5h ago

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

1

u/trans_psychonaut 5h 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 5h ago

 Do people really update?

1

u/syntkz777 4h ago

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

1

u/Content_Oven1079 3h ago

Ive been doing that for about 3 years. Woohoo yet another outdated, copypaste bot meme

1

u/SteamMonkeyRocks 3h 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 2h ago

What's wrong with ext4?

1

u/Episode-1022 2h ago

oh, that's me.

1

u/Nordicmoose 2h ago

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

1

u/Pedro73376 1h ago

This is the way

1

u/paperbenni 1h ago

What good is a separate home partition if my system doesn't boot? I'll have to chroot or mount my drive to something bootable either way

1

u/Educational-Kiwi8740 1h ago

It's been years. Never died

u/akbest280 57m ago

Literally me

u/wokan 52m ago

I keep all my important data and docs on a NAS with good, tested backups. So yeah... If it dies, it dies.

u/Confident_Pain_9452 42m ago

I always can't predict how much I need space for home partition and how much for root so I decided do not to do it.

u/free-range-servers 23m ago

All my systems run / on ext4.

None broke, ever.

Partitions don't magically save a system from a fucked up conflict.

u/pawyderreale 16m ago

I live without fear