Skip to content

Instantly share code, notes, and snippets.

@sam
Created January 16, 2012 18:38
Show Gist options
  • Save sam/1622242 to your computer and use it in GitHub Desktop.
Save sam/1622242 to your computer and use it in GitHub Desktop.
Create new, target spool for guests with "backup" name.
zpool create backup \
spare c1t0d0 c1t1d0 c1t2d0 \
raidz2 c1t3d0 c1t4d0 c1t5d0 c1t6d0 c1t7d0 c1t8d0 c1t9d0 \
raidz2 c1t10d0 c1t11d0 c1t12d0 c1t13d0 c1t14d0 c1t15d0 c1t16d0 \
raidz2 c1t17d0 c1t18d0 c1t19d0 c1t20d0 c1t21d0 c1t22d0 c1t23d0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment