| Summary: | Firewire hard drive is considered system-internal | ||
|---|---|---|---|
| Product: | udisks | Reporter: | Martin Pitt <martin.pitt> |
| Component: | detection | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://launchpad.net/bugs/442604 | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | Patch | ||
Created attachment 30116 [details] [review] Patch I had the reporter test a package with this patch, and he confirmed that automounting now works fine. In case you are interested, http://launchpadlibrarian.net/33131716/sys.txt.gz is a sysfs dump. The linked Ubuntu bug also has udev and dk-disks monitor log, etc. Oh, I kept "firewire" because hal does the same, it seems safe to do so, and older/future kernels might have actually called it "firewire". (In reply to comment #2) > Oh, I kept "firewire" because hal does the same, it seems safe to do so, and > older/future kernels might have actually called it "firewire". Oh, you guys are still shipping the old firewire stack? ;-) Anyway, committed, thanks. > Oh, you guys are still shipping the old firewire stack? ;-)
We don't, but who knows when they decide to rename it back to "firewire" (which is admittedly much more readable than ieee1943, erm, 1349, erm, 1394, erm "the old iPod connector" :)
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Firewire hard drives are detected as system internal: added: /org/freedesktop/DeviceKit/Disks/devices/sdd Showing information for /org/freedesktop/DeviceKit/Disks/devices/sdd native-path: /sys/devices/pci0000:00/0000:00:06.0/0000:01:06.0/fw-host0/0050770e00000e0d/0050770e00000e0d-0/host9/target9:0:0/9:0:0:0/block/sdd device: 8:48 device-file: /dev/sdd by-id: /dev/disk/by-id/ieee1394-0050770e00000e0d:0:0 by-path: /dev/disk/by-path/pci-0000:01:06.0-ieee1394-0x0050770e00000e0d:0:0 detected at: dim. 04 oct. 2009 23:33:05 CEST system internal: 1 removable: 0 This is because dk-disks only checks for subsystem=="firewire". However, current kernel calls that "ieee1394".