|
mount_ext2fs(8) -- mount an ext2fs file system
|
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... |
mount_fdesc(8) -- mount the file-descriptor file system
|
The mount_fdesc command attaches an instance of the per-process file descriptor namespace to the global filesystem namespace. The conventional mount point is /dev and the filesystem should be union mo... |
|
mount_ffs(8) -- mount a Berkeley Fast File System
|
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_kernfs(8) -- mount the /kern file system
|
The mount_kernfs command attaches an instance of the kernel parameter namespace to the global filesystem namespace. The conventional mount point is /kern. This command is invoked by mount(8) when usin... |
mount_mfs(8) -- construct a new file system
|
Before running newfs or mount_mfs, the disk must be labeled using disklabel(8). newfs builds a file system on the specified special device, basing its defaults on the information in the disk label. Ty... |
mount_msdos(8) -- mount an MS-DOS file system
|
The mount_msdos command attaches the MS-DOS 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 usi... |
mount_nfs(8) -- mount NFS file systems
|
The mount_nfs command calls the mount(2) system call to prepare and graft a remote NFS file system (rhost:path) on to the file system tree at the point node. This command is normally executed by mount... |
mount_ntfs(8) -- mount an NTFS file system
|
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 normally executed by mount(8) a... |
mount_null(8) -- demonstrate the use of a null file system layer
|
The mount_null command creates a null layer, duplicating a sub-tree of the file system namespace under another part of the global file system namespace. It is implemented using a stackable layers tech... |
mount_portal(8) -- mount the portal daemon
|
The mount_portal command attaches an instance of the portal daemon to the global filesystem namespace. The conventional mount point is /p. This command is normally executed by mount(8) at boot time. T... |
mount_procfs(8) -- mount the process file system
|
The mount_procfs command attaches an instance of the process namespace to the global filesystem namespace. The conventional mount point is /proc. This command is normally executed by mount(8) at boot ... |
mount_umap(8) -- sample file system layer
|
The mount_umap command is used to mount a subtree of an existing file system that uses a different set of UIDs and GIDs than the local system. Such a file system could be mounted from a remote site vi... |
mount_union(8) -- mount union filesystems
|
The mount_union command attaches directory above uniondir in such a way that the contents of both directory trees remain visible. By default, directory becomes the upper layer and uniondir becomes the... |
mount_xfs(8) -- mount the xfs filesystem
|
The mount_xfs command mounts one of the xfs character devices. The character device is used for communication with a user-land cachemanager and fileprovider. The options are as follows: -o options Opt... |
mrinfo(8) -- displays configuration info from a multicast router
|
mrinfo attempts to display the configuration information from the specified multicast_router. mrinfo uses the ASK_NEIGHBORS IGMP message to the specified multicast router. If it router responds, the v... |