It should be located in /sbin.
Fsck - album - was created in 1997.
fsck /dev/sda1
fsck (means "file system check").
fsck /dev/(device) or fsck (mountpoint) to check one disk fsck -A to check all disks
The same as in pretty much any other Linux or Unix distribution.NOTE: If you wish to repair a file system, it is recommended that you dismount it first (umm, strongly recommended, in fact).Switch user to root and issue the fsck command (dismounting the file system first if disk repairs are intended) passing the pathname of the device to be checked (and optionally repaired) with the fsck command.Most implementations of fsck include command line interface switches that permit interactive repair or automatic repair of file systems, depending on the user's knowledge levels or personal preferences. If you aren't familiar with the particulars of file system repairs on the file system to be checked, it is recommended that fsck be allowed to make it's repairs automatically.Lastly, if the file system was dismounted before fsck was run, remount file system on desired mount point and use as desired.
You need root privileges, and it's often best not to use fsck on a live (mounted.) filesystem. Also you'll need to know the device file and, in some cases, the filesystem of the partition you're working on. The command is thusly: # fsck /dev/sdXY In most cases the fsck command will figure out what the filesystem is and run the appropriate filesystem checker.
fsck
fsck is the typical command for this.
no idea. i think it is a link to a pay site
Kwik-E-Mart.Seriously, have you watched TV since 1989? How the fsck would you not know that?
from man fsck : Automatically repair the filesystem without any questions (use this option with caution). Note that e2fsck(8) supports -a for backward compatibility only. This option is mapped to e2fsck's -p option which is safe to use, unlike the -a option that some filesystem checkers support.
The fsck command can be used to repair improperly shut down or potentially corrupt partitions on Linux systems. It checks the file system integrity and attempts to repair any inconsistencies it finds.