Auto-mounting seems to be a bit of a messy thing in linux.
The options to automount ranges from autofs, udev, hal or even filemanagers.
What is the best-practice method to enable automounting on devices? Is there one shinning way that cuts out all the mess?
/etc/fstab), it seemed like the easiest thing to do (no extra dependencies). Although autofs seems like the way to go if you want to spare some resources. – Gert Nov 18 '10 at 7:59