https://bugzilla.novell.com/show_bug.cgi?id=818373 https://bugzilla.novell.com/show_bug.cgi?id=818373#c7 --- Comment #7 from Filipe Manana <fdmanana@suse.com> 2014-08-13 18:47:36 UTC --- Another note, lsattr doesn't list the FS_NOCOMP_FL flag, despite getting it returned from the getflags ioctl. I modified e2fsprogs source, misc/chattr.c and misc/lsattr.c to printf the flags after calling the getflags ioctl in hex form: root 20:43:38 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/lsattr ./bin/sbigtopgm ioctl flags: 400 ---------------- ./bin/sbigtopgm root 20:43:47 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/chattr +c ./bin/sbigtopgm ioctl flags: 400 /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/chattr: Invalid argument while setting flags on ./bin/sbigtopgm root 20:44:03 /mnt/sdd > root 20:44:06 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/chattr =c ./bin/sbigtopgm ioctl flags: 400 root 20:44:10 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/lsattr ./bin/sbigtopgm ioctl flags: 4 --------c------- ./bin/sbigtopgm root 20:44:13 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/chattr -c ./bin/sbigtopgm ioctl flags: 4 root 20:44:26 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/lsattr ./bin/sbigtopgm ioctl flags: 0 ---------------- ./bin/sbigtopgm root 20:44:30 /mnt/sdd > -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.