mount.zfs
ZFS on FUSE
Install
- All systems
-
curl cmd.cat/mount.zfs.sh
- Debian
-
apt-get install zfs-fuse
- Ubuntu
-
apt-get install zfsutils-linux
- Kali Linux
-
apt-get install zfsutils-linux
- Fedora
-
dnf install zfs-fuse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zfsutils-linux
- Raspbian
-
apt-get install zfs-fuse
- Dockerfile
- dockerfile.run/mount.zfs
zfs-fuse
ZFS on FUSE
ZFS is an advanced filesystem from Sun Microsystems, originally developed for solaris. It provides a number of advanced features, such as live integrity checks, atomic updates, atomic snapshots and clones, compression, and much more. This package provides an implementation of Sun's ZFS filesystem in userspace, using FUSE.
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.