https://bugzilla.kernel.org/show_bug.cgi?id=25832 --- Comment #30 from Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> 2011-02-19 15:55:19 --- I don't know about tracking this down, but for testing purposes you can reproduce these conditions without actually unplugging and replugging the device. All you have to do is go into the /sys/bus/usb/drivers/usb_storage directory. In there, you'll see a file representing each usb-storage device in your system, with names like "2-1.2:1.0". To imitate an unplug, write the corresponding file name to the "unbind" file. To imitate a replug, write the file name to the "bind" file. For example: echo -n 2-1.2:1.0 >unbind echo -n 2-1.2:1.0 >bind This can easily be automated in a shell-script loop, which should speed up your testing. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html