From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5213 invoked by alias); 19 Mar 2002 03:38:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 5169 invoked from network); 19 Mar 2002 03:38:20 -0000 Received: from unknown (HELO web21306.mail.yahoo.com) (216.136.129.60) by sources.redhat.com with SMTP; 19 Mar 2002 03:38:20 -0000 Message-ID: <20020319033819.19954.qmail@web21306.mail.yahoo.com> Received: from [205.188.199.164] by web21306.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 19:38:19 PST Date: Mon, 18 Mar 2002 20:13:00 -0000 From: max Subject: Re: [ECOS] copy redboot to floppy on cgywin To: cygwin@cygwin.com, ecos-discuss@sources.redhat.com In-Reply-To: <20020319032200.GA30772@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-03/txt/msg00994.txt.bz2 --- 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@DEFAULT /tmp/build/redboot $ umount /dev/fd0 home@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@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/