Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.3.2-2 | 2025-07-13 | ||
2.3.2-1 | 2025-05-03 | ||
2.3.1-1 | 2025-03-15 | ||
2.3.0-2 | 2025-03-10 | ||
dists | 2024-08-11 | ||
2.1.14-1 | 2023-12-23 | ||
README | 2025-03-14 | 1.0 kB | |
Totals: 7 Items | 1.0 kB | 5 |
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 on ppc64 (I haven't experienced any issues). So you'd need to build the package from source in order to use ZFS on ppc64 but it can be a hassle so here is an APT repository with ppc64 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-ppc64/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 ppc64 with a simple 'apt update' followed by 'apt install zfs-dkms zfsutils-linux'.