Tuesday, February 3, 2009

USB HDD repeats [sdb] Sense Key : No Sense [current] error

Ok, my mistake. I tried it out another time and yes it works.

In FC10 you have to:
Nov 11 21:42:10 localhost kernel: sd 5:0:0:0: [sdb] Add. Sense: No additional
sense information
Nov 11 21:42:10 localhost kernel: sd 5:0:0:0: [sdb] Sense Key : No Sense [current]


sudo cp /lib/udev/rules.d/60-persistent-storage.rules
/etc/udev/rules.d/60-persistent-storage.rules

edit: /etc/udev/rules.d/60-persistent-storage.rules

change line 62 from: KERNEL!="sr*", IMPORT{program}="vol_id --export $tempnode"
to: KERNEL!="sr*", ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export
$tempnode"


From https://bugzilla.redhat.com/show_bug.cgi?id=473017

No comments: