this post was submitted on 27 Jul 2026
290 points (96.5% liked)

linuxmemes

32586 readers
2465 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 users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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 of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 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, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    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 remove France.

    founded 3 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Doom@lemmy.world 68 points 4 weeks ago (5 children)

    As someone who spent the better part of my afternoon dealing with this nonsense thanks to an unexpected power outage:

    I'm not crying, you're crying.

    [–] SnotFlickerman@lemmy.blahaj.zone 38 points 4 weeks ago (2 children)

    God, I know they're expensive but uninterruptible power supplies often really pay for themselves.

    [–] Doom@lemmy.world 34 points 4 weeks ago (2 children)

    I have a UPS LMAO. Normally it prevents these types of issues but my computer was in standby when the power loss happened and did not like it.

    [–] SnotFlickerman@lemmy.blahaj.zone 18 points 4 weeks ago

    Biggest. Oof. Possible.

    Hats off for this poor soul.

    [–] xthexder@l.sw0.com 5 points 4 weeks ago (1 children)

    That's really unfortunate... I would have expected it to be perfectly fine if there wasn't any disk activity at the time. Whatever left things in a pending state before sleeping seems like it's got a serious bug.

    [–] Doom@lemmy.world 4 points 4 weeks ago

    Fortunately removing/replacing fstab and running fsck fixed it. The pain in the ass part was needing to mount a temporary repair partition/shell so I could diagnose/run commands.

    [–] Agent641@lemmy.world 14 points 4 weeks ago

    "I haven't rebooted my linux box in 2 years!" (Because I am terrified to)

    [–] richardisaguy@lemmy.world 5 points 4 weeks ago

    This is the reason opensuse wishes you luck when it cannot boot into the GUI lol

    [–] iocase@lemmy.zip 3 points 4 weeks ago (1 children)

    This is one actual good use case for ZFS on your boot drive + sanoid. You can roll back to your most recent automated snapshot and its like nothing ever happened.

    The unfortunate thing is setting up ZFS on your boot drive is extremely cursed.

    [–] esc@piefed.social 3 points 4 weeks ago

    You can setup btrfs the same way and it doesn't require you to learn zfs.

    [–] LodeMike@lemmy.today 3 points 4 weeks ago (1 children)

    Why would a power outage require anything but rebooting the machine?

    [–] Doom@lemmy.world 2 points 3 weeks ago

    Because power interruptions introduce choas into systems which can cause curruption. Most times nothing will happen and we carry on as usual, but occasionally things will be effected in a way that prevents booting or borks some other item. Nature of the beast.