FSCK_EXT2FS(8) - System Manager’s Manual # FSCK_EXT2FS(8) - System Manager’s Manual
NAME # fsck_ext2fs - Second Extended File System consistency check and interactive repair
SYNOPSIS # fsck_ext2fs [-dfnpy] [-b block#] [-m mode] filesystem
DESCRIPTION # fsck_ext2fs performs interactive file system consistency checks and repairs the filesystem 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.
...
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).
...