Hello. I have installed Artix on my computer, and everything works great--except on boot my external drives are not being mounted. I have defined them in /etc/fstab, I am using UUIDs--perhaps the options I am using are wrong? They're ntfs drives with the following lines in /etc/fstab:
UUID="3F8573B3660DF881" /home/al/mount/TRANSCEND1 ntfs auto,uid=1000,gid=998,rw,relatime,nofail,user,exec,umask=000 0
2
UUID="42C508CF71F9C321" /home/al/mount/Toshiba ntfs auto,uid=1000,gid=998,rw,relatime,nofail,user,exec,umask=000 0 2
I did manage to get them working at one point, but when I reformatted a drive due to what I think was a filesystem error it stopped working.
Update: Nevermind. Just decided to create a runit service that runs "mount -a" on startup. Works as well as expected.