I downloaded a fasttext word vector file from here.
Although I can change the permissions and owner of the file, I am unable to read the flags or content.
Following are the results of some commands:
File permissions (ls -ltra wiki.es.vec)
-rwxrwxrwx 1 root root 2594302560 May 2 2017 wiki.es.vec
Result of lsattr (lsattr wiki.es.vec)
lsattr: Operation not permitted While reading flags on wiki.es.vec
Result of lsattr, when logged in as root (lsattr wiki.es.vec)
lsattr: Operation not permitted While reading flags on wiki.es.vec
chattr is also not working (chattr -i wiki.es.vec)
chattr: Operation not permitted while reading flags on wiki.es.vec
I have checked the symlinks, there are no links. I have all the rights to my machine. The problem is with large files only (size 2.4 GB, 6.6 GB), if size is less than that, then there is no problem.