Your x86-based system has a ZFS file system named /files on the c0d1 drive. You want to rename
this file system, so that every time the system boots, it is automatically mounted under the name
/data. Which answer describes how to change the ZFS file system name from /files to /data?
A.
zfs set mountpoint=/data data
B.
zfs destroy files;zfs create /data
C.
zfs destroy -f files; zpool create data c0d1
D.
Create a directory named /data, then change /files to /data in the /etc/vfstab file.