How to remove a directory which looks corrupted

Posted by hap497 on Super User See other posts from Super User or by hap497
Published on 2010-03-05T05:20:58Z Indexed on 2012/09/07 21:41 UTC
Read the original article Hit count: 162

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.

© Super User or respective owner

Related posts about ubuntu

Related posts about file-management