|
Bugzilla – Full Text Bug Listing |
| Summary: | Fails to automount NTFS-formatted USB disk | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Per Ångström <per_angstrom> |
| Component: | Hotplug | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | vuntz |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | output of lshal with drive attached | ||
|
Description
Per Ångström
2008-11-01 12:19:53 UTC
Clarification: This seems to be a problem with Dolphin. In fact, I can mount the same drive in Nautilus without any problems, and with write permissions, too. Attach lshal output with drive attached please. Created attachment 251431 [details]
output of lshal with drive attached
The device that cannot be mounted by Dolphin is "WD_2500BEV_External".
The drive is ntfs rather than vfat. Based on the hal code in hal-storage-mount.c:handle_mount I think the 'uid=' option is being passed in when it shouldn't be. However uid is listed as a valid option in the lshal output. Danny? See also bug https://bugs.kde.org/show_bug.cgi?id=157378 So, we have this for the ntfs-3g volume in the hal output:
volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'uid=', 'gid=', 'umask=', 'utf8', 'locale='} (string list)
In /usr/share/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi, we do:
<append key="volume.mount.valid_options" type="strlist">locale=</append>
So, hrm, I guess that would explain the thing? We shouldn't have all those options in volume.mount.valid_options. I don't know enough about fdi files, though.
Note that the bug is reported against beta3, and the fdi file might not be there in beta3...
*** This bug has been marked as a duplicate of bug 442178 *** |