looks like udev is recognizing the disk insertion. but the receiver of the 
event on the other end does not mount the disk.
dmesg shows the usual messages, all looking correct.
----
sudo udevmonitor 
udevmonitor will print the received events for:
UDEV the event which udev sends out after rule processing
UEVENT the kernel uevent

inserting an SD card:
UEVENT[1179343324.009975] add      /block/sdb/sdb1 (block)
UDEV  [1179343324.065325] add      /block/sdb/sdb1 (block)

inserting an USB stick:
UEVENT[1179343888.298531] add      /devices/pci0000:00/0000:00:1a.7/usb1/1-2 
(usb)
UEVENT[1179343888.298554] add      /class/usb_endpoint/usbdev1.19_ep00 
(usb_endpoint)
UEVENT[1179343888.300328] add      
/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0 (usb)
UEVENT[1179343888.300345] add      /class/scsi_host/host20 (scsi_host)
UEVENT[1179343888.300354] add      /class/usb_endpoint/usbdev1.19_ep81 
(usb_endpoint)
UEVENT[1179343888.300363] add      /class/usb_endpoint/usbdev1.19_ep01 
(usb_endpoint)
UEVENT[1179343888.300371] add      /class/usb_device/usbdev1.19 (usb_device)
UDEV  [1179343888.301225] add      /devices/pci0000:00/0000:00:1a.7/usb1/1-2 
(usb)
UDEV  [1179343888.323517] add      /class/usb_endpoint/usbdev1.19_ep00 
(usb_endpoint)
UDEV  [1179343888.326976] add      /class/usb_endpoint/usbdev1.19_ep81 
(usb_endpoint)
UDEV  [1179343888.337949] add      /class/usb_endpoint/usbdev1.19_ep01 
(usb_endpoint)
UDEV  [1179343888.373922] add      
/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0 (usb)
UDEV  [1179343888.376990] add      /class/scsi_host/host20 (scsi_host)
UDEV  [1179343888.407046] add      /class/usb_device/usbdev1.19 (usb_device)
UEVENT[1179343893.301618] add      
/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host20/target20:0:0/20:0:0:0 
(scsi)
UEVENT[1179343893.301640] add      /class/scsi_disk/20:0:0:0 (scsi_disk)
UEVENT[1179343893.306741] add      /block/sdf (block)
UEVENT[1179343893.306757] add      /block/sdf/sdf1 (block)
UEVENT[1179343893.306765] add      /class/scsi_device/20:0:0:0 (scsi_device)
UEVENT[1179343893.306773] add      /class/scsi_generic/sg6 (scsi_generic)
UDEV  [1179343893.359309] add      
/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host20/target20:0:0/20:0:0:0 
(scsi)
UDEV  [1179343893.366155] add      /class/scsi_disk/20:0:0:0 (scsi_disk)
UDEV  [1179343893.371678] add      /class/scsi_device/20:0:0:0 (scsi_device)
UDEV  [1179343893.382690] add      /block/sdf (block)
UDEV  [1179343893.402885] add      /class/scsi_generic/sg6 (scsi_generic)
UDEV  [1179343893.458105] add      /block/sdf/sdf1 (block)

-- 
automount of USB disk does not work anymore after suspend to disk
https://bugs.launchpad.net/bugs/114919
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to