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: <010301c2f443$d98121a0$fa6d86d9@ellixia> Reply-To: "Elfyn McBratney" From: "Elfyn McBratney" To: "cygwin" , "zzapper" References: <00d001c2f43f$2eecc0e0$fa6d86d9 AT ellixia> <8pf58vogd6h2aof96dsa9to0j6hi9bt7j5 AT 4ax DOT com> <00f501c2f441$dd7ca420$fa6d86d9 AT ellixia> Subject: Re: Cygwin-WinXP Suddenly no Mounts - cygcheck.out.txt (0/1) Date: Thu, 27 Mar 2003 09:32:55 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 > Elfyn, > Sorry that was all cygcheck that I got > > > >$ mount > >$ ls -al / > > bash-2.05b$ mount > C:\cygwin\bin on /usr/bin type system (binmode) > C:\cygwin\lib on /usr/lib type system (binmode) > c: on /cygdrive/c type user (binmode,noumount) > e: on /cygdrive/e type user (binmode,noumount) > bash-2.05b$ ls -al / > ls: /pagefile.sys: No such file or directory > ls: /hiberfil.sys: No such file or directory > total 25165 > dr-xr-xr-x 2 Davidr mkpasswd 0 Jun 2 2002 $VAULT$.AVG/ > drwxr-xr-x 3 Davidr mkpasswd 0 Nov 28 2000 ADOBEAPP/ > -r--r--r-- 1 Davidr mkpasswd 19962316 Mar 26 10:57 AVG6DB_F.DAT > drwxr-xr-x 13 Davidr mkpasswd 0 Oct 4 2001 Apache/ > -rw-r--r-- 1 Davidr mkpasswd 512 Jun 1 2002 BOOTSECT.DOS > drwxr-xr-x 2 Davidr mkpasswd 0 Dec 6 1999 CDROM/ > drwxr-xr-x 4 Davidr mkpasswd 0 Jun 1 2000 COD9/ > etc > (it's my Windows Home Directory) Well, your system isn't very happy. If knowone else can come up with anything try running setup.exe again and re-installing, you do not need to delete anything. After you have re-installed run this: $ mv /etc/passwd /etc/passwd.old && mv /etc/group /etc/group.old $ mkpasswd -l >/etc/passwd (use -d if your in a domain) $ mkgroup -l >/etc/group (ditto...use -d if in a domain) Sorry there's nothing else I can suggest. :-( -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/