On 2/17/06, Rick Pasotto <[EMAIL PROTECTED]> wrote: > I am running 'testing', updated daily. I have a usb device that used to > automatically mount and open a window showing the root of the mounted > file system. It no longer does. The kernel mounts the usb device but > gnome-volume-manager no longer mounts the file system. > > I have restarted gnome (and X) to no avail. > > What do I try next?
Is "gnome-volume-manager" running? >Or, how can I manually mount the sub device > filesystem (what's the path to the device)? > If the needed kernel modules are loaded (usually usb-storage and dependencies) the device should be "/dev/sda1" (but better if you look in your syslog), so you can use "mount" or "pmount" to mount the device, i will suggest "pmount /dev/sda1 usd-disk", this should create a /media/usb-disk mount point... Andrea

