Package Details: zfs-linux 2.2.7_6.12.8.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux openzfs zfs
Licenses: CDDL
Groups: archzfs-linux
Conflicts: spl-dkms, spl-dkms-git, spl-linux, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-linux-git, zfs-linux-rc
Provides: spl, zfs
Replaces: spl-linux
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 273
Popularity: 1.69
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2025-01-04 04:03 (UTC)

Required by (19)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 51 52 53 54 55 56 57 58 59 60 61 .. 79 Next › Last »

<deleted-account> commented on 2013-05-18 21:22 (UTC)

just compiled it via aur, but it doesn't seem to working right: david@mango ~ % sudo modprobe zfs modprobe: FATAL: Module zfs not found. david@mango ~ % locate zfs.ko /usr/lib/modules/3.9.2-2-ck/extra/zfs/zfs.ko david@mango ~ % uname -a Linux mango 3.9.2-2-ck #1 SMP PREEMPT Sun May 12 22:46:40 CEST 2013 x86_64 GNU/Linux david@mango ~ % sudo insmod /usr/lib/modules/3.9.2-2-ck/extra/zfs/zfs.ko insmod: ERROR: could not insert module /usr/lib/modules/3.9.2-2-ck/extra/zfs/zfs.ko: Unknown symbol in module

ezzetabi commented on 2013-05-13 16:59 (UTC)

Sorry, my bad.

demizer commented on 2013-05-12 04:22 (UTC)

@ezzetabi, That is correct. The current archiso has kernel 3.8.10: https://www.archlinux.org/download/ I just tested it and it worked fine. Can you include more detail please?

ezzetabi commented on 2013-05-11 19:45 (UTC)

The repo http://demizerone.com/demz-repo-archiso/x86_64/ still has 0.6.1_3.8.10-1.

proxypoke commented on 2013-05-06 18:42 (UTC)

@jpapadopoulos: I run ZFS with a ck kernel just fine. @senorsmile: Your kernel version and the version that ZFS in the repos was compiled with likely do not match. Try building it yourself from the AUR.

senorsmile commented on 2013-05-04 18:20 (UTC)

I am testing zfs on root following directions at https://wiki.archlinux.org/index.php/Installing_Arch_Linux_on_ZFS. archiso worked fine. I booted to cd, added repo and key and installed. modprobe zfs gives 1 and when I try to zpool create I get "Failed to load ZFS module stack. Load the module manually by running 'insmod <location>/zfs.ko' as root." I actually tried insmod /usr/lib/modules/3.8.11-1-ARCH/extra/zfs/zfs.ko which gave "insmod: ERROR: could not insert module /usr/lib/modules/3.8.11-1-ARCH/extra/zfs/zfs.ko: Unknown symbol in module"

jpapadopoulos commented on 2013-05-04 12:22 (UTC)

Does this work with patched kernels like linux-ck or zen?

ezzetabi commented on 2013-05-03 15:15 (UTC)

Linux 3.8.11 is out.

proxypoke commented on 2013-05-03 15:01 (UTC)

100% installation including boot doesn't work, to my knowledge. You need a separate /boot. The rest, however, does work - I've done it - but it's very brittle, and really not worth the trouble IMO. Though, it's been a while since I've migrated back to ext4 for / and /home, so this might have changed. Go ahead and try, I'd love some new data on this.

demizer commented on 2013-05-02 15:21 (UTC)

@ezzetabi, the archiso repo has been updated. Sorry it took longer than I had expected.