[[advanced:target]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
advanced:target [2018/10/05 13:26] – [Enable encryption, and create an encrypted dataset] danadvanced:target [2018/10/06 12:17] – [Rebuild the kernel] dan
Line 10: Line 10:
 In order to build ZFS, you must have the headers for the running kernel installed on the system.  Since there does not appear to be a linux-headers package available matching the kernel version installed on the Odroid, this means you'll need to rebuild the kernel.  To do this, run the following commands (taken from the [[https://wiki.odroid.com/odroid-xu4/software/building_kernel#y|Hardkernel wiki]]): In order to build ZFS, you must have the headers for the running kernel installed on the system.  Since there does not appear to be a linux-headers package available matching the kernel version installed on the Odroid, this means you'll need to rebuild the kernel.  To do this, run the following commands (taken from the [[https://wiki.odroid.com/odroid-xu4/software/building_kernel#y|Hardkernel wiki]]):
 <code> <code>
-sudo apt update && sudo apt upgrade +sudo apt update && sudo apt upgrade && apt dist-upgrade && apt autoremove 
-sudo apt install git gcc g++ build-essential+sudo apt install git gcc g++ build-essential bc libssl-dev
 git clone --depth 1 https://github.com/hardkernel/linux -b odroidxu4-4.14.y git clone --depth 1 https://github.com/hardkernel/linux -b odroidxu4-4.14.y
 cd linux cd linux
Line 81: Line 81:
 </code> </code>
 ===== Install Zerotier ===== ===== Install Zerotier =====
-Zerotier will create an encrypted virtual network connection between your Odroid and your FreeNAS box.  It's installed by default on FreeNAS, but you'll need to install it on the Odroid.  Run these commands:+[[https://zerotier.com/|Zerotier]] will create an encrypted virtual network connection between your Odroid and your FreeNAS box.  It's installed by default on FreeNAS, but you'll need to install it on the Odroid.  Run these commands:
 <code> <code>
 sudo apt install curl sudo apt install curl
 curl https://install.zerotier.com | sudo bash curl https://install.zerotier.com | sudo bash
 </code> </code>
  • advanced/target.txt
  • Last modified: 2018/10/10 00:02
  • by dan