nerdexam
LPI

101-400 · Question #221

Which command will create an ext3 filesystem on /dev/hda2?

The correct answer is B. /sbin/mke2fs -j /dev/hda2. See the full explanation below for the reasoning.

Question

Which command will create an ext3 filesystem on /dev/hda2?

Options

  • 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

How the community answered

(34 responses)
  • A
    18% (6)
  • B
    74% (25)
  • C
    3% (1)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice