clariion Posted November 3, 2020 Posted November 3, 2020 Hi all, I am a newbie here. Is there a way to install ZFS on RockPro64 RK3399 with the latest Armbian release (doesn't matter if it is bionic, buster or focal)? 0 Quote
Solution clariion Posted November 4, 2020 Author Solution Posted November 4, 2020 After a few hours, I finally made it with current Focal release. Thanks to @jbergler Linux RockPro64 5.8.17-rockchip64 #20.08.21 SMP PREEMPT Sat Oct 31 08:22:59 CET 2020 aarch64 aarch64 aarch64 GNU/Linux # sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa # sudo apt update # sudo apt upgrade # sudo apt install g++-10 # armbian-config -> Software -> Headers install # mkdir zfs-scratch # cd zfs-scratch # apt-get download linux-headers-current-rockchip64 # git clone -b zfs-0.8.5 https://github.com/openzfs/zfs.git # apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev python3 python3-dev python3-setuptools python3-cffi libffi-dev # dpkg -i linux-headers-current-*.deb # cd zfs # sh autogen.sh # ./configure # make # make install # sudo apt install spl-dkms # sudo apt install zfsutils-linux # reboot 0 Quote
jonathon Posted November 8, 2020 Posted November 8, 2020 Did you try ppa:jonathonf/zfs at any point? 0 Quote
clariion Posted November 9, 2020 Author Posted November 9, 2020 vor 13 Stunden schrieb jonathon: Did you try ppa:jonathonf/zfs at any point? No. Do you have created it? Seems to be much better way to install zfs. 0 Quote
jonathon Posted November 10, 2020 Posted November 10, 2020 On 11/9/2020 at 10:39 AM, clariion said: No. Do you have created it? Yes, that's my PPA. It works fine for x86_64 but I haven't tested on arm64 though I don't know why it would be any different. 0 Quote
nathmo Posted October 7, 2022 Posted October 7, 2022 Thank you Jonathon. I'm running Armbian 22.08.2 Jammy with Linux 5.15.69-rockchip64 (RockPro64 as a NAS server so ARM64) and it worked for me. here is what i did : sudo add-apt-repository ppa:jonathonf/zfs sudo apt update sudo apt install zfs-dkms zfs-zed zfsutils-linux sudo zpool status i can't thank you enough. 0 Quote
nathmo Posted October 8, 2022 Posted October 8, 2022 Actually, I spoke too fast : I redid everything on a clean system, and using your PPA was not enough. Here is the full list of commands that worked : ``` sudo add-apt-repository ppa:jonathonf/zfs sudo apt update git clone https://github.com/nathmo/makeZFS_armbian cd makeZFS_armbian sudo python3 makeZFS_armbian.py sudo apt install zfs-dkms zfs-zed zfsutils-linux ``` (the whole RockPro64 NAS setup is on github (i'm not allow to paste the link nor modify my previous post. Sorry about that) if of any use to someone : nathmo/makeZFS_armbian) I Had to fork from the original script to fix a broken tab and the python version that was deprecated. I also document the rest of the instruction to duplicate my setup 0 Quote
joekhoobyar Posted October 25, 2022 Posted October 25, 2022 @nathmo, I will take a look - I was considering trying out ZFS on my rockpro64(s). 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.