Tags: patch I had the same problem as discussed here. The issue is also described at http://paulphilippov.blogspot.co.uk/2011/07/how-to-fix-slow-boot-with-ata-errors.html The change described there is probably too rough. The following fixes the problem for me:
--- lib/udev/rules.d/60-persistent-storage.rules +++ lib/udev/rules.d/60-persistent-storage.rules @@ -56,6 +56,7 @@ # ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", \ SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", \ + ATTRS{model}!="CDDVDW SH-S223C", \ IMPORT{program}="ata_id --export $tempnode" # Run ata_id on non-removable USB Mass Storage (SATA/PATA disks in enclosures) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org