[Bug 491660] New: Hal fails to mount NTFS partition properly due to deprecated parameters in FDI policy file
http://bugzilla.novell.com/show_bug.cgi?id=491660 Summary: Hal fails to mount NTFS partition properly due to deprecated parameters in FDI policy file Classification: openSUSE Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Major Priority: P5 - None Component: Hotplug AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dbouras@ieee.org QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.1 Firefox/3.0.7 If a hot-plug drive such as an external USB disk is connected, HAL-enabled auto-mounting fails with a message like the following in /var/log/messages: NTFS-fs error (device sdf2): parse_options(): Unrecognized mount option locale. NTFS-fs warning (device sdf2): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel. Reproducible: Always Steps to Reproduce: 1. Plug in an external drive with an NTFS partition 2. 3. Actual Results: The NTFS partition is not mounted. An error such as the following is logged: NTFS-fs error (device sdf2): parse_options(): Unrecognized mount option locale. NTFS-fs warning (device sdf2): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel. Expected Results: The NTFS partition should have been mounted under /media/<NAME> where <NAME> is its volume label. The following is a patch that rectifies the problem: *** /usr/share/hal/fdi/policy/10osvendor/Attic/20-storage-methods.fdi.dist Thu Feb 5 21:42:25 2009 --- /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi Thu Apr 2 22:54:07 2009 *************** *** 246,253 **** <append key="volume.mount.valid_options" type="strlist">uid=</append> <append key="volume.mount.valid_options" type="strlist">gid=</append> <append key="volume.mount.valid_options" type="strlist">umask=</append> ! <append key="volume.mount.valid_options" type="strlist">locale=</append> ! <append key="volume.mount.valid_options" type="strlist">utf8</append> </match> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD"> <append key="volume.mount.valid_options" type="strlist">-u=</append> --- 246,252 ---- <append key="volume.mount.valid_options" type="strlist">uid=</append> <append key="volume.mount.valid_options" type="strlist">gid=</append> <append key="volume.mount.valid_options" type="strlist">umask=</append> ! <append key="volume.mount.valid_options" type="strlist">nls=utf8</append> </match> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD"> <append key="volume.mount.valid_options" type="strlist">-u=</append> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=491660 User dkukawka@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=491660#c2 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Danny Kukawka <dkukawka@novell.com> 2009-05-18 10:51:09 MDT --- This is already fixed and should be caused by ntfs-3g. *** This bug has been marked as a duplicate of bug 419403 *** http://bugzilla.novell.com/show_bug.cgi?id=419403 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com