--- JG <[EMAIL PROTECTED]> wrote:
> >  Anyway, you could try the dd thing; something like
> > # dd if=mysql-m.tgz | tar -zxvf -
> >  and see if it makes any diference.
> 
> Not for me, I've very similar result. Is there way to do
> something
> reverse - extract tar file to stdout or sth. and then "dd" it to
> files?
> 
I say, what about
  time sh -c "dd if=mysql-m.tgz bs=1m | gunzip | tar xf -"
? :-)

-Arne


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
freebsd-performance@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to