FSCK_FFS(8) - System Manager’s Manual # FSCK_FFS(8) - System Manager’s Manual
NAME # fsck_ffs - Fast File System consistency check and interactive repair
SYNOPSIS # fsck_ffs [-fnpy] [-b block#] [-c level] [-m mode] filesystem
DESCRIPTION # fsck_ffs performs interactive file system consistency checks and repairs the file system specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
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.
...