CentOS 5 - ioerr_cnt failed

Решение находиться в файле /etc/udev/rules.d/05-udev-early.rules

Полностью заменить на следующее

# sysfs is populated after the event is sent
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
ACTION=="add", SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", WAIT_FOR_SYSFS="ioerr_cnt"
 
# ignore these events until someone needs them
SUBSYSTEM=="drivers",        OPTIONS="ignore_device"
SUBSYSTEM=="module",        OPTIONS="ignore_device"

ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"