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.
...
NEWFS_EXT2FS(8) - System Manager’s Manual # NEWFS_EXT2FS(8) - System Manager’s Manual
NAME # newfs_ext2fs - construct a new ext2 file system
SYNOPSIS # newfs_ext2fs [-FINqZ] [-b block-size] [-D inodesize] [-f frag-size] [-i bytes-per-inode] [-m free-space] [-n inodes] [-O filesystem-format] [-S sector-size] [-s size] [-V verbose] [-v volname] special
DESCRIPTION # newfs_ext2fs is used to initialize and clear ext2 file systems before first use. Before running newfs_ext2fs, the disk must be labeled using disklabel(8).
...