mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Update commands.md
This commit is contained in:
@ -65,6 +65,7 @@ zpool iostat -v tank # show more information about the pool i
|
||||
zpool add <pool> mirror <dev1> <dev1> # add two disks as mirror to a storage pool
|
||||
zpool remove <pool> <device> # remove single devices or mirror sets from the storage pool
|
||||
zpool upgrade <pool> # upgrade the storage pool to latest version
|
||||
zpool labelclear [-f] <pool> # Clear vdev headers on disk of previous / faulted / obsolete pools
|
||||
```
|
||||
|
||||
# Software
|
||||
|
||||
Reference in New Issue
Block a user