How to remove a directory which looks corrupted
- by hap497
I am using Ubuntu 9.10. When I examine a directory, it shows as '?' for user/ownership.
How can I remove it?
-rw-r--r-- 1 hap497 hap497 1822 2010-01-28 22:48 IntSizeHash.h
d????????? ? ? ? ? ? .libs/
-rw-r--r-- 1 hap497 hap497 194 2010-02-25 12:12 libwebkit_1_0_la-BitmapImage.lo
I have tried rm and sudo rm but get an error:
$ sudo rm -Rf .libs
rm: cannot remove `.libs': Input/output error
Thank you for any pointers.