On Tue, Sep 30, 2008 at 1:24 PM, JM <[EMAIL PROTECTED]> wrote:
> I have a Fedora 4 machine at home (Dell GXpro), and it does the same.
> The icon pops up on the Gnome desktop.
> ...
> I can not figure out why the Red Hat OS doesn't mount these keys.

Since you are running Gnome, I'd guess the automount feature has been
turned off.  Check gconf.  Here's what the setting looks like on my
Ubuntu system:

$ gconftool-2 --get /desktop/gnome/volume_manager/automount_drives
false

You can use use gconf-editor or gconftool-2 to change it:

$ gconftool-2 --type bool --set
/desktop/gnome/volume_manager/automount_drives "true"
$ gconftool-2 --get /desktop/gnome/volume_manager/automount_drives
true

To display all the available gconf settings and their current values:

$ gconftool-2 -R /

Good luck and let us know how things go.

Regards,
- Robert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to