UMOUNT(8) - System Manager’s Manual # UMOUNT(8) - System Manager’s Manual
NAME # umount - unmount file systems
SYNOPSIS # umount [-fv] special | node
umount -a [-fv] [-h host] [-t type]
DESCRIPTION # The umount command calls the unmount(2) system call to remove a special device or node ([rhost:] path) from the file system tree. Multiple devices and nodes may be specified on the command line. If neither special nor node are provided, the appropriate information is taken from the kernel.
...
VNCONFIG(8) - System Manager’s Manual # VNCONFIG(8) - System Manager’s Manual
NAME # vnconfig - configure vnode disks
SYNOPSIS # vnconfig [-v] [-k | -K rounds [-S saltfile]] [-t disktype] [vnd_dev] image
vnconfig -l [vnd_dev]
vnconfig -u [-v] vnd_dev
DESCRIPTION # The vnconfig command configures vnode pseudo disk devices. It will associate (or disassociate) the special file vnd_dev with the regular file image, allowing the latter to be accessed as though it were a disk.
...
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.
...