Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3882FC5F.8B759ED4@vinschen.de> Date: Mon, 17 Jan 2000 12:26:23 +0100 From: Corinna Vinschen X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Abdelmajid Bouazza CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: dd.exe References: <38827EAB DOT 3C9AD50E AT loria DOT fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Abdelmajid Bouazza wrote: > > Hello, > > I have a problem using the dd program to write from a file to the floppy > disk > I'm under NT4, and I use the command: > dd if=fd0.img of=//./a: > the response is: > dd: //./a:: Permission denied > > I tries it in the two cases: > - /dev/fd0 mounted (mount -b -f //./A: /dev/fd0) > - /dev/fd0 umounted ... and after mounting the floppy to /dev/fd0 you should _use_ it in the related commands: dd if=foo of=/dev/fd0 bs=512 Regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com