https://bugzilla.kernel.org/show_bug.cgi?id=205107 Dmitry Baranov (reagentoo@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reagentoo@xxxxxxxxx --- Comment #21 from Dmitry Baranov (reagentoo@xxxxxxxxx) --- Hi, Thank you all for your research. I created the following udev rule for myself to solve this problem: /etc/udev/rules.d/01-manage_start_stop.rules: ACTION=="add|change", DRIVERS=="usb-storage", SUBSYSTEM=="scsi_disk", RUN+="/bin/sh -c 'echo 1 >/sys/class/scsi_disk/%k/manage_start_stop'" -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.