Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <007c01be74b8$9fc40220$7c1c6ccb@rlyon>
From: "Richard Lyon" <rlyon01@ozemail.com.au>
To: "DJ Delorie" <dj@delorie.com>
Cc: <cygwin@sourceware.cygnus.com>
Subject: Re: mount command
Date: Tue, 23 Mar 1999 09:06:28 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

See comments below:

-----Original Message-----
From: DJ Delorie <dj@delorie.com>
To: rlyon01@ozemail.com.au <rlyon01@ozemail.com.au>
Cc: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Tuesday, 23 March 1999 6:32
Subject: Re: mount command


>Right.  stat() can find it, but readdir() can't.  Try making the
>c:\home directory.
>

I assume you mean 'mkdir c:\home' 

So I have done done the following:

umount /home        (hopefully this will clean out the reg)
rm -r /home
Exit from cygwin and start it again

cd /temp
mkdir c:\home

Whoops it created it in c:/temp.

mkdir c:/home

OK that put it in the right place where I had it before

mount D:/ /home

running mount gives the output:

Device           Directory           Type        Flags
D:               /home               native      text!=binary
C:               /                   native      text!=binary

and ls -F gives

AUTOEXEC.BAT*
CONFIG.SYS
IO.SYS
MSDOS.SYS
Multimedia Files/
NTDETECT.COM*
Program Files/
RECYCLER/
TEMP/
WINNT/
bin/
boot.ini
cygnus/
home/
ntldr
tmp/

So everything looks correct, as before.

find / -name .bashrc -print

.bashrc is on drive D and it is not found.

Oh well, no magical fix.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

