Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <8C6D4989662C304087C58904BAB721A54B73C3@Hermes.astrum.de>
From: Harald Kierer <Harald.Kierer@astrum.de>
To: "'Steve'" <beforewisdom@yahoo.com>, cygwin@cygwin.com
Subject: RE: Mounting Drives
Date: 	Thu, 20 Feb 2003 19:27:01 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"

> -----Original Message-----
> From: Steve [mailto:beforewisdom@yahoo.com]
> Sent: Thursday, February 20, 2003 7:08 PM
> To: cygwin@cygwin.com
> Subject: Mounting Drives

> I'm on windows 2000 and I have a lot of drives ( [A-Z] ).
> 
> To access a file on another drive I have to issue a "cd" 
> command to that 
> drive first.

Just type the full path. A standard cygwin path is:
/cygdrive/c/path/to/your/file.sh

> Is it possible to set things up so I do not have to do this?

Mount that directory:
mount c:/path/to/your /mydir
and access it with /mydir/file.sh

Or put it to your path:
PATH=/cygdrive/c/path/to/your:$PATH
and access with file.sh

bye,
 harry

--
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/

