Subject: Re: dd comand for building install floppies
To: Kim Andersen <kim@dde.dk>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 11/14/1995 12:44:07
Kim Andersen writes:
> > Any one know off the top of their head the dd comand I would use
> > to generate the install disks from the .fs files.
> 
> dd if=inst-10A.fs.gz of=/dev/fd0a bs=8k

That can't work -- fd0a is a block device, and you can't dd to it --
even on SunOS...

.pm