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.
...
INSTALLBOOT(8) - System Manager’s Manual # INSTALLBOOT(8) - System Manager’s Manual
NAME # installboot - install bootstrap on a disk
SYNOPSIS # installboot [-nv] [-r root] disk [stage1 [stage2]]
installboot [-nv] -p disk
DESCRIPTION # installboot installs bootstrap on the specified disk. The exact process used depends on the system architecture, however there is generally a primary bootstrap (often known as a boot block) and a secondary bootstrap (often known as a boot loader).
...
INSTALLBOOT(8) - System Manager’s Manual (alpha) # INSTALLBOOT(8) - System Manager’s Manual (alpha)
NAME # installboot - install disk bootstrap software
SYNOPSIS # installboot [-nv] boot bootxx rawdiskdevice
DESCRIPTION # The installboot utility prepares a disk for bootstrapping.
The OpenBSD/alpha disk bootstrap software is split into two parts: a small first-stage boot program that is written into the disklabel area of a disk (and hence is limited in size to 7680 bytes) , and a second-stage boot program that resides in the filesystem proper (typically with the name /boot) .
...
MBR(8) - System Manager’s Manual (landisk) # MBR(8) - System Manager’s Manual (landisk)
NAME # mbr - LANDISK-specific Master Boot Record
SYNOPSIS # mbr
DESCRIPTION # The MBR program comprises only one sector (512 bytes) and includes a partition table, since the disk is located in the 0th sector of the disk. Upon receiving control from the system firmware mbr will scan the partition table for an active partition and continue loading the Primary Boot Record (PBR) from the beginning of the partition, if found.
...
MOUNT_EXT2FS(8) - System Manager’s Manual # MOUNT_EXT2FS(8) - System Manager’s Manual
NAME # mount_ext2fs - mount an ext2fs file system
SYNOPSIS # mount_ext2fs [-o options] special node
DESCRIPTION # The mount_ext2fs command attaches an ext2fs file system special device on to the file system tree at the point node. This command is invoked by mount(8) when using the syntax
mount [options] -t ext2fs special node
The special device must correspond to a partition registered in the disklabel(5).
...
MOUNT_FFS(8) - System Manager’s Manual # MOUNT_FFS(8) - System Manager’s Manual
NAME # mount_ffs - mount a Berkeley Fast File System
SYNOPSIS # mount_ffs [-o options] special node
DESCRIPTION # The mount_ffs command attaches the Berkeley Fast File System on the special device on to the file system tree at point node.
This command is invoked by mount(8) when using any of the following syntax:
mount [options] special node
...
MOUNT_MSDOS(8) - System Manager’s Manual # MOUNT_MSDOS(8) - System Manager’s Manual
NAME # mount_msdos - mount an MS-DOS file system
SYNOPSIS # mount_msdos [-9ls] [-g group] [-m mask] [-o options] [-u user] special node
DESCRIPTION # The mount_msdos command attaches the MS-DOS file system residing on the device special to the global file system namespace at the location indicated by node. This command is invoked by mount(8) when using the syntax
...
MOUNT_NTFS(8) - System Manager’s Manual # MOUNT_NTFS(8) - System Manager’s Manual
NAME # mount_ntfs - mount an NTFS file system
SYNOPSIS # mount_ntfs [-ai] [-g group] [-m mask] [-o options] [-u user] special node
DESCRIPTION # The mount_ntfs command attaches the NTFS filesystem residing on the device special to the global filesystem namespace at the location indicated by node. This command is invoked by mount(8) when using the syntax
...
Mount_vnd,
Mount_ntfs,
Mount_ffs,
Mount_msdos,
Mount_udf,
Sysctl,
Umount,
Mount_tmpfs,
Disklabel,
Showmount,
Fstab,
Mount_ext2fs,
Mount_cd9660,
Mount_nfs,
Mount_mfs,
Mount MOUNT(8) - System Manager’s Manual # MOUNT(8) - System Manager’s Manual
NAME # mount - mount file systems
SYNOPSIS # mount [-AadfNruvw] [-t type]
mount [-dfrsuvw] special | node
mount [-dfruvw] [-o options] [-t type] special node
DESCRIPTION # The mount command invokes a file system specific program to prepare and graft the special device or remote node (rhost:path) on to the file system tree at the point node. If either special or node are not provided, the appropriate information is taken from the fstab(5) file.
...
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).
...