Creating a ZFS mirror pool

From Peter Pap's Technowiki
Revision as of 03:54, 18 March 2011 by Ppapa (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It's ridiculously simple:

 zpool create name_of_pool mirror disk1 disk2

So it would look like:

 zpool create export_pool mirror c0t0d0 c0t1d0

This will create the pool 'export_pool' and will mount it as /export_pool