[Bug 223900] New: KDE Media Manager unable to properly handle usb sticks with reiserfs on them
https://bugzilla.novell.com/show_bug.cgi?id=223900 Summary: KDE Media Manager unable to properly handle usb sticks with reiserfs on them Product: SUSE Linux 10.1 Version: Final Platform: i586 OS/Version: SuSE Linux 10.1 Status: NEW Severity: Major Priority: P5 - None Component: KDE AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jrobiso2@ford.com QAContact: kde-maintainers@suse.de Silly me, but one would think that KDE's sysinfo:/ (or properties tab) for usb sticks would offer all the options available for the filesystem type on the stick. My stick is reiserfs, and yet I see no way to do acl and user_xattr (even when messing with .kde/share/config/mediamanagerrc manually). Here is my .kde/share/config/mediamanagerrc file: ======================================================== [/org/freedesktop/Hal/devices/volume_uuid_4535_8241] atime=false automount=true flush=true mountpoint=/media/usbdisk quiet=false ro=false shortname=lower sync=false uid=true utf8=true [/org/freedesktop/Hal/devices/volume_uuid_a19a66d8_1a36_4685_a4f6_0c647de5c67d] atime=false automount=true mountpoint=/media/usbdisk quiet=false ro=false sync=false acl=true user_xattr=true ======================================================= I manually added the acl and user_xattr lines in the hopes that it would work. Or am I just expecting too much? I've also tried adding options for acl and user_xattr to the 95-storage-nosync.fdi file under /usr/share/hal/fdi/policy/20thirdparty/ like this: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <!-- disable sync for mount --> <match key="block.is_volume" bool="true"> <match key="volume.fsusage" string="filesystem"> <match key="@info.parent:storage.bus" string="usb"> <merge key="volume.policy.mount_option.sync" type="bool">false</merge> <merge key="volume.policy.mount_option.acl" type="bool">true</merge> <merge key="volume.policy.mount_option.user_xattr" type="bool">true</merge> </match> </match> </match> </device> </deviceinfo> but it doesn't work :-(. Probably since KDE isn't using it? This becomes very problematic when using the stick as a backup device, which I think is very common these days. cp -au command results in a buttload of "cannot set attributes" messages unless the stick can be mounted with acl and user_xattr just like the /home partition is. --Jon Robison -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 coolo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Enhancement Component|KDE |Hotplug ------- Comment #1 from coolo@novell.com 2006-11-27 12:03 MST ------- yep. As HAL does not support it at this point, KDE does not support it either. But first HAL needs to support it -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |dkukawka@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Comment #2 from dkukawka@novell.com 2006-11-29 08:34 MST ------- WONTFIX for 10.1 ... maybe a feature for 10.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 ------- Comment #3 from jrobiso2@ford.com 2006-11-29 08:41 MST ------- Danny or Stephan, can either of you guys comment on the fdi file changes I made? Can I or others make this work through that file, and I've just done it wrong? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Hotplug |Hotplug Product|SUSE Linux 10.1 |openSUSE 10.3 Fixed in Milestone|--- |unspecified Version|Final |Alpha 1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 jrobiso2@ford.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Priority|P5 - None |P2 - High Resolution|LATER | ------- Comment #6 from jrobiso2@ford.com 2007-01-25 07:57 MST ------- Re-opened since it has been moved into the 10.3 issue list. The priority change was a shot in the dark and I expect the SuSE folks to change it ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223900 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=223900#c10 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkukawka@novell.com Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #10 from Danny Kukawka <dkukawka@novell.com> 2008-08-25 07:35:06 MDT --- It will support it with openSUSE 11.1 since I commited it upstream. -- Configure bugmail: https://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