CLRI(8) - System Manager’s Manual # CLRI(8) - System Manager’s Manual
NAME # clri - clear inodes
SYNOPSIS # clri special_device inode_number …
DESCRIPTION # clri is obsoleted for normal file system repair work by fsck(8).
clri zeros out the inodes with the specified inode numbers on the filesystem residing on the given special_device. The fsck(8) utility is usually run after clri to reclaim the zero’ed inodes and the blocks previously claimed by those inodes.
...
FSCK_FFS(8) - System Manager’s Manual # FSCK_FFS(8) - System Manager’s Manual
NAME # fsck_ffs - Fast File System consistency check and interactive repair
SYNOPSIS # fsck_ffs [-fnpy] [-b block#] [-c level] [-m mode] filesystem
DESCRIPTION # fsck_ffs performs interactive file system consistency checks and repairs the file system specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
Newfs,
Scan_ffs,
Fsdb,
Rc,
Growfs,
Fsck_msdos,
Fstab,
Mount,
Fsck_ffs,
Fs,
Fsck_ext2fs,
Fsck FSCK(8) - System Manager’s Manual # FSCK(8) - System Manager’s Manual
NAME # fsck - file system consistency check and interactive repair
SYNOPSIS # fsck [-dfNnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions] [-t fstype] [special | node …]
DESCRIPTION # The fsck command invokes file-system-specific programs to check the special devices listed in the fstab(5) file or on the command line for consistency.
It is normally used in the script rc(8) during automatic reboot.
...
FSDB(8) - System Manager’s Manual # FSDB(8) - System Manager’s Manual
NAME # fsdb - FFS debugging/editing tool
SYNOPSIS # fsdb [-d] -f fsname
DESCRIPTION # fsdb opens fsname (usually a raw disk partition) and runs a command loop allowing manipulation of the file system’s inode data. You are prompted to enter a command with fsdb (inum X)> where X is the currently selected i-number. The initial selected inode is the root of the file system (i-number 2).
...
NCHECK_FFS(8) - System Manager’s Manual # NCHECK_FFS(8) - System Manager’s Manual
NAME # ncheck_ffs, ncheck - generate names from inode-numbers
SYNOPSIS # ncheck_ffs [-ams] [-f format] [-i number …] filesystem
DESCRIPTION # ncheck_ffs generates a list of filenames and inode numbers for the given file system. Names of directories are followed by a ‘.’. ncheck_ffs may be invoked more simply as ncheck, with no change in behaviour.
The options are as follows:
...