There was an article yesterday on
www.linux.org, I happened to read it today:
http://broadcast.oreilly.com/2009/02/vl-hot-a-non-polling-alternati.htmlIt's about how HAL is heavy, and how Vector uses udev to handle HAL's task event-based instead of polling. It pops two icons on the desktop, one to mount & open the dir, and one to umount.
They also wonder why other light distros haven't used it or something similar.
Well, it was a nice read
TC has had an udev-event-based solution from the beginning, and it's more advanced than VL-Hot (which has been in development since 2006). In TC we add new devices to fstab, making mounting easier, and staying out of the user's way. Mount tool looks these up from fstab too.
So, kudos Robert, for thinking ahead and building a great solution