X-Recipient: archive-cygwin AT delorie DOT 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 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: how to access to drive using cd References: <32070070 DOT post AT talk DOT nabble DOT com> <4E207C7A DOT 5070704 AT bopp DOT net> <32070241 DOT post AT talk DOT nabble DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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