
In the even of a single disk failure, all data can be recovered and in fact, will still be accessible providing no further disks fail. A minimum of three disks are required with one disk always being used for parity.

You require a minimum of two disks for a mirrored set. This is quite simply a copy of one disk to another every time data is changed.

Mirror – data will be mirrored across disks, equivalent to RAID 1.Disks can be combined into virtual groups to allow for various redundancy options: ZFS provides a data volume which can have multiple mount points, spanning multiple disks.
#FORMAT ZFS DISK OPENZFS INSTALL#
We can now install the ZFS on most Linux distributions such as Debain/ Ubuntu and Red Hat/ CentOS. Thanks to some clever guys over at ZFS on Linux, this has now changed.

ZFS was initially developed by Sun for use in Solaris and as such was not available on Linux distributions.
