Bug 159272
| Summary: | Wrong permission for external DVD burner device | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Balažic <david.balazic> |
| Component: | udev | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-05-05 14:41:05 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
David Balažic
2005-06-01 10:32:03 UTC
I tried to connect the unit via USB and FireWire. It behaves the same in both cases. $ ls -l /dev/cd* ~]$ ls -l /dev/cd* lrwxrwxrwx 1 root root 3 Jun 8 2005 /dev/cdrom -> hda lrwxrwxrwx 1 root root 3 Jun 8 2005 /dev/cdrom1 -> hdb lrwxrwxrwx 1 root root 3 Jun 8 2005 /dev/cdrom2 -> hdc lrwxrwxrwx 1 root root 4 Jun 7 23:22 /dev/cdrom3 -> scd0 lrwxrwxrwx 1 root root 3 Jun 8 2005 /dev/cdwriter -> hda lrwxrwxrwx 1 root root 4 Jun 7 23:22 /dev/cdwriter1 -> scd0 I also discovered, that the problem happens only, if I plug in the drive after I logged in : - plugin the drive _before_ boot : ls -l /dev/scd0 brw------- 1 stein disk 11, 0 Jun 7 23:22 /dev/scd0 - plugin the drive after boot, before login : ls -l /dev/scd0 brw------- 1 stein disk 11, 0 Jun 7 23:35 /dev/scd0 - plugin the drive after logging in : ls -l /dev/scd0 brw-r----- 1 root disk 11, 0 Jun 7 23:39 /dev/scd0 First user who logs in gets all the devices... so you may have to login as an ordinary user first? |