Differences between revisions 3 and 4
Revision 3 as of 2006-08-18 07:10:20
Size: 1012
Editor: calin
Comment:
Revision 4 as of 2006-08-18 07:24:49
Size: 1093
Editor: calin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
----
Author: ["Calin"]

Language: WikiPedia:Perl

Platform: WikiPedia:Linux
Line 9: Line 15:
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 under ~/Devices/<devicename>.
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 under ~/Devices/<devicename>.


Author: ["Calin"]

Language: Perl

Platform: Linux


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 under ~/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 package is a SECURITY file, detailing the risks associated with running DrivePlugger, as well as what I've done to reduce them.

Download

attachment:driveplugger-8-17-2006.tar.gz

DrivePlugger (last edited 2008-06-08 02:11:13 by calin)