zdb
ZFS debugger. More information: <https://manned.org/zdb>.
Install
- All systems
-
curl cmd.cat/zdb.sh
- Debian
-
apt-get install zfs-fuse - Ubuntu
-
apt-get install zfs-fuse - Kali Linux
-
apt-get install zfs-fuse - Fedora
-
dnf install zfs-fuse - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install zfs-fuse - Raspbian
-
apt-get install zfs-fuse
ZFS debugger. More information: <https://manned.org/zdb>.
-
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
© tl;dr; authors and contributors