[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] minix/ext2fs
On Tue, Apr 25, 2000 at 06:23:11PM +0000, kellis wrote:
>
>I have a lot of prob with minix and ext2fs. I attribute them to my lame
>hardware, not the code. Yet here's a question, what do I do to clean that
>up?
>
>ls -la /i/lost+found
>
>p--S--S-wT 1 16135 12053 1215889408 Jan 1 1980 -20845
>drwxr-xr-x 3 root wheel 15552 Apr 25 18:13 .
>drwxrwxrwx 4 root wheel 256 Apr 16 00:00 ..
>drwxr-xr-x 2 root wheel 832 Apr 20 12:12 129
>(/i/j/root)
>[tmp1-021.fdn.com](root):
>
>Nothing seems to delete these corrupted files. Thanks.
Ever tried something like:
rm -f /i/lost+found/-20845
That avoids rm to complain about the "-" in front of the file name.
Thomas