PINE64

Full Version: Encryption support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I try to encrypt my storage disk attached via USB.

I tried to use dm-crypt, fscrypt but it seems that the kernel doesn't have support for none of them/

Could you advise?

I use Armbian: Linux rock64 5.4.32-rockchip64 #20.02.11 SMP PREEMPT Tue Apr 14 17:30:19 CEST 2020 aarch64 aarch64 aarch64 GNU/Linux
ok, no reponse, however I made it on myself, by enabling kernel features nad recompilation as follows:

apt install linux-source-`uname -r`
tar Jxvf linux-source-5.4.43-rockchip64.tar.xz
cp linux-rockchip64-current_5.4.43_20.05.2_config .config
make oldconfig
make menuconfig
time make -j4
make modules_install
make install
rm /boot/Image
ln -s /boot/vmlinuz-5.4.43+ /boot/Image