Skip to content

Instantly share code, notes, and snippets.

@ikorolev93
Last active December 27, 2015 19:29
Show Gist options
  • Save ikorolev93/7377774 to your computer and use it in GitHub Desktop.
Save ikorolev93/7377774 to your computer and use it in GitHub Desktop.
Create zpool
zpool create \
-f \
-R /mnt/gentoo \
-m none \
-o ashift=12 \
-o feature@lz4_compress=enabled \
-O atime=off \
-O canmount=off \
-O compression=lz4 \
-O dedup=off \
-O devices=off \
-O normalization=formD \
-O utf8only=on \
zroot \
sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment