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?

A.
zfs create datapool/cad_data
B.
zfs create cad_data datapool
C.
zpool create datapool/cad_data
D.
zfs create datapool/cad_data; newfs -F zfs
I agree with the answer. A
0
0