I am using Arch Linux for Raspberry Pi
I have installed the packages for ExFAT (like this https://wiki.archlinux.org/index.php/ExFAT) support and successfuly mounted a exfat drive.
I have added an entry to /etc/fstab that looks like this:
$this->bbcode_second_pass_code('', '/dev/sda1 /media/carrier exfat defaults,user 0 0')
But my boot now hangs up being unable to mount the drive.
What am I doing wrong here?