Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. cd /root
  2. ./clean_kernels
  3. dnf remove zfs spl
  4. cd /var/lib/dkms
  5. /bin/rm -rf zfs spl
  6. dnf install zfs spl
  7. modprobe zfs
  8. zpool import data
  9. zpool import store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement