Bug 136766
Summary: | Block device node not created for Zip drive | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tony Tsui <tsui.tony> | ||||
Component: | udev | Assignee: | Harald Hoyer <harald> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | davidz | ||||
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: | 2004-12-07 11:19:15 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: | |||||||
Attachments: |
|
Description
Tony Tsui
2004-10-22 08:45:47 UTC
the kernel should provide /dev/hdc like it does for cdroms without a medium inserted... can you show us the output of dmesg please ? Created attachment 105888 [details]
dmesg output
Sorry for taking so long. Here is the dmesg output.
hdc: No disk in drive hdc: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm The kernel obviously does know its hdc, so this looks like a userspace bug to me. DavidZ was playing with IDE ZIP drives last week, so its possible there needs to be some interaction between hal & udev. This looks like a dupe of bug 139939 - Tony, can you confirm that this line KERNEL="hd[a-z]", BUS="ide", SYSFS{removable}="1", PROGRAM="/etc/udev/scripts/ide-media.sh %k", RESULT="floppy", SYMLINK="floppy%e in /etc/udev/rules/50-udev.rules is missing the trailing " character? Hi, Yes the trailing " character was mission. Anyway the latest updates seem to have fixed this problem. Thanks. Tony |