What command must be used to create an ext3 filesystem?
A.
mke2fs
B.
mkext2fs
C.
mke3fs
D.
mkext3fs
E.
mkjfs
What command must be used to create an ext3 filesystem?
What command must be used to create an ext3 filesystem?
A.
mke2fs
B.
mkext2fs
C.
mke3fs
D.
mkext3fs
E.
mkjfs
most of Linux systems use “mke2fs -j” or “mkfs.ext3” to create ext3 filesystem, just a few Linux systems use mke3fs as a wrapper. And there is no mke3fs in e2fsprogs source packages.
Good explanation. 🙂