ZFS: Difference between revisions

23 bytes added ,  7 November 2021
Line 5: Line 5:
* zpools are a JBOD of one or more vdevs
* zpools are a JBOD of one or more vdevs
* vdevs are groups of drives, likely in raidz(2|3) or mirror.
* vdevs are groups of drives, likely in raidz(2|3) or mirror.
* datasets are filesystems stored on a zpool
* datasets are filesystems stored on a zpool, similar to partitions
* zvol is a virtual block device on a zpool without a filesystem
* zvol is a virtual block device on a zpool without a filesystem