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.
...
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).
...
NEWFS(8) - System Manager’s Manual # NEWFS(8) - System Manager’s Manual
NAME # newfs, mount_mfs - construct a new file system
SYNOPSIS # newfs [-Nq] [-b block-size] [-c fragments-per-cylinder-group] [-e maxbpg] [-f frag-size] [-g avgfilesize] [-h avgfpdir] [-i bytes] [-m free-space] [-O filesystem-format] [-o optimization] [-S sector-size] [-s size] [-T disktype] [-t fstype] special
mount_mfs [-b block-size] [-c fragments-per-cylinder-group] [-e maxbpg] [-f frag-size] [-i bytes] [-m free-space] [-O filesystem-format] [-o options] [-P file] [-s size] special node
...
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.
...
RESTORE(8) - System Manager’s Manual # RESTORE(8) - System Manager’s Manual
NAME # restore, rrestore - restore files or file systems from backups made with dump
SYNOPSIS # restore [-chimRrtvxy] [-b blocksize] [-f file] [-s fileno] [file …]
DESCRIPTION # The restore command performs the inverse function of dump(8). A full backup of a file system may be restored and subsequent incremental backups layered on top of it. Single files and directory subtrees may be restored from full or partial backups.
...
SHOWMOUNT(8) - System Manager’s Manual # SHOWMOUNT(8) - System Manager’s Manual
NAME # showmount - show remote NFS mounts on host
SYNOPSIS # showmount [-3ade] [host]
DESCRIPTION # showmount shows status information about the NFS server on host. By default it prints the names of all hosts that have NFS file systems mounted on the host. See NFS: Network File System Protocol Specification, RFC 1094, Appendix A, and NFS: Network File System Version 3 Protocol Specification, Appendix I, for a detailed description of the protocol.
...