Revision 1 as of 2006-08-18 07:06:50

Clear message


DrivePlugger is yet another attempt to make removable media more comfortable on a linux desktop.

I think I've succeeded, but you can judge for yourself.

How it Works

DrivePlugger uses the linux hotplug mechanism to pass information about plug/unplug events (and a secure tag) on to the user agent.

The user agent will then either ask the user what to do, or run an action previously chosen by the user. If the device is to be mounted, the user agent will run a suid script to add an entry to fstab, and then mount the drive in ~/Devices/<devicename>.

Through a tray icon, you can easily change user preferences and device settings, as well as unmount media or see (and kill) processes locking the media.

If you're a security expert, you're probably freaking out by now. Included in the zip file is a SECURITY file, detailing the risks associated with running DrivePlugger, as well as what I've done to reduce them.