Comment 94 for bug 61235

Revision history for this message
sebastian-s (sebastian-s) wrote :

I am running fine with
/etc/udev/rules.d/85-ext_hd.rules
     write SUBSYSTEMS==“scsi”,DRIVERS==“sd”,KERNEL==”[0-9]*”,ATTRS{model}==“FreeAgent Go ”,ATTRS{vendor}==“Seagate ”,RUN+=”/usr/local/bin/fixFreeAgent.sh %k”

and
  #!/bin/sh
  echo 1 > /sys/class/scsi_disk/$1/allow_restart

in /usr/local/bin/fixFreeAgent.sh