DISKLABEL(8) - System Manager’s Manual # DISKLABEL(8) - System Manager’s Manual
NAME # disklabel - read and write disk pack label
SYNOPSIS # disklabel [-Acdtv] [-h | -p unit] [-T file] disk
disklabel -w [-Acdnv] [-T file] disk disktype [packid]
disklabel -e [-Acdnv] [-TÂ file] disk
disklabel -E [-Acdnv] [-F|-f file] [-T file] disk
disklabel -R [-nv] [-F|-f file] disk protofile
DESCRIPTION # The disklabel utility can be used to install, examine, or modify the label on a disk drive or pack.
...
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.
...