Bug 182601
Summary: | IDE zip drives | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Zeuthen <davidz> | ||||||||||||
Component: | udev | Assignee: | Harald Hoyer <harald> | ||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||
Priority: | medium | ||||||||||||||
Version: | rawhide | CC: | mclasen | ||||||||||||
Target Milestone: | --- | ||||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | All | ||||||||||||||
OS: | Linux | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2006-03-07 07:47:46 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: | |||||||||||||||
Bug Depends On: | |||||||||||||||
Bug Blocks: | 150222 | ||||||||||||||
Attachments: |
|
Description
David Zeuthen
2006-02-23 16:48:51 UTC
Created attachment 125113 [details]
Output from 'udevmonitor -e' after inserting Zip media and doing a 'blockdev --rereadpt /dev/hdd'
This problem is still present in udev-084-6! It is a regression from FC4. Created attachment 125408 [details]
50-udev.rules
would that 50-udev.rules fix the problem??
Fixes only half of the problem... I still don't get all_partitions.. but at least udev now refuses to invoke volume_id on this disk.. BUS=="ide", KERNEL=="hd[a-z]", SYSFS{removable}=="1", \ ENV{ID_MODEL}=="IOMEGA_ZIP*", NAME="%k", OPTIONS+="all_partitions" This is the problem I think.. The model name isn't mentioned in the database.. will attach contents of 'udevinfo -e' Created attachment 125410 [details]
output of udevmonitor -e == my udev database
However.. # cat /proc/ide/hdd/model IOMEGA ZIP 100 ATAPI may udev needs to read ID_MODEL from /proc/ide/%k/model? Created attachment 125448 [details]
50-udev.rules
next try
Created attachment 125449 [details]
50-udev.rules
typo in the last rules, try this one
udev-084-8 works great for me, thanks! |