How to remove a directory which looks corrupted
- by hap497
Hi,
I am using ubuntu 9.10.
And I only 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 "$ sudo rm -Rf .libs
rm: cannot remove `.libs': Input/output error"
Thank you for any pointers.