[gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
Hi, I'd like to use extended attributes on ReiserFS. I thought the only one is to enable it in the kernel: # zgrep -i reiser.*attr /proc/config.gz CONFIG_REISERFS_FS_XATTR=y and then mount it with user_xattr: # mount -o remount,user_xattr /mnt/reiserfs_mountpoint but it seems not to work?

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Frédéric Grosshans
Le lundi 15 mai 2006 à 20:18 +0200, Sascha Lucas a écrit : # lsattr /mnt/reiserfs_mountpoint lsattr: Inappropriate ioctl for device While reading flags on /mnt/reiserfs_mountpoint/a Same problem here. But man lsattr says it's for ext2fs only. However getfattr works well. Hope this helps,

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
On Mon, 15 May 2006, Hans-Werner Hilse wrote: On Mon, 15 May 2006 20:18:26 +0200 (CEST) Sascha Lucas [EMAIL PROTECTED] wrote: and then mount it with user_xattr: # mount -o remount,user_xattr /mnt/reiserfs_mountpoint but it seems not to work? I can't be of much further help, but my

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
On Mon, 15 May 2006, Sascha Lucas wrote: This tools from SGI are a little bit different, then I expected, but they seem to work: # setfattr -n user.test -v foo bla # getfattr -d bla # file: bla user.test=foo I forget to mention, they work even without user_xattr mounted. curiosity!

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Hans-Werner Hilse
Hi, On Mon, 15 May 2006 21:22:50 +0200 (CEST) Sascha Lucas [EMAIL PROTECTED] wrote: I can't be of much further help, but my immediate question after reading this was: what does /proc/mounts contain after doing this? something different then mount shows: # mount | grep home /dev/hda3

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Ryan Tandy
Hans-Werner Hilse wrote: /proc/mtab is maintained by the kernel, /etc/mtab is maintained by mount itself. /proc/mounts of course ;) -- gentoo-user@gentoo.org mailing list