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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <9bbd2794050721093732b6307f@mail.gmail.com> Date: Thu, 21 Jul 2005 09:37:11 -0700 From: Alex Goldman Reply-To: Alex Goldman To: cygwin AT cygwin DOT com Subject: Re: treating drives as files In-Reply-To: <20050721161500.GM14376@trixie.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <9bbd2794050721090110c8d7d1 AT mail DOT gmail DOT com> <20050721161500 DOT GM14376 AT trixie DOT casa DOT cgf DOT cx> X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j6LGc5BZ009741 On 7/21/05, Christopher Faylor wrote: > On Thu, Jul 21, 2005 at 09:01:57AM -0700, Alex Goldman wrote: > >In UNIX, one can do things like > > > >dd if=/dev/fd0 of=~/disk_image > > > >Is this possible in Cygwin? > > Yes. Here is the syntax: > > dd if=/dev/fd0 of=~/disk_image This is what I had above. Cygwin doesn't have /dev. This doesn't work. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/