https://bugzilla.novell.com/show_bug.cgi?id=818373 https://bugzilla.novell.com/show_bug.cgi?id=818373#c8 --- Comment #8 from Filipe Manana <fdmanana@suse.com> 2014-08-13 19:51:09 UTC --- One last finding... So it turns out lsattr can show the FS_NOCOMP_FL flag, with the letter 'X' representing it, if and only if e2fsprogs was built with compression enabled (i.e. ./configure --enable-compression), in which case we get something like this: root 21:21:08 /mnt/sdd > /home/fdmanana/tmp/e2/e2fsprogs-1.42.11/misc/lsattr -v ./bin/ipod-time-sync AQUI flags: 400 6 -----------X-------- ./bin/ipod-time-sync root 21:21:19 /mnt/sdd > But the flag FS_COMPR_FL is always displayed if set, regardless of building with --enable-compression or not. Equally confusing, is the long name of the the FS_NOCOMP_FL flag: http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/tree/lib/e2p/pf.c#n30 "Compression_Raw_Access" not something like "compression disabled" for example. To note as well that using --enable-compression causes the build to emit several warnings telling that compression support is experimental, probably why most distros at least don't seem to build with it (even thought this experimental status applies to extN only). -- 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.