| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 4 Apr 2002 15:13:03 -0500 |
| From: | Christopher Faylor <cgf AT redhat DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: DD for windows: - problem imaging a floppy disk...... |
| Message-ID: | <20020404201303.GA1850@redhat.com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <scac4fda DOT 086 AT sidney DOT ars DOT usda DOT gov> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <scac4fda.086@sidney.ars.usda.gov> |
| User-Agent: | Mutt/1.3.23.1i |
On Thu, Apr 04, 2002 at 01:05:56PM -0700, Kevin Dahl wrote: >Thanks for the response......... > >It looks like I was doing exactly what they said to do on the page you >referenced....... Um. No, you weren't. >I even tried the following and it didn't work......(gave me "No Such >File or Directory" error) > >dd if=D:\dd\boot2.img of=//device/floppy0 >dd if=D:\dd\boot2.img of=//device/fd0 Where did you get //device? This is not what is documented. Use /dev/fd0. That's what is suggested in the documentation. You'll also probably be safer using cygwin notation for all of your filenames, i.e.: dd if=/cygdrive/d/dd/boot2.img of=/dev/fd0 >Why is it telling me permission denied when I try it the other >way....... ?? > >dd if=D:\dd\boot2.img of=\\.\A: ....... > >?? Calm down. The other way doesn't work anymore. That's why there is an advisory about Cygwin 1.3.4. cgf -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |