(Submitted by Luc.Habert@ens.fr)
Some linux distributions include a system that modifies
/etc/fstab based on hotplug events. For instance, when
a usbkey is inserted, a directory under /media is
created, and a corresponding entry inserted in /etc/fstab).
Therefore, it would be nice if Xfe could reread
/etc/fstab when it is modified, so that the user could
use Xfe to mount a device that has just been pluged in.
A simpler solution would be to regard everything under
/media as a mountpoint, but that would be rather ugly.
Anyway, I did implement that as a temporary measure, I
can supply a patch to anybody interested.
Logged In: YES
user_id=629537
Originator: NO
Yes, something has to be done here...
Thanks!
RB
There are already tools out there that automount drives(udisk). xfe should not interfere. And it should be a trigger anyway, not a pull. Otherwise xfe will be constantly busy checking files burning CPU & IO for no reason.
Xfe 2.0 can now detect when external drive (USB, MTP) are plugged and can unmount them.