Uncategorized , , , , 0 Comments

When using getfattr and setfattr on a filesystem that you’re sure about extended attributes is supported (i.e. ext4, reiserfs, btrfs) and get “Operation not supported” errors like this… # touch test.txt # setfattr –name test –value 42 test.txt setfattr: test.txt: Operation not supported # getfattr –name test test.txt test.txt: test: Operation not supported … then

Read More