I've been using this command to install auto-mount function for USB drives.
$this->bbcode_second_pass_code('', 'pacman -S udev-automount')
But, now when I run it, it tells me that udev-automount is not found.
I've tried using
$this->bbcode_second_pass_code('', '
pacman -Sy udevil
systemctl enable devmon@root
')
But that doesn't seem to work either. Nothing in my /media folder.
Is there some new way to auto mount? I'm a newbie. I kinda thought I had Arch installs down, but now things that once work no longer work.