mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-11 23:55:24 +02:00
16 lines
257 B
Markdown
16 lines
257 B
Markdown
![]() |
# zdb
|
||
|
|
||
|
> ZFS debugger.
|
||
|
|
||
|
- Show detailed configuration of all mounted ZFS zpools:
|
||
|
|
||
|
`zdb`
|
||
|
|
||
|
- Show detailed configuration for a specific ZFS pool:
|
||
|
|
||
|
`zdb -C {{poolname}}`
|
||
|
|
||
|
- Show statistics about number, size and deduplication of blocks:
|
||
|
|
||
|
`zdb -b {{poolname}}`
|