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: <00c901c30ccf$8071c890$f76d86d9@ellixia> From: "Elfyn McBratney" To: "cygwin" , =?iso-8859-1?Q?Alain_M=E9rigot?= References: <3EABA538 DOT 9090502 AT ief DOT u-psud DOT fr> Subject: Re: ls: /: No such file or directory What can I do? Date: Sun, 27 Apr 2003 16:13:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > Igor Pechtchanski wrote: > > On Sun, 27 Apr 2003, Alain Mérigot wrote: > > > > > >>When I do ls /, I get the message > >>ls: /: No such file or directory > >>(I have the same behavior with /etc). > >>Other pathes are OK (including /cygdrive/x/... > >> > >>I use cygwin for years and never got such a problem. Before it happened, I > >>do not remember to have done a specifically dangerous action. > >>Anyway, as my path is set in autoexec.bat (with windows pathes), most > >>utilities are still working. Only the ones that requires an access to > >>specific files in /usr, /etc ... are broken (latex for instance). So this > >>problem may be here for a couple of days. > >> > >>I have checked the configuration with regedit and it seems correct : > >>in /HKEY_LOCAL_MACHINE/software/Cygnus/cygwin/mounts v2/'/', I have flas set > >>to 0x0a and native to \cygdrive\e\\cygwin. > >> > >>So, any idea on waht can be done? > >> > >>Many thanks in advance, > >>Alain Mérigot > > > > > > Alain, > > > > Checking the mount settings in the registry is non-portable, the mounts > > will not be stored there forever. Please use "cygcheck -svr" to get > > system configuration. Attaching the output to your message, as per > > , might also be a good idea. > > > > Aside from that, looks like you're missing the "/" mount (the output of > > "cygcheck -svr" will confirm or deny my guess). Did you change users? > > Did you upgrade any Cygwin packages recently? > > Igor 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 -- 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/