[SOLVED] Unable to mount an F2FS partition
I made myself a brand new shiny F2FS partition, so naturally I have f2fs-tools installed. However I'm unable to mount it:
sudo mount /dev/sda4 /mnt/new-partition
mount: /mnt/new-partition: unknown filesystem type 'f2fs'.
lsmod doesn't list any f2fs modules. modprobe f2fs complains that it can't find the module, although I can see a file named f2fs.ko.xz sitting in /lib/modules/5.4.6-artix1-1/kernel/fs/f2fs/ . All the different guides in the internets say that mount should just work and no manual module loading should be necessary. What am I missing?