LPI
117-101 · Question #153
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
(17 responses)- A6% (1)
- B76% (13)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.