zfs-fuse
ZFS on FUSE
Install
- All systems
-
curl cmd.cat/zfs-fuse.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 update
sudo apt-get install zfs-fuse
- Raspbian
-
apt-get install zfs-fuse
- Dockerfile
- dockerfile.run/zfs-fuse
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.