====== ZFS - Pools - Create a ZFS Pool - RAID 0 - Striping ====== Create a basic striped pool. sudo zpool create testpool /dev/sdb /dev/sdc **WARNING:** This has no redundancy, but should provide improved performance and increased space. * Even though it does not provide redundancy ZFS still does integrity checking.