Bug 473035

Summary: Sense Key : No Sense [current]
Product: [Fedora] Fedora Reporter: Oleg Aprotskiy <oleg>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: harald, kernel-maint, quintela, webmaster
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-10 13:25:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Oleg Aprotskiy 2008-11-26 07:58:20 UTC
Description of problem:

I Attach to USB Nokia 3120c like Storage and get at dmesg with loop:
sd 12:0:0:0: [sdb] Sense Key : No Sense [current] 
sd 12:0:0:0: [sdb] Add. Sense: No additional sense information


Version-Release number of selected component (if applicable):
kernel 2.6.27.5-41.fc9 & 2.6.27.7-50.fc9

After some googling, I found resolving of this problem:

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

change: IMPORT{program}="vol_id --export $tempnode"
to: ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode"

Comment 1 Oleg Aprotskiy 2008-11-26 08:08:37 UTC
Discussions of this problem: https://bugs.launchpad.net/bugs/264789

Comment 2 Martin Donald 2008-11-29 18:45:11 UTC
That fix worked for me. See Bug 473017

Comment 3 Harald Hoyer 2008-12-10 09:24:24 UTC
see also http://bugzilla.kernel.org/show_bug.cgi?id=11843

Comment 4 Chuck Ebbert 2008-12-10 13:25:18 UTC

*** This bug has been marked as a duplicate of bug 473017 ***