On Mon, 15 May 2006, Frédéric Grosshans wrote:
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.
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"
THX,
Sascha.