Re: is this fs corruption?

Matthias Urlichs (smurf@noris.de)
Wed, 2 Sep 1998 10:01:56 +0200


Hi,

Alan Cox:
> > Would it be possible to reduce this message to one (or zero) characters?
> > - printf(" -%u", i);
> > + printf("-");
>
> Whats wrong with
> 2>&1 | sed -e "whatever" ..

Two problems.

- It doesn't work too well when I have to manually fsck.

- Sed reads whole lines. You want to process a single 1-MByte line with
s/ -[0-9]*//g? Be my guest... but I suspect this won't be any faster than
leaving the sed off in the first case.

-- 
Matthias Urlichs      |        noris network GmbH      |       smurf@noris.de
The quote was selected randomly. Really.    |      http://www.noris.de/~smurf/
-- 
Looking at postcards is better than looking at the real thing.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html