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.
...
DF(1) - General Commands Manual # DF(1) - General Commands Manual
NAME # df - display free disk space
SYNOPSIS # df [-hiklnP] [-t type] [[file | file_system] …]
DESCRIPTION # The df utility displays statistics about the amount of free disk space on the specified file_system or on the file system of which file is a part. By default, values are displayed as 512-byte block counts. If no operands are specified, statistics for all mounted file systems are displayed (subject to the -l and -t options, below).
...
Newfs,
Scan_ffs,
Fsdb,
Rc,
Growfs,
Fsck_msdos,
Fstab,
Mount,
Fsck_ffs,
Fs,
Fsck_ext2fs,
Fsck FSCK(8) - System Manager’s Manual # FSCK(8) - System Manager’s Manual
NAME # fsck - file system consistency check and interactive repair
SYNOPSIS # fsck [-dfNnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions] [-t fstype] [special | node …]
DESCRIPTION # The fsck command invokes file-system-specific programs to check the special devices listed in the fstab(5) file or on the command line for consistency.
It is normally used in the script rc(8) during automatic reboot.
...
FSTAB(5) - File Formats Manual # FSTAB(5) - File Formats Manual
NAME # fstab - static information about the filesystems
SYNOPSIS # #include <fstab.h>
DESCRIPTION # The fstab file contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. Each filesystem is described on a separate line; fields on each line are separated by tabs or spaces.
...
FUSER(1) - General Commands Manual # FUSER(1) - General Commands Manual
NAME # fuser - identify process IDs holding specific files open
SYNOPSIS # fuser [-cfku] [-M core] [-N system] [-s signal] file …
DESCRIPTION # The fuser utility writes to standard output the process IDs of processes running on the local system that have one or more of the named files open. If file is a mounted block device, the output will show all processes having files opened on that file system.
...
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.
...