|
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... |
mrouted(8) -- IP multicast routing daemon
|
mrouted is an implementation of the Distance-Vector Multicast Routing Protocol (DVMRP), an earlier version of which is specified in RFC 1075. It maintains topological knowledge via a distance-vector r... |
mtrace(8) -- print multicast path from a source to a receiver
|
Assessing problems in the distribution of IP multicast traffic can be difficult. mtrace utilizes a tracing feature implemented in multicast routers (mrouted version 3.3 and later) that is accessed via... |
mtree(8) -- map a directory hierarchy
|
The utility mtree compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose char... |
named(8) -- Internet domain name server
|
named is a Domain Name System (DNS) server, part of the BIND 9 distribution from ISC. For more information on the DNS, see RFCs 1033, 1034, and 1035. When invoked without arguments, named will fork in... |