MOUNT_CD9660(8) - System Manager’s Manual # MOUNT_CD9660(8) - System Manager’s Manual
NAME # mount_cd9660 - mount an ISO 9660 filesystem
SYNOPSIS # mount_cd9660 [-egjR] [-o options] [-s offset] special node
DESCRIPTION # The mount_cd9660 command attaches the ISO 9660 filesystem residing on the device special to the global filesystem namespace at the location indicated by node. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax
...
MOUNT_UDF(8) - System Manager’s Manual # MOUNT_UDF(8) - System Manager’s Manual
NAME # mount_udf - mount a UDF filesystem
SYNOPSIS # mount_udf [-o options] special node
DESCRIPTION # The mount_udf command attaches a UDF filesystem (typically found on a DVD) residing on the device special to the global filesystem namespace at the location indicated by node. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax
...
RDSETROOT(8) - System Manager’s Manual # RDSETROOT(8) - System Manager’s Manual
NAME # rdsetroot - insert disk image into RAMDISK kernel
SYNOPSIS # rdsetroot -s kernel
rdsetroot [-dx] kernel [disk.fs]
DESCRIPTION # The rdsetroot utility inserts the file disk.fs into the reserved space inside a RAMDISK kernel. If disk.fs is not specified, rdsetroot reads from standard input.
The options are as follows:
-d
Debug.
-s
Print the size in bytes of the reserved space in the RAMDISK 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.
...