Which of the following commands will create an ext3 filesystem on /dev/hda2?

Which of the following commands will create an ext3 filesystem on /dev/hda2?

Which of the following commands will create an ext3 filesystem on /dev/hda2?

A.
/sbin/mke2fs -d /dev/hda2

B.
/sbin/mke2fs -j /dev/hda2

C.
/sbin/mke2fs -m 3 /dev/hda2

D.
/sbin/mke2fs -c ext3 /dev/hda2



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Tomyko

Tomyko

Current, valid question!

Milton

Milton

-j Create the filesystem with an ext3 journal. If the -J option is
not specified, the default journal parameters will be used to
create an appropriately sized journal (given the size of the
filesystem) stored within the filesystem. Note that you must be
using a kernel which has ext3 support in order to actually make
use of the journal.