nerdexam
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)
  • A
    4% (2)
  • B
    11% (6)
  • C
    2% (1)
  • D
    83% (44)

Community Discussion

No community discussion yet for this question.

Full 1Z0-403 Practice