-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZFS to the Clear Linux kernel #10068
Comments
Follow this for how to disable requiring signed modules, then:
Then you should be able to ./autogen.sh && ./configure && make && make install && depmod -a, then modprobe zfs. Setting it up in DKMS would require a bit more work - you could probably plunder the contents of the rpm or deb DKMS package and land it in /usr/src then dkms add it manually, so it keeps up to date. If you wanted it packaged in swupd, you could submit a request for them to add it, unless you have reason to think that won't work. |
A million thanks! I will try these steps... |
One more caveat - I believe those steps will land the ZFS tools in /usr/local, which doesn't appear to be in the default PATH for root. So you might want to either change that or change PATH to include /usr/local/sbin and /usr/local/bin. Either way. |
Thanks again, that is very good to know. |
Leaving my how-to log that I wrote up for anyone else that needs it using rincebrain's instructions. A big thanks to rincebrain. Hopefully this helps out the next person who might be as clueless as I was with getting ZFS up and working.
|
Distribution Name | Clear Linux
Distribution Version | 32050
Linux Kernel | 4.19.106-116.lts2018
Architecture |
ZFS Version | 0.8.3
SPL Version |
Question, does anyone know where I can find step by step instructions on how to add zfs to the Clear Linux kernel as it is not appearing on the ZFS on Linux website? I know Intel won't support it due to some licensing purgatory. I am new to adding any modules to the kernel and I am trying to follow the instructions found here: , but so far I cannot replicate the success of others on this issue post "Bundle for ZFS drivers #631" on the forum . Thank you in advance
The text was updated successfully, but these errors were encountered: