I've never seen this before (20 years of *nix). I've been trying to save my hard drive (details upon request) and have been pretty successful except there are some file that look like this:
$ ls -al
$ ?????????? ? ? ? ? blah.txt
This file isn't affected by rm, rm -f, shred, mv, chown, chmod, or any other command I can think of.
example
# whoami
root
# rm -f blah.txt
rm: cannot remove `blah.txt': permission denied
# ls -la blah.txt
?????????? ? ? ? ? blah.txt
Basically the same for any commands on this file.
Any ideas?