Comment 1 for bug 229883

Revision history for this message
Rogério Theodoro de Brito (rbrito) wrote :

Hi, I am upstream for usbmount.

Do you have HAL running? Any gnome or kde thing automounting devices?

If not, could you please use the following command to see what udev would do with your device:

udevadm test --action=add /sys/class/block/sda1 (or sdb1 in your case)

It generates *a lot* of output. Many screens, depending on the device.

Another good diagnostic tool would be the following:

udevinfo -a -p $(udevinfo -q path -n /dev/sda1) (again, sdb1 in your case, if it has not changed).

Regards, Rogério Brito.