Comment 6 for bug 507510

Revision history for this message
Martin Pitt (pitti) wrote : Re: Blackberry Curve 8310 is not Automatically Mounted by Filesystem

OK, in order to figure out what's wrong I think I need simultaneous logs from all three. Please remove the blackberry, open a Terminal, and copy&paste the following commands into it:

  gvfs-mount -oi > /tmp/gvfs.log 2>&1 &
  devkit-disks --monitor-detail > /tmp/dkd.log 2>&1 &
  udevadm monitor -e --udev >/tmp/udev.log 2>&1 &

Then plug it in, wait 10 s, and check if the bug happened.

  - If so: please close the terminal, and attach /tmp/gvfs.log, /tmp/dkd.log, and /tmp/udev.log here.
  - If not: close the terminal, reopen one, and start over.

Thanks!