Ubuntu Pastebin

Paste from Qimple at Mon, 22 May 2017 13:40:08 +0000

Download as text
1
2
3
4
5
6
7
sudo cryptsetup --verify-passphrase luksFormat /dev/sdb -c aes -s 256 -h sha256

sudo cryptsetup luksOpen /dev/sdb encryptedX

sudo zpool create WDReds /dev/mapper/encryptedX

sudo zfs create WDReds/share
Download as text