How to remove a file that is corrupted?
In Linux (Fedora based), when I type: ls -l
I get
drwxr-xr-x. 2 dmiller3 dmiller3 4096 Jul 26 13:57 SomeFile
?????????? ? ? ? 4096 Jul 26 13:57 CorruptedFile
I can't do anything with this CorruptedFile. I can't use it in delete or anything. It's the only file in the entire system that is like this. What causes this, and how can I remove it?
File system is ext2.
fsck
on the unmounted partition? – starblue Sep 02 '10 at 21:14