fsck.zfs
command-line tools to manage OpenZFS filesystems
Install
- All systems
-
curl cmd.cat/fsck.zfs.sh
- Ubuntu
-
apt-get install zfsutils-linux
- Kali Linux
-
apt-get install zfsutils-linux
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zfsutils-linux
- Dockerfile
- dockerfile.run/fsck.zfs
zfsutils-linux
command-line tools to manage OpenZFS filesystems
The Z file system is a pooled filesystem designed for maximum data integrity, supporting data snapshots, multiple copies, and data checksums. This package provides the zfs and zpool commands to create and administer OpenZFS filesystems.