This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: copy redboot to floppy on cgywin



--- Christopher Faylor <cgf@redhat.com> 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/

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]