fsck The Machinefsck Cancer
fsck
fsck is a standard Unix and Linux utility whose name stands for file system check. It inspects a disk’s file system for structural problems—corrupted metadata, orphaned inodes, bad block references, inconsistent directory trees—and tries to repair what it can before you mount the volume again. You usually run it after an unclean shutdown (power loss, kernel panic, forced reset), when a drive throws I/O errors, or when the system refuses to mount a partition and tells you to check the disk first. On many systems the check runs automatically at boot if something looks wrong; you can also run it manually, often from a recovery environment or single-user mode, because checking a mounted root file system is unsafe. It is not a general “fix my computer” tool. It does not delete malware, tune performance, or recover deleted files. It is narrowly focused: verify and repair the on-disk structures that the operating system uses to store and find files. If the file system is healthy, fsck finishes quickly and changes little or nothing. If it finds damage, it may prompt you (or your admin) to approve fixes, rename recovered fragments tolost+found, or in bad cases leave the volume unmountable until more serious recovery work is done.
The command is pronounced “eff-ess-see-kay.” It also happens to rhyme with a very common English expletive—one reason this site’s name lands the way it does. fsck The Machine is wordplay on that utility and on being terminated from MSFT: run a file system check on what happened, surface the corruption, and document what needs fixing.