AMD(8) - System Manager’s Manual # AMD(8) - System Manager’s Manual
NAME # amd - automatically mount file systems
SYNOPSIS # amd [-nprv] [-a mount_point] [-C cluster] [-c duration] [-D option] [-d domain] [-k kernel-arch] [-l logfile] [-t interval.interval] [-w interval] [-x log-option] [-y YP-domain] [directory mapname [-map-options]] …
DESCRIPTION # amd is a daemon that automatically mounts filesystems whenever a file or directory within that filesystem is accessed. Filesystems are automatically unmounted when they appear to be quiescent.
...
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_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_NFS(8) - System Manager’s Manual # MOUNT_NFS(8) - System Manager’s Manual
NAME # mount_nfs - mount NFS file systems
SYNOPSIS # mount_nfs [-23bcdilsTU] [-a maxreadahead] [-g maxgroups] [-I readdirsize] [-o options] [-R retrycnt] [-r readsize] [-t timeout] [-w writesize] [-x retrans] rhost:path node
DESCRIPTION # 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.
...
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
...
MOUNT_VND(8) - System Manager’s Manual # MOUNT_VND(8) - System Manager’s Manual
NAME # mount_vnd - mount vnode disks
SYNOPSIS # mount_vnd [-k] [-K rounds] [-o options] [-S saltfile] [-t disktype] image vnd_dev
DESCRIPTION # mount_vnd works similarly to vnconfig(8), but it provides an interface that can be used by the fstab(5) infrastructure, so that an image file can be configured to a device vnd_dev while booting.
For fstab(5) lines with type “ffs”, the “noauto” option must be set to prevent a mount(8) of the FFS partitions before the necessary vnd devices are configured.
...
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.
...
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.
...