LPI
101-500 · Question #221
Which command will create an ext3 filesystem on /dev/hda2?
The correct answer is B. /sbin/mke2fs -j /dev/hda2. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Devices, Linux Filesystems, Filesystem Hierarchy Standard
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
(25 responses)- A4% (1)
- B92% (23)
- D4% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#mke2fs command#ext3 filesystem#journaling#filesystem creation
Community Discussion
No community discussion yet for this question.