May 2013
Beginner to intermediate
384 pages
7h 40m
English
Data is the most important thing in any computer system. Naturally, it is important to monitor the consistency of data stored on physical media.
We will use the standard tool, fsck to check for errors in the filesystems. This command should be preinstalled on all modern distros. If not, use your package manager to install it.
Let us see how to use fsck with its various options to check filesystems for errors, and optionally fix them.
fsck:# fsck /dev/sdb3 fsck from util-linux 2.20.1 e2fsck 1.42.5 (29-Jul-2012) HDD2 has been mounted 26 times without being checked, check forced. Pass 1: Checking inodes, blocks, ...
Read now
Unlock full access