So, I'm trying to figure out the best/easiest way to automount removable drives such as USB sticks and external USB hard drives. I'd like to go with the main repository and not AUR to make sure that the packages do not get orphaned. I've looked at a few different options so far. I'll list and share my experience:
1. Udisks2 - sounds promising. I installed it but I can't find any decent documentation on it to help me figure out how to use it. I know it utilized polkit-1, but that doesn't help me understand how to interact with it to get it going. Any help with this would be much appreciated
2. autofs - this sounds tried and true, but it also sounds like it has serious issues under certain conditions. I won't go into the issues, they're listed in the wiki. If I'm wrong about the stability of autofs, please encourage me in the other direction. Some setup instructions would also be nice. I was confused by the wiki when it was going through using templates. So a straight forward "this is how you use it" would be nice.
3. udev - i've heard you can simply set up udev rules, again I have no experience with, but I've also read this is not recommended for just randomly automounting/auto-unmounting drives. If I'm wrong about that, please correct me.
At the end of the day, I'd really like a simple solution to automounting and unmounting drives as they are plugged in and unplugged at random. Perhaps with a common folder where they are mounted. I'm also all ears for all other well maintained, stable options. Thanks everyone, you've been a big help.