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.