Unable to mount BTRFS with the live ISO...
Something strange going on here. I am trying to setup a new system to run some web services for us (MariaDB, HTTPS, etc) and upon booting the live CD from something like the 14th of last month, partitioning the disk, and formatting the partitions, I am unable to mount the freshly formatted BTRFS partitions.
<booted into live environment, logged in as artix user>
su
pacman -Syu
pacman -S parted
parted -a optimal /dev/sda
mkfs.vfat -F 32 -n EFI /dev/sda1
mkfs.ext4 -O 64bit,metadata_csum -b 4096 -i 8192 -L Boot /dev/sda2
mkfs.btrfs -m dup -d single -L Artix /dev/sda3
mkdir /mnt/artix
mount /dev/sda3 /mnt/artix
Now I get an error despite the image appearing to have BTRFS and the tools installed.
mount: /mnt/artix: unknown filesystem type 'btrfs'.
There is nothing in 'dmesg' or any other log I could find, so I am not sure what to do now.