You have a spare disk on your x86-based Solaris system, c1t0d0, and you would like to create a
ZFS file system on it. Given the following requirements:
Which command(s) would you use to setup the ZFS file system?
A.
zpool create data c1t0d0
B.
zpool create data c1t0d0; zfs create data/data
C.
zpool create data data c1t0d0; make an entry in the /etc/vfstab file
D.
zpool create data c1t0; zfs create data/data; newfs /dev/rdsk/data/data; make entry in the
/etc/vfstab file