Created
January 28, 2018 20:00
-
-
Save iampeterbanjo/a9fd064e737dee9b6ed075158e9e2076 to your computer and use it in GitHub Desktop.
Fix zfs module not loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install zfs-dkms | |
sudo modprobe zfs | |
# replace 0.6.5.6 with your version of zfs | |
dkms remove -m zfs -v 0.6.5.6 --all | |
dkms remove -m spl -v 0.6.5.6 --all | |
dkms add -m spl -v 0.6.5.6 | |
dkms add -m zfs -v 0.6.5.6 | |
dkms install -m spl -v 0.6.5.6 | |
dkms install -m zfs -v 0.6.5.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment