>>103215607
>>103242868
So Ideally the order for these commands is:
sudo install zfsutils-linux
sudo apt-get update
cd /etc/zfs/
sudo nano vdev_id.conf
Then:
alias 001 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2BJR66MN
alias 002 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2BK88RWN
alias 003 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2PGN8XXT
alias 004 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2BKD68SN
alias 005 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2PG9D0ZT
alias 006 /dev/disk/by-id/ata-WDC_WUH721816ALE6L4_2BKD5URN
Save that and exit, then do:
sudo udevadm trigger
And then finally:
sudo zpool create HDDPOOL1 raidz2 001 002 003 004 005 006 \\
-o ashift=12 \\
-O acltype=posixacl -O xattr=sa -O dnodesize=auto \\
-O compression=lz4 \\
-O normalization=formD
sudo zfs set mountpoint=/var/HDDP1 HDDPOOL1
sudo zfs create HDDPOOL1/PLEX
sudo zfs create HDDPOOL1/BACKUP
sudo zfs create HDDPOOL1/BATCHES
cd /var/HDDP1
sudo chmod g+w PLEX
sudo chown :anon PLEX
sudo chmod g+w BACKUP
sudo chown :anon BACKUP
sudo chmod g+w BATCHES
sudo chown :anon BATCHES
sudo zfs set sharesmb=on HDDPOOL1/PLEX
sudo zfs set sharesmb=on HDDPOOL1/BACKUP
sudo zfs set sharesmb=on HDDPOOL1/BATCHES
That's the money. Thank you for coming to my ted talk and remember, if you decide to seed from the pool, you will not be able to delete the pool, it's contents, or unmount/rename the directory that has torrents actively running in it. Those will need to be pause/stopped prior to a restart, then you can fuck with the aforementioned deletion of things.