Comment 6 for bug 227705

Revision history for this message
Mihai Osian (mihai-osian) wrote :

  It appears that updating line 93 from /lib/udev/hdparm is enough to solve the issue.

Modify from:
   DISC=$KEY
to:
  DISC=$(readlink -f $KEY)