When I do a ls I get: host:~/m> ls file
But ls -la gives: host:~/m> ls -la ls: file: Input/output error total 3 drwx--S--- 3 user group 1024 Nov 3 16:34 . drwxr-sr-x 28 user group 2048 Nov 3 16:33 .. I tried rm -rf /home/user/m but this also gives an I/O error: host:~> rm -rf m rm: m/file: Input/output error rm: m: Directory not empty How can I get rid of that file/directory? btw: I have no quota so I didn't exceeded it... Stef