Gentoo Archives: gentoo-user

From: Sascha Lucas <sascha.lucas@×××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ReiserFS extended attributes?
Date: Mon, 15 May 2006 18:32:43
Message-Id: Pine.LNX.4.64.0605152010270.2638@tragbb.ehf.hav-fghggtneg.qr
1 Hi,
2
3 I'd like to use extended attributes on ReiserFS. I thought the only one is
4 to enable it in the kernel:
5
6 # zgrep -i "reiser.*attr" /proc/config.gz
7 CONFIG_REISERFS_FS_XATTR=y
8
9 and then mount it with user_xattr:
10
11 # mount -o remount,user_xattr /mnt/reiserfs_mountpoint
12
13 but it seems not to work?
14
15 # lsattr /mnt/reiserfs_mountpoint
16 lsattr: Inappropriate ioctl for device While reading flags on /mnt/reiserfs_mountpoint/a
17
18 kernel is 2.6.16. any hints?
19
20 THX,
21
22 Sascha.
23
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ReiserFS extended attributes? Hans-Werner Hilse <hilse@×××.de>
Re: [gentoo-user] ReiserFS extended attributes? "Frédéric Grosshans" <frederic.grosshans.1995@×××××××××××××.org>