nerdexam
SUN

310-202 · Question #261

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…

The correct answer is A. zfs set mountpoint=/data data. See the full explanation below for the reasoning.

Question

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?

Options

  • Azfs set mountpoint=/data data
  • Bzfs destroy files;zfs create /data
  • Czfs destroy -f files; zpool create data c0d1
  • DCreate a directory named /data, then change /files to /data in the /etc/vfstab file.

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    4% (1)
  • C
    13% (3)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice