Skip to content

Instantly share code, notes, and snippets.

@rduarte
Last active October 30, 2017 17:39
Show Gist options
  • Save rduarte/0c7c7a06d21f4d4f3defc8ba02daf2df to your computer and use it in GitHub Desktop.
Save rduarte/0c7c7a06d21f4d4f3defc8ba02daf2df to your computer and use it in GitHub Desktop.
FreeNAS_ZFS_On_Linux
sudo apt-get update
sudo apt install linux-headers-$(uname -r)
sudo apt-get install zfs-dkms
sudo apt-get install zfsutils-linux
sudo zpool import -f NAS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment