Page 1 of 1

Your system has two disk devices, c2t0d0 and c2t1d0, and two flash devices, c2t5d0 and c2t8d0. Which command would you t

Posted: Sun Jun 11, 2023 4:01 pm
by answerhappygod
Your system has two disk devices, c2t0d0 and c2t1d0, and two flash devices, c2t5d0 and c2t8d0. Which command would you to create a storage pool named tank, which mirrors the disks and adds the two flash devices as cache?

A. zpool create tank mirror c2t0d0 c2t1d0 mirror c2t5d0 c2t8d0
B. zpoolcreate tank mirror c2t0d0 c2t1d0 log mirrorc2t5d0 c2t8d0
C. zpool c2t0d0 c2t1d0 cachec2t5d0 c2t8d0mirror
D. zpool create tank mirror c2t0d0 c2t1d0 cachec2t5d0 c2t8d0 E. zpool create tankraidz2c2t0d0 c2t1d0 c2t5d0 c2t8d0