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_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_TMPFS(8) - System Manager’s Manual # MOUNT_TMPFS(8) - System Manager’s Manual
NAME # mount_tmpfs - mount an efficient memory file system
SYNOPSIS # mount_tmpfs [-g group] [-m mode] [-n nodes] [-o options] [-s size] [-u user] tmpfs mount_point
DESCRIPTION # The mount_tmpfs command attaches an instance of the efficient memory file system to the global file system namespace. The tmpfs parameter only exists for compatibility with the other mount commands and is ignored.
...
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.
...
QUOT(8) - System Manager’s Manual # QUOT(8) - System Manager’s Manual
NAME # quot - display disk space occupied by each user
SYNOPSIS # quot [-acfhknv] [filesystem …]
DESCRIPTION # quot is used to gather statistics about the disk usage for each local user.
The options are as follows:
-a
Include statistics for all mounted filesystems.
-c
Display three columns containing number of blocks per file, number of files in this category, and aggregate total of blocks in files with this or lower size.
...