Subject: Re: new snapshot on nbftp
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Gandhi woulda smacked you <greywolf@starwolf.com>
List: port-sparc
Date: 08/13/1999 20:51:02
On Thu, 12 Aug 1999, der Mouse wrote:

# >> # gzip -d < miniroot-14I.fs.gz | dd of=/dev/rsd0b bs=20b conv=sync
# 
# > I think dd mistreats input from a pipe.
# 
# I'd phrase it more as "dd is not designed for this" - you really want
# something that converts from stream input to blocked output, with
# padding.  You can do this with dd ibs=1, but that's grossly
# inefficient.

Whatever happened to "dd bs=20 conv=block,sync"?

				--*greywolf;
--
NetBSD: We Stay Up.