Comment 24 for bug 261710

Revision history for this message
Karel Kolman (kolmis) wrote :

to Vytautas Šaltenis:

try it either this way

$ sudo sh -c "echo 20 > /sys/module/scsi_mod/parameters/inq_timeout"

or as two commands

$ sudo su
# echo 20 > /sys/module/scsi_mod/parameters/inq_timeout