Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000627224955.65555.qmail@hotmail.com> X-Originating-IP: [195.249.164.22] From: "Jonas Jensen" To: "Dave Arnold" , "Cygwin list" References: <00da01bfe089$dd3a7380$61241004 AT darnold-home DOT sybase DOT com> Subject: Re: Cant' get command to work... Date: Wed, 28 Jun 2000 00:50:15 +0200 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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 The backslash is interpreted as an escape character, so you either have to type double backslashes or a regular slash. This should work: mount d:/ /d ----- Original Message ----- From: "Dave Arnold" To: Cc: "mail and news" Sent: Wednesday, June 28, 2000 12:48 AM Subject: Cant' get command to work... > can anyone tell me how to mount my d:\ or e:\ drives under > my root directory / ? > > I've seen examples of how to do this...I believe it's called > and 'identity' mount. > > I tried these ways but > > mount d:\ /d > mount d:\ /cygdrive/d > > and also with different combinations of flags in other attempts > like -f -s -b -t -u > > Every time the usage instructions for mount are displayed and then > when I view the mount table, nothing has changed. > > I Just see /usr/bin /usr/lib and / > > Strange to me though is the fact that I simply did a cd d: > and 'pwd' showed /cygdrive/d > > I could do this for any of the drives on my computer e: f: g: h: > each seen with pwd as /cygdrive/ > > Why is this? Does it mean that there's no need to perform a mount? > Why do I need mount then? I would like be able to just do a cd /d > or cd /e from the bash.exe$ prompt. > > If I want directories to appear under my root / or /usr then I should > just use a hard link? > > I thought mount was to make other drives/devices appear as subdirectories > of a mount point. Could it be that all of my drives are on the same hard > disk > device? They are just separate partitions on the same disk. > > thanks, > /dAVe > > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com