The correct commands to create an ext3 filesystem on /dev/sdb1 are:
A. /sbin/mke2fs -j /dev/sdb1
B. /sbin/mkfs -t ext3 /dev/sdb1
Option A runs the mke2fs command with the -j option to create an ext3 filesystem with a journal on the /dev/sdb1 device.
Option B runs the mkfs command with the -t option to specify the filesystem type as ext3 and the device to create the filesystem on as /dev/sdb1.
Option C is incorrect because the -c option is used to perform a bad blocks scan on the device, not to specify the filesystem type.
Option D is incorrect because there is no mke3fs command; it should be mke2fs.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
rona962
2 months, 3 weeks ago