Installing And Using ZFS In Linux Mint / Ubuntu – Part 3

Installing And Using ZFS In Linux Mint / Ubuntu – Part 3
Continuing from Part 2, in this third part of the tutorial, well learn how to create ZFS storage pools with RAID 10, RAID 50 and RAID 60. We will use the same 9 virtual HDDs of 1 GB each used in Part 2 to create these pools after destroying the ZFS pool MyPool1, MyPool2 and MyPool3 (more on destroying ZFS storage pools in Part 4). RAID 10 is a series of striped mirrors. In this tutorial, we’ll...

Installing And Using ZFS In Linux Mint / Ubuntu – Part 2

Installing And Using ZFS In Linux Mint / Ubuntu – Part 2
Continuing from Part 1, in this second part of the tutorial we’ll learn how to create ZFS storage pools with different RAID levels. For demonstration purpose, we have added 9 virtual HDDs to our system with 1 GB capacity each. Let’s install ‘lsscsi’ utility to list these HDDs. 1. Issue the following command at the terminal to install ‘lsscsi’ – sudo apt-get...