Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Mon, 22 Mar 1999 16:38:55 -0500 Message-Id: <199903222138.QAA17950@envy.delorie.com> From: DJ Delorie To: rlyon01 AT ozemail DOT com DOT au CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <007c01be74b8$9fc40220$7c1c6ccb@rlyon> (rlyon01@ozemail.com.au) Subject: Re: mount command References: <007c01be74b8$9fc40220$7c1c6ccb AT rlyon> > umount /home (hopefully this will clean out the reg) > rm -r /home > Exit from cygwin and start it again No, exit from cygwin and STAY OUT. Use the regular ms-dos window (cmd.exe) to make the c:\home directory > cd /temp > mkdir c:\home > > Whoops it created it in c:/temp. Yup, because you're in bash and '\' is an escape character, not a directory separator. > mkdir c:/home > > OK that put it in the right place where I had it before You're using bash's builtin mkdir (or cygwin's mkdir.exe), and it's using the mount table. You need to use MS's shell so it won't know about the mount table. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com