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: <3EAC0A15.6020308@ief.u-psud.fr> Date: Sun, 27 Apr 2003 18:49:25 +0200 From: =?ISO-8859-1?Q?Alain_M=E9rigot?= User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: fr, en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ls: /: No such file or directory What can I do? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Igor Pechtchanski wrote: >> ... >>Alain, >> >>If you run the following from Cygwin shell (or cmd.exe/command.com as long >>as D:\Cygwin is in your PATH): >> >>$ mount -f -s -b "D:/Cygwin/bin" "/usr/bin" >>$ mount -f -s -b "D:/Cygwin/lib" "/usr/lib" >>$ mount -f -s -b "D:/Cygwin" "/" >> >>and if you have XFree86* installed you might want to run this, too: >> >>$ mount -f -s -b "D:/Cygwin/usr/X11R6/lib/X11/fonts" >>"/usr/X11R6/lib/X11/fonts" >> >>And you should be alright... :-) >> >>Elfyn > > > Ahem, make that "E:/Cygwin/bin", "E:/Cygwin/lib", and "E:/Cygwin"... > > Alain, your problem is that the mount source should be a Win32 path, not a > POSIX path, so the /cygdrive/e/cygwin was confusing the mount mechanism > (it was looking for \cygdrive\e\cygwin on the current drive, and of course > didn't find it). "man mount" for more details. > Igor All is working now. Thanks for all. Alain -- 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/