Subject: Re: Floppies under NetBSD 1.2G?
To: None <port-amiga@NetBSD.ORG>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: port-amiga
Date: 08/30/1997 15:45:12
> I suppose that this means that there is no way to format floppies
> under NetBSD?

Yes there is.

dd if=/dev/zero of=/dev/rfd0a bs=11k count=80	# for DD-Amiga
dd if=/dev/zero of=/dev/rfd0a bs=22k count=80	# for HD-Amiga
dd if=/dev/zero of=/dev/rfd0b bs=9k count=80	# for DD-IBM
dd if=/dev/zero of=/dev/rfd0b bs=18k count=80	# for HD-IBM

	-is