FSTAB(5) - File Formats Manual # FSTAB(5) - File Formats Manual
NAME # fstab - static information about the filesystems
SYNOPSIS # #include <fstab.h>
DESCRIPTION # The fstab file contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. Each filesystem is described on a separate line; fields on each line are separated by tabs or spaces.
...
GROWFS(8) - System Manager’s Manual # GROWFS(8) - System Manager’s Manual
NAME # growfs - grow size of an existing ffs file system
SYNOPSIS # growfs [-Nqy] [-s size] special
DESCRIPTION # The growfs utility extends the newfs(8) program. Before starting growfs, the partition must be set to a larger size using disklabel(8). The growfs utility extends the size of the file system on the specified special file.
Currently growfs can only enlarge unmounted file systems.
...
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:
...
NEWFS(8) - System Manager’s Manual # NEWFS(8) - System Manager’s Manual
NAME # newfs, mount_mfs - construct a new file system
SYNOPSIS # newfs [-Nq] [-b block-size] [-c fragments-per-cylinder-group] [-e maxbpg] [-f frag-size] [-g avgfilesize] [-h avgfpdir] [-i bytes] [-m free-space] [-O filesystem-format] [-o optimization] [-S sector-size] [-s size] [-T disktype] [-t fstype] special
mount_mfs [-b block-size] [-c fragments-per-cylinder-group] [-e maxbpg] [-f frag-size] [-i bytes] [-m free-space] [-O filesystem-format] [-o options] [-P file] [-s size] special node
...
PKG_CHECK(8) - System Manager’s Manual # PKG_CHECK(8) - System Manager’s Manual
NAME # pkg_check - check consistency of installed packages
SYNOPSIS # pkg_check [-FfIimnqvx] [-DÂ name[=value]]
DESCRIPTION # pkg_check verifies as much information as it can about installed packages.
pkg_check is not needed under normal circumstances, but it can be used to recover after a catastrophic system failure in the middle of a pkg_add(1) or pkg_delete(1).
pkg_check performs the following checks:
...
QUOTACHECK(8) - System Manager’s Manual # QUOTACHECK(8) - System Manager’s Manual
NAME # quotacheck - filesystem quota consistency checker
SYNOPSIS # quotacheck [-adguv] [-l maxparallel] filesystem …
DESCRIPTION # quotacheck examines each filesystem, builds a table of current disk usage, and compares this table against that recorded in the disk quota file for the filesystem. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated (the latter only occurs if an active filesystem is checked).
...
Newfs,
Config,
Makedev,
Sd,
Fdisk,
Ioctl,
Disklabel,
Mount,
Vnconfig,
Fsck,
Vnd VND(4) - Device Drivers Manual # VND(4) - Device Drivers Manual
NAME # vnd - vnode disk driver
SYNOPSIS # pseudo-device vnd [count]
DESCRIPTION # The vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, such as building miniroot or floppy disk images.
This document assumes familiarity with how to generate kernels and how to properly configure disks and pseudo-devices in a kernel configuration file.
...