RE: Mounting Drives

2003-02-21 Thread Henry Holland
I saw a suggestion somewhere: Create a folder on the cygwin drive for the drive you want to access, e.g. $ cd / $ mkdir d for the d:\ drive. Then mount /cygdrive/d/ on that folder: $ mount d:/ /d $ cd d ls should then give you a listing of your d:/ drive. I just tried it and it seems to work. T

Re: Mounting Drives

2003-02-21 Thread Ajay Simha
On Thu Feb 20 13:07:51 2003, Steve wrote: > Hi; > > I'm on windows 2000 and I have a lot of drives ( [A-Z] ). > > To access a file on another drive I have to issue a "cd" command to that > drive first. > > Is it possible to set things up so I do not have to do this? It seems to be automaticall

RE: Mounting Drives

2003-02-20 Thread Harald Kierer
> -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 7:08 PM > To: [EMAIL PROTECTED] > Subject: Mounting Drives > I'm on windows 2000 and I have a lot of drives ( [A-Z] ). > > To access a file on another drive I have to issue a "cd" > command