Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.3.2-2 | 2025-07-16 | ||
2.3.2-1 | 2025-05-03 | ||
2.3.1-1 | 2025-03-16 | ||
2.2.7-2 | 2025-01-03 | ||
dists | 2024-03-27 | ||
README | 2025-03-16 | 1.1 kB | |
Totals: 6 Items | 1.1 kB | 30 |
zfs-linux packages ------------------ By default Debian doesn't include zfs-linux in its package selection except for non-ports architectures but it works quite well at least on powerpc (32-bit userland) paired with the powerpc64 kernel (I haven't experienced any issues). So you'd need to build the package from source in order to use ZFS on powerpc but it can be a hassle so here is an APT repository with powerpc binaries built from the zfs-linux source package. To use it you have to add the following line to your /etc/apt/sources.list: deb [signed-by=/usr/share/keyrings/catacombae.gpg] https://sourceforge.net/projects/powerpc-linux-builds/files/debian-powerpc/zfs-linux/ main main Then import my GPG key from the keyserver (if this is not done already): curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcb49184eb54709054a6e4a152adec8bddf66c3ef' | sudo gpg --dearmor -o /usr/share/keyrings/catacombae.gpg Then you're all set, you can install ZFS support for powerpc with a simple 'apt update' followed by 'apt install zfs-dkms zfsutils-linux'.