X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 7 May 2008 11:55:42 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: /dev/fd0 no medium found and does not exist? Message-ID: <20080507095542.GA25686@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <7b7f9d810805061812v2cc30ce2k8f83f459683e4de7 AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b7f9d810805061812v2cc30ce2k8f83f459683e4de7@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On May 6 21:12, Adam McCarthy wrote: > \\.\a: on /dev/fd0 type system (binmode) This sort of device mount is deprecated for many years. Read http://cygwin.com/cygwin-ug-net/using-specialnames.html#id319619 OTOH, what are you trying to do? /dev/fd0 is only for raw device access. If you just want to copy files to or from the drive, the path to your drive is available as /cygdrive/, as in your mount table: > d: on /cygdrive/d type system (binmode,noumount) > m: on /cygdrive/m type system (binmode,noumount) > y: on /cygdrive/y type system (binmode,noumount) > z: on /cygdrive/z type system (binmode,noumount) Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/