Skip to content

Instantly share code, notes, and snippets.

@rlaager
Created December 13, 2017 07:03
Show Gist options
  • Save rlaager/229464ca15a321a1ef26fbfb9502bc93 to your computer and use it in GitHub Desktop.
Save rlaager/229464ca15a321a1ef26fbfb9502bc93 to your computer and use it in GitHub Desktop.
depmod test
# 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