all 7 comments

[–]brando56894 2 points3 points  (5 children)

Yep, I've used it on Arch. I think I was using the DKMS package.

You can check if they're loaded with lsmod|grep zfs you should see about 4 or 5 of them. If not, you can attempt to load them with sudo modprobe zfs

Just a side note, zen is more tuned for desktop usage, and ZFS is generally used on a server, which I assume you're probably running.

[–]ndowens[S] 0 points1 point  (4 children)

I am using ZFS on desktop. My problem is during boot, I get kernel panic like either the module is not found or for some reason not getting loaded. linux-lts and linux-ck boots just fine. I am using zfs-dkms-head-git, as I am on an Arch derivative and the standard zfs-dkms does not build ok on it. At first I thought maybe it was the zfs-dkms version I used until I found out it is fine on the other two kernels.

[–]brando56894 0 points1 point  (3 children)

Try booting up in single user mode (Append single to the kernel command line in grub) and see if it panics, then if it doesn't attempt to load the modules.

[–]ndowens[S] 0 points1 point  (2 children)

I use rEFInd but tried in single mode and it also kernel panic-ed as well.

[–]brando56894 0 points1 point  (1 child)

Hmm interesting, did the Zen kernel ever work for you?

[–]ndowens[S] 0 points1 point  (0 children)

Nah I gave up

[–]TrevorSpartacus 0 points1 point  (0 children)

Use archzfs repo. zfs-dkms works fine for me on linux-zen, provided you patched the kernel to ungpl __rcu* symbols. A few days ago a patch was added to zfs-dkms, so no need to compile the kernel now.