I have spent hours reading through many tutorials and administrator guide from Oracle with no luck.
The purpose of this question is to do simple copy and paste of files to the new pool that I have created.
Below are the steps I have recorded:
sudo fdisk -l ##for device names
sudo zpool create pooltank raidz /dev/sda /dev/sdb /dev/sdc /dev/sdd
sudo zfs create pooltank/home
sudo zpool status:
pool: pooltank
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
pooltank ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
errors: no known data errors
- df -h status
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.6G 2.2M 1.5G 1% /run
/dev/nvme0n1p2 45G 34G 8.9G 80% /
tmpfs 7.6G 84M 7.5G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 7.6G 0 7.6G 0% /run/qemu
/dev/nvme0n1p1 511M 5.3M 506M 2% /boot/efi
tmpfs 1.6G 4.7M 1.5G 1% /run/user/1000
pooltank 27T 256K 27T 1% /pooltank
pooltank/home 27T 256K 27T 1% /pooltank/home
pooltank/home/Docker 27T 256K 27T 1% /pooltank/home/Docker
As you can see I'm quite confused and I don't know if I would need to reinstall Ubuntu. Please advise or point me to the precise yet easy to understand guide.
Thank you very much and Merry Christmas!