6af67a23b2d603b15b427490c29130ae840ddee1
filesystems/zfs.md
... | ... | @@ -1,10 +1,11 @@ |
1 | 1 | # zfs |
2 | 2 | |
3 | 3 | ## common commands |
4 | -| command | description | |
|
5 | -| --- | --- | |
|
6 | -| `zfs list` | view existing datasets | |
|
7 | -| `zfs load-key` | load encryption key | |
|
4 | +| command | description | |
|
5 | +| --- | --- | |
|
6 | +| `zfs list` | view existing datasets | |
|
7 | +| `zfs load-key` | load encryption key | |
|
8 | +| `zpool scrub -p <pool>` | pause scrub | |
|
8 | 9 | |
9 | 10 | ## freebsd |
10 | 11 | * `zfs` installed as part of base from 13.0 |