Oracle
1Z0-403 · Question #43
You have issued the commands as shown below: [root@server1]# parted /dev/sdb Using /dev/sdb (parted) mkpartfs p ext2 1 250 What is the purpose of issuing these commands?
The correct answer is D. to create a primary partition /dev/sdb1 using cylinders 1 through 250 with an ext2 filesystem. See the full explanation below for the reasoning.
Question
You have issued the commands as shown below: [root@server1]# parted /dev/sdb Using /dev/sdb (parted) mkpartfs p ext2 1 250 What is the purpose of issuing these commands?
Options
- Ato format the first partition on /dev/sdb with an ext2 filesystem
- Bto create a primary partition /dev/sdb1 with a journaling filesystem
- Cto create a partition using cylinders from 250 with an ext2 filesystem
- Dto create a primary partition /dev/sdb1 using cylinders 1 through 250 with an ext2 filesystem
How the community answered
(53 responses)- A4% (2)
- B11% (6)
- C2% (1)
- D83% (44)
Community Discussion
No community discussion yet for this question.