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: <420A16E1.5030709@buddydog.org> Date: Wed, 09 Feb 2005 08:57:53 -0500 From: Jonathan Arnold User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050202 MultiZilla/1.6.4.0b MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Can't cd into directory References: <000601c50dbd$d964f760$0b0110ac AT xpbox> <4208DA37 DOT 5060000 AT buddydog DOT org> <000601c50e5c$0b59ecf0$0b0110ac AT xpbox> In-Reply-To: <000601c50e5c$0b59ecf0$0b0110ac@xpbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes [ !! Please do not email me directly !! ] acidblue wrote: > ----- Original Message ----- From: "Jonathan Arnold" > > >> acidblue wrote: >> >>> acidblue wrote on Tuesday, February 08, 2005 9:18 AM: >>> >>>> I'm using the following syntax: >>>> cd '/cygdrive/c/Documents and Settings' >>>> I get a " No such file or directory" message. >>>> cygwin on WinXP installed to C:/ >>>> >>>> I get this message no matter which directory I try to cd >>>> into. Driving me nuts Please help. >>> >>> >>> To: >>> Sent: Tuesday, February 08, 2005 12:26 AM >>> Subject: RE: Can't cd into directory >>> >>> Please post output of >>> mount -p >>> >>> Sure thing: >>> >>> acidblue AT xpbox ~ >>> $ mount -p >>> Prefix Type Flags >>> /cygdrive system binmode >>> >>> acidblue AT xpbox ~ >>> $ >> >> >> You should probably double check the pages found here: >> >> http://cygwin.com/cygwin-ug-net/using.html#using-pathnames >> >> in the Using Cygwin document. Probably you have a problem with >> the mount table. >> >> -- >> Jonathan Arnold (mailto:jdarnold AT buddydog DOT org) >> Amazing Developments http://www.buddydog.org >> >> I feel like a fugitive from the law of averages. - >> William H. Mauldin > > > oh, oh i get this error: > > acidblue AT xpbox ~ > $ mount -s c:\\ /c > mount: warning - /c does not exist. That looks fine - it is a warning that /c didn't exist, but mount will automatically create it. Again, see the man page for mount, as well as the page in the User's Guide: http://cygwin.com/cygwin-ug-net/using-utils.html#mount Note especially the "-f" option, which will force mount to be silent when creating mount directories. -- Jonathan Arnold (mailto:jdarnold AT buddydog DOT org) Amazing Developments http://www.buddydog.org I feel like a fugitive from the law of averages. - William H. Mauldin -- 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/