I have DietPi on Tinkerboard with nextcloudpi installed. by default nextcloudpi is using btrfs, but it seems is not being suported/enabled module :
Code: Select all
Disk /dev/sda: 349.3 GiB, 375049420800 bytes, 732518400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 19CBAFA4-304A-4523-9711-5CC05E3B8C4E
Device Start End Sectors Size Type
/dev/sda1 2048 732516351 732514304 349.3G Linux filesystem
Command (m for help):
Code: Select all
root@tinkerboard:~# mount /dev/sda1 /media/USBdrive
mount: unknown filesystem type 'btrfs'
root@tinkerboard:~#root@tinkerboard:~# lsmod
Module Size Used by
8723bs 1232896 0
root@tinkerboard:~# modprobe btrfs
modprobe: FATAL: Module btrfs not found in directory /lib/modules/4.4.71+
root@tinkerboard:~#