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