Bug 473035
| Summary: | Sense Key : No Sense [current] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Oleg Aprotskiy <oleg> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | 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: | |||
Discussions of this problem: https://bugs.launchpad.net/bugs/264789 That fix worked for me. See Bug 473017 *** This bug has been marked as a duplicate of bug 473017 *** |
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"