Remove em dashes from the remaining English content

This commit is contained in:
Djeex
2026-08-31 23:39:19 +02:00
parent 4090203dc4
commit 9abee89478
15 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -45,14 +45,14 @@ ZFS continuously checks that your stored data hasn't become corrupted. Every blo
### Built-in RAID
ZFS includes its own volume management system (vdevs). You can build a zpool using multiple diskssimilar to traditional [RAID](/general/storage/raid) setupsbut with more flexibility. For example:
ZFS includes its own volume management system (vdevs). You can build a zpool using multiple disks, similar to traditional [RAID](/general/storage/raid) setups, but with more flexibility. For example:
- **Z-mirror** → equivalent to RAID 1
- **RAIDZ1** → equivalent to RAID 5 (tolerates 1 disk failure)
- **RAIDZ2** → equivalent to RAID 6 (tolerates 2 disk failures)
- **RAIDZ3** → tolerates up to 3 disk failures
ZFS handles all this nativelyno external RAID software needed.
ZFS handles all this natively: no external RAID software needed.
::note
@@ -61,7 +61,7 @@ Check out the [article on RAID](/general/storage/raid) to find the right solutio
### Snapshots and Clones
ZFS allows you to create snapshotsinstantaneous images of a dataset's state. Snapshots take up minimal space and can be scheduled frequently. You can also create clones: writable copies of snapshots.
ZFS allows you to create snapshots: instantaneous images of a dataset's state. Snapshots take up minimal space and can be scheduled frequently. You can also create clones: writable copies of snapshots.
### Compression and Deduplication