Comment 12 for bug 387161

Revision history for this message
Martin Pitt (pitti) wrote : Re: Koala: External SATA->USB Drive no longer being identified properly

So the next step that comes to my mind is to do

  sudo killall devkit-disks-daemon
  sudo strace -vftt -s 1024 -o /tmp/dk-disks.trace /usr/lib/devicekit-disks/devkit-disks-daemon

then reproduce the situation, and attach /tmp/dk-disks.trace. Warning, this could become quite huge, so perhaps do a

  bzip2 -9 /tmp/dk-disks.trace

before and attach /tmp/dk-disks.trace.bz2 instead

Thanks!