160
submitted 3 days ago by Samsy@lemmy.ml to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] sirico@feddit.uk 20 points 2 days ago

One of the things I noticed when I first switched, was the difference of advice on forums. Linux users would ask for reports and pinpoint errors giving a fix. Windows forums would be wild random often unrelated guesses ultimately leading to "just reformat".

[-] DragonTypeWyvern@midwest.social 5 points 2 days ago* (last edited 2 days ago)

Until you find the answer on a Windows forum posted by some Indian dude performing unpaid labor.

[-] sirico@feddit.uk 13 points 2 days ago

Or the "don't worry I fixed it" one time poster

[-] michael_palmer@lemmy.sdf.org 8 points 2 days ago

"Just Google it," they said. So, you Google it. You find one result. It's a forum post. From you.

I'd like to make a law that anyone who says "just google it" and doesn't also provide the very first link they found on google that solves the problem should be castrated.

[-] hardcoreufo@lemmy.world 1 points 2 days ago

There's a special place in hell for those people.

[-] hardcoreufo@lemmy.world 8 points 2 days ago

Ehhh all my important files are sync'd to my NAS. I have a script that just apt installs everything I normally use. Sometimes it's just faster than troubleshooting. Usually if I'm about to do something whacky I clone my disk and use the clone. If it works it's my new primary, if it doesn't nothing lost.

[-] Thcdenton@lemmy.world 72 points 2 days ago

Whaddya talking about I nuke my shit all the time.

[-] Railcar8095@lemm.ee 12 points 2 days ago

Why learn nixOS, if not to reinstall every morning?

[-] ivn@jlai.lu 2 points 2 days ago

Yeah, that's my issue, NixOS is so stable I never had to reinstall.

[-] Petter1@lemm.ee 5 points 2 days ago

Me too 😁 I have no important file not saved in cloud ever. I can nuke any of my clients without any afterthought

This saves so much time…

[-] stoy@lemmy.zip 122 points 3 days ago

That is idiotic, there is absolutely a reason to reinstall in some cases

[-] Dungrad@feddit.org 58 points 3 days ago

And often the fastest option even lol

[-] fl42v@lemmy.ml 18 points 3 days ago

Not when you're "stuck", tho. You understand the problem, boot live system, fix it and learn from your mistakes. Like, my first reinstalls of arch were due to not understanding I can just chroot or pacstrap some packages I forgot, for example.

[-] BCsven@lemmy.ca 3 points 2 days ago

Meh, snapper rollback

[-] QuarterSwede@lemmy.world 5 points 3 days ago

Some times but not most, like Windows. macOS is the same way thanks to its *nix underpinnings. I honestly can’t remember a time I ever reinstalled the system to fix a problem.

load more comments (16 replies)
[-] MetalMachine@feddit.nl 6 points 2 days ago

Nah, reinstall goes brrrr whenever you run into an issue

[-] Juice260@lemmy.world 29 points 3 days ago

I reinstall at the drop of a hat. Pretty much any excuse to try another distro or configuration I was uncertain about.

[-] Sestren@lemmy.world 35 points 3 days ago

The whole point of doing a separate partition for your home directory is to do just that... The fuck is this even supposed to mean.

[-] marcos@lemmy.world 10 points 3 days ago* (last edited 3 days ago)

If you got a problem, reinstall and do the same stuff again, you'll almost certainly get the same problem again. So, no, it's only productive if you are in a fucked-up environment where changes bring more breakage than they fix.

It's useful if you don't plan to do the same thing again, though. So if you are just trying random stuff, yeah, go ahead.

[-] hersh@literature.cafe 4 points 3 days ago* (last edited 3 days ago)

If you got a problem, reinstall and do the same stuff again, you’ll almost certainly get the same problem again

Sure, but nobody's likely to do that. If I wiped my system now, I doubt I could get it back to exactly the same state if I tried. There are way too many moving parts. There are changes I've forgotten I ever applied, or only applied accidentally. And there are things I'd do differently if I had the chance to start over (like installing something via a different one of the half-dozen-or-so methods of installing packages on my distro).

For example, I have Docker installed because I once thought a problem I had might have been Podman-specific. Turned out it was not. But I never did the surgery necessary to fully excise Docker. I probably won't bother unless and until there is a practical reason to.

[-] one_knight_scripting@lemmy.world 4 points 3 days ago* (last edited 3 days ago)

Try Root on ZFS.

If you run into an issue suddenly, you can restore to snapshot.

[-] hersh@literature.cafe 1 points 2 days ago

Good advice!

This is also available with BTRFS. Personally I am leveraging this feature via Snapper, simply because it was the default on OpenSuse and was good enough that I never bothered looking into alternatives. I've heard good things about Timeshift, too.

This has saved my butt a couple times. I'll never go back to a filesystem that doesn't support snapshots.

I really liked ZFS when I used it many years ago, but eventually I decided to move to BTRFS since it has built-in kernel support. I miss RAIDZ, though. :(

[-] one_knight_scripting@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

BTRFS is a damn good option too. I'm happy to hear how easy it is to use. I haven't used it(yet), I went with ZFS because of its flexible architecture. On a desktop level, BTRFS makes sense, but in a server? What is it like in a Hypervisor?

I'm working on standing up a Cloudstack host as a Hypervisor. Now, I want this host to be able to run 5 kubernetes VMs, so it needs to have quick access to the disks. Now, I do not have a RAID card, only an HBA. In such a scenario, I would typically use a RAID 10. But a ZFS Raid 10 outperforms an mdraid 10 anyways (in terms of writing, not necessarily reading). So that is what I've decided. It may not be a good idea, it may not even be feasible. But I'm heckin willing to give it a shot.

I'm actually jealous that you automatically have built in kernel support though. I am a little curious about BTRFS in terms of how(or if) it connects multiple disks, I'm simply uninformed.

ZFS Performance Sauce

Install Ubuntu 24.04 on ZFS RAID 10 - Github Repository

Edit: There are a few drawdowns to using ZFS, lousy docker performance being one that I've heard about. I'm curious how this will be affected if I have docker running inside a VM.

[-] hersh@literature.cafe 2 points 2 days ago* (last edited 2 days ago)

BTRFS can work across multiple disks much like ZFS. It supports RAID 0/1/10 but I can't tell you about performance relative to ZFS.

Just be sure you do NOT use BTRFS's RAID5/6. It's notoriously buggy and even the official docs warn that it is only for testing/development purposes. See https://btrfs.readthedocs.io/en/latest/btrfs-man5.html#raid56-status-and-recommended-practices

Edit: Another interesting thing to note between the two file systems is deduplication. ZFS supports automatic deduplication (although it requires a lot of memory). BTRFS supports deduplication but does not have built-in automatic dedup. You can use external tools to perform either file-level or block-level deduplication on BTRFS volumes: https://btrfs.readthedocs.io/en/latest/Deduplication.html

Thanks for the insight!

I may have to resort to using BTRFS for this host eventually if ZFS fails me. I do not expect a lot of duplication on a host, even if I have it, who cares I have 60 TB despite the raid 10 architecture. Having something with kernel support may be a better approach anyways.

It's interesting to me that it struggles with raid 5 and 6 though. I would have expected that to be easy to provide.

load more comments (1 replies)
[-] rikudou@lemmings.world 4 points 3 days ago

I treat all my data as ephemeral, no need for separate home partition.

Uh... I don't have a separate partition for /home. I have a separate zfs filesystem for it though. If I run into issues, I can restore from snapshot and not affect it.

[-] BCsven@lemmy.ca 6 points 2 days ago
load more comments (2 replies)
[-] kekmacska@lemmy.zip 3 points 2 days ago

idk but if my system becomes unbootable, i'd reinstall. Otherwise, set up a NAS for yourself and upload snapshots to it, configure this process to be automatic. Especially if you like to tinker with your system or/and you use a rolling release

[-] rozlav@lemmy.blahaj.zone 41 points 3 days ago

I think people do that even in Linux, sometimes problemes are still very hard to solve and reinstalling is just faster, maybe I'm the only one. On another hand there is distro hopping ╮(︶▽︶)╭

[-] TwoBeeSan@lemmy.world 24 points 3 days ago

Fucking up your computer so much you decide to "distro hop" by reinstalling a new os.

Isn't that what everyone meant? Just me? Oh

[-] gaylord_fartmaster@lemmy.world 19 points 3 days ago

My distro hops have been more like distro evacuations.

[-] possiblylinux127@lemmy.zip 16 points 2 days ago

I like immutable Linux for this reason. If you use almost exclusively containers and flatpaks you can rebuild easily.

[-] BeardedGingerWonder@feddit.uk 2 points 2 days ago

Sometimes I love trawling through logs at speed and making magic happen because it reminds me of my heydays solving L3 support issues when the shit hit the fan.

Then I have to do it at work and it crushes me.

[-] Johanno@feddit.org 3 points 2 days ago

I use Nixos. I is immutable if you don't use flatpaks if possible (sometimes flatpaks work better)

However I broke even that... Had to reinstall.

[-] AceFuzzLord@lemm.ee 10 points 2 days ago

As someone I'd still consider a noob, I did this less than a month after getting a new laptop last January. I probably broke something trying to get the headphone jack working on it and then Bluetooth stopped working properly as well after installing Steam, so I started over. All I know for certain is I ended up destroying a folder I shouldn't have on accident, which bricked the system pretty much and made nothing launchable, terminal included. This was on MX and haven't had issues since reinstalling.

[-] kekmacska@lemmy.zip 1 points 2 days ago

configure automatic snapshots and invest in a few terrabytes of storage on a home cloud, like a NAS server

[-] AceFuzzLord@lemm.ee 1 points 2 days ago

It's kind of a moot point now, but I've definitely been keeping snapshops from timeshift just in case I truly break something and can't fix it, like the time I somehow nearly bricked Plasma by just trying to install virtualbox.

[-] DragonsInARoom@lemmy.world 17 points 3 days ago

If the issue doesn't resolve itself, reinstall, that works for me as a catch all solution because I use Linux like a Chromebook, web browsing.

[-] ShadowZone@lemmy.world 2 points 2 days ago

I literally had an official support person tell me to reinstall Ubuntu to get a specific app running.

[-] kSPvhmTOlwvMd7Y7E@lemmy.world 8 points 2 days ago

I just rollback my snapper.

My brother reinstalled his windows more often than I ran "zypper dup"

[-] jonathan@lemmy.zip 5 points 2 days ago

One of the big selling points of Linux to me was I can automate my install from end to end. I haven't bothered automating the installer, but once it boots I run a playbook to set everything up and restore most of my homedir from backup. Everything down to setting my custom keyboard shorts, extensions and wallpaper is covered.

These days I run Silverblue and I'm trying to find the time to put together my own build pipeline to build my own images on top of Silverblue's.

Either way, I have no fear of reinstalls.

load more comments
view more: next ›
this post was submitted on 15 Dec 2024
160 points (73.3% liked)

linuxmemes

21282 readers
567 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 2 years ago
    MODERATORS