Created
December 13, 2017 07:03
-
-
Save rlaager/229464ca15a321a1ef26fbfb9502bc93 to your computer and use it in GitHub Desktop.
depmod test
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
# modprobe -nv zfs | |
insmod /lib/modules/4.4.0-101-generic/kernel/zfs/zfs/zfs.ko | |
# mkdir /lib/modules/$(uname -r)/updates | |
# cp /lib/modules/$(uname -r)/kernel/zfs/zfs/zfs.ko /lib/modules/$(uname -r)/updates/zfs.ko | |
# depmod | |
# modprobe -nv zfs | |
insmod /lib/modules/4.4.0-101-generic/updates/zfs.ko |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment