blob: e4c13e35a576576013154293b56129c79ba9db27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[1mfsck[m filesystem consistency check and interactive repair
Usage:
fsck -p [-f] [-m mode]
fsck [-b block#] [-c level] [-l maxparallel] [-y] [-n] [-m mode]
[filesystem] ...
but in its simplest and most common version:
fsck -y <filesystem>
where <filesystem> is a name of the raw device, on which the filesystem
lies, e.g. /dev/rfd0 for floppy A:, or /dev/rwd0s1 for partition #1 on
first IDE drive.
|