This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install debootstrap | |
fdisk /dev/sdb | |
o | |
n | |
<return> | |
<return> | |
<return> | |
w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apt-add-repository ppa:zfs-native/stable | |
# apt-get update | |
# apt-get install ubuntu-zfs | |
# apt-get install debootstrap | |
HOST=vm1 | |
DISKS="/dev/disk/by-id/ata-Samsung_SSD_850_EVO_120GB_S21UNSAG310692M" | |
zpool create \ | |
-f \ |