X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 3 Jun 2002 09:23:44 -0500 From: JT Williams To: djgpp AT delorie DOT com Subject: create disk image using dd Message-ID: <20020603142344.GA9949@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Reply-To: djgpp AT delorie DOT com Is there any way to do the equivalent of dd if=/dev/fd0 of=disk.img with the djgpp port of `dd'? Commands such as the following just issue an error: dd if=a: of=disk.img dd if=/dev/a of=disk.img