X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4E20A37F.20502@bopp.net>
Date: Fri, 15 Jul 2011 15:30:55 -0500
From: Jeremy Bopp <jeremy@bopp.net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: how to access to drive using cd
References: <32070070.post@talk.nabble.com> <4E207C7A.5070704@bopp.net> <32070241.post@talk.nabble.com>
In-Reply-To: <32070241.post@talk.nabble.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 7/15/2011 13:02, dbonneau wrote:
> Jeremy Bopp-3 wrote:
>>
>> On 7/15/2011 12:32, dbonneau wrote:
>>>
>>> Hi,
>>>
>>> I am trying to access to a drive call "Q"  
>>> when I acess to c drive by typing cd /c , it works fine but not with cd
>>> /q
>>>
>>> could you tell me how to do that ? 
>>
>> Assuming you're running under the Cygwin Bash shell, the default way
>> would be the following:
>>
>> cd /cygdrive/q
>>
>> If that works for you, then someone has done something special to make
>> /c point to the correct path while failing to do the same for all drive
>> letters.  If it doesn't work, then we'll need more information from you.
>>  Following the problem reporting guidelines would help us help you better:
>>
>> http://cygwin.com/problems.html
>>
>> -Jeremy
> 
> Hi,
> 
> Thank you for you reply.
> I tried cd/cygwin/q but it said " no such file or directory"..

You have an error in the path you entered (at least in this message).
It should be /cygdrive/q rather than /cygwin/q.  Can you confirm that
you actually tried the command exactly as I sent it originally?  Copy
and paste it into your terminal to be sure:

cd /cygdrive/q

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

