mkfsext4
mkfsext4 is a command-line utility used to create an ext4 filesystem on a block device or on a regular file that is used as a filesystem image. It is typically found on Linux systems as part of filesystem creation tools and often serves as a wrapper or alias around the ext4 creation facilities provided by the e2fsprogs package. The tool is conceptually similar to mkfs.ext4 and may be provided by some distributions as an alternate entry point to the same underlying functionality.
When invoked, mkfsext4 initializes the filesystem structures needed for ext4, such as the primary superblock, inodes,
Usage and options are generally similar to other filesystem creation tools. Typical usage is mkfsext4 [options]
In most systems, mkfsext4 is either a wrapper around mkfs.ext4 or another entry point to the same
See also: mkfs.ext4, e2fsprogs, ext4 filesystem, filesystem creation tools.