Question: What command can be used to create a ZFS volume called test from the space on / dev / sdb and / dev / sdc

What command can be used to create a ZFS volume called test from the space on /dev/sdb and /dev/sdc that functions like RAID level 1?
a. zpool create test /dev/sdb /dev/sdc
b. zpool create test mirror /dev/sdb /dev/sdc
c. zpool create test raidz /dev/sdb /dev/sdc
d. zpool create test raidz2/dev/sdb /dev/sdc

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!