Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20020319033819.19954.qmail@web21306.mail.yahoo.com> Date: Mon, 18 Mar 2002 19:38:19 -0800 (PST) From: max Subject: Re: [ECOS] copy redboot to floppy on cgywin To: cygwin AT cygwin DOT com, ecos-discuss AT sources DOT redhat DOT com In-Reply-To: <20020319032200.GA30772@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Christopher Faylor wrote: > On Mon, Mar 18, 2002 at 07:20:07PM -0800, max wrote: > >OK that's an inappropriate example. > >Back to my original question. My cygwin is of > version > >1.3.10. The command dd failed because it does know > >/dev/fd0. > > > >$ dd conv=sync if=install/bin/redboot.bin > of=/dev/fd0 > >dd: opening `/dev/fd0': No such file or directory > >(instruction from Redboot User Guide) > > What does the 'mount' command display? Do you still > have /dev/fd0 > "mounted"? I tried in both cases: $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) \\.\a on /dev/fd0 type user (binmode) a: on /a type user (textmode) c: on /ecos-c type user (textmode) c: on /c type user (textmode) home AT DEFAULT /tmp/build/redboot $ umount /dev/fd0 home AT DEFAULT /tmp/build/redboot $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) a: on /a type user (textmode) c: on /ecos-c type user (textmode) c: on /c type user (textmode) home AT DEFAULT /tmp/build/redboot $ dd conv=sync if=install/bin/redboot.bin of=/dev/fd0 dd: opening `/dev/fd0': No such file or directory > > cgf same __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/