nerdexam
SUN

310-202 · Question #299

You already have a storage pool named datapool on c1t1d0 and you need to create a new file system for storing data. Which command is used to create a ZFS file system named cad_data in that storage…

The correct answer is A. zfs create datapool/cad_data. See the full explanation below for the reasoning.

Question

You already have a storage pool named datapool on c1t1d0 and you need to create a new file system for storing data. Which command is used to create a ZFS file system named cad_data in that storage pool?

Options

  • Azfs create datapool/cad_data
  • Bzfs create cad_data datapool
  • Czpool create datapool/cad_data
  • Dzfs create datapool/cad_data; newfs -F zfs \

How the community answered

(32 responses)
  • A
    81% (26)
  • B
    9% (3)
  • C
    6% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice