The story of the name of the "fsck" command (layer8.space)
from tux0r@feddit.de to technology@lemmy.world on 17 Dec 2023 03:22
https://feddit.de/post/6789145

#technology

threaded - newest

unreachable@lemmy.world on 17 Dec 2023 04:33 next collapse

Webpage not available The webpage at layer8.space/…/111593487390984218 could not be loaded because:

net::ERR_HTTP2_PROTOCOL_ERROR

[deleted] on 17 Dec 2023 05:12 next collapse

.

Synthead@lemmy.world on 17 Dec 2023 06:25 collapse

Yeah, this redirect is very uncool. Go to hachyderm.io/@robpike/111593487329402102 instead.

[deleted] on 17 Dec 2023 04:59 next collapse

.

NoIWontPickaName@kbin.social on 17 Dec 2023 05:14 collapse

?

[deleted] on 17 Dec 2023 05:33 next collapse

.

remotelove@lemmy.ca on 17 Dec 2023 08:41 next collapse

Damnit. I’m thinking about it now. Make it stop.

NoIWontPickaName@kbin.social on 17 Dec 2023 14:40 collapse

No, I need to know how it ends.

It’s like a Japanese game show with shaving cream, a badger, and a baby!

refurbishedrefurbisher@lemmy.sdf.org on 17 Dec 2023 09:02 collapse

Referring to the thorium web browser. It’s super dumb.

youtube.com/watch?v=Q-02fW-n4qg

cheese_greater@lemmy.world on 17 Dec 2023 06:39 next collapse

Kolanaki@yiffit.net on 17 Dec 2023 06:41 next collapse

I first heard about this command from my dad when I told him I was installing Linux the first time and he told a joke that I don’t remember the whole setup or anything but the punchline was that if you have to use FSCK, you’re FUCKED since most of the time it wouldn’t find a problem and if it did, it would end up erasing the whole disk.

My experience with it wasn’t so dire. I actually never had any issues using it as it was meant, so I never really understood where the joke came from other than maybe just the spelling of the command.

aard@kyu.de on 20 Dec 2023 11:46 collapse

Back in 2001 we got ext3, adding journaling to the most widely used filesystem on Linux - which can just roll back transaction on next mount, while previously you’d have to run fsck to get your filesystem back to a consistent state.

A non-journaling filesystem was easier to get into a state where things were broken in interesting ways, as a unclean unmount had a higher chance of impacting critical data.

In the early days of journaling filesystems fsck was also quite lacking - so when things got bad enough that you did need fsck there was a decent chance you’d end up in trouble.

Nowadays both robustness of the file systems as well as quality of fsck have greatly improved.

felixwhynot@lemmy.world on 17 Dec 2023 06:41 collapse

fsck, or the File System ChecK program

Saved you a click