Gentoo Archives: gentoo-user

From: Sascha Lucas <sascha.lucas@×××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ReiserFS extended attributes?
Date: Mon, 15 May 2006 20:13:21
Message-Id: Pine.LNX.4.64.0605152136420.2638@tragbb.ehf.hav-fghggtneg.qr
In Reply to: Re: [gentoo-user] ReiserFS extended attributes? by "Frédéric Grosshans"
1 On Mon, 15 May 2006, Frédéric Grosshans wrote:
2
3 > Le lundi 15 mai 2006 à 20:18 +0200, Sascha Lucas a écrit :
4 >
5 >> # lsattr /mnt/reiserfs_mountpoint
6 >> lsattr: Inappropriate ioctl for device While reading flags on /mnt/reiserfs_mountpoint/a
7 >
8 > Same "problem" here. But man lsattr says it's for ext2fs only. However
9 > getfattr works well.
10
11 This tools from SGI are a little bit different, then I expected, but they
12 seem to work:
13
14 # setfattr -n user.test -v foo bla
15 # getfattr -d bla
16 # file: bla
17 user.test="foo"
18
19 THX,
20
21 Sascha.

Replies

Subject Author
Re: [gentoo-user] ReiserFS extended attributes? Sascha Lucas <sascha.lucas@×××××××××××××××××.de>