X-Spam-Check-By: sourceware.org Message-ID: <12478754.post@talk.nabble.com> Date: Tue, 4 Sep 2007 07:03:12 -0700 (PDT) From: gms5002 To: cygwin AT cygwin DOT com Subject: Re: Help with mount.. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gms5002 AT gmail DOT com References: <12471295 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Thanks for the reply Steve. What I am actually trying to achieve here is to be able to access a certain folder (say C:\foo\bar) by typing cd /bar at the command prompt. Steve Holden wrote: > > gms5002 wrote: >> Hi - I am having a problem getting mount to work in cygwin. Here is what >> I >> am trying to do: >> >> Greg AT CHICKEN ~/test >> $ pwd >> /home/Greg/test >> >> Greg AT CHICKEN ~/test >> $ mkdir foo >> >> Greg AT CHICKEN ~/test >> $ mkdir bar >> >> Greg AT CHICKEN ~/test >> $ vi bar/test >> >> Greg AT CHICKEN ~/test >> $ ls -l bar >> total 0 >> -rw-r--r-- 1 Greg None 0 Sep 3 23:48 test >> >> Greg AT CHICKEN ~/test >> $ mount bar foo >> mount: foo: Invalid argument >> >> Greg AT CHICKEN ~/test >> $ mount /home/Greg/test/bar/ /home/Greg/test/foo/ >> mount: /home/Greg/test/foo/: Invalid argument >> >> >> any ideas? > > Well you could start by explaining what you think those mounts should > have done. Are you trying for the equivalent of a loopback mount? > > Remember that mount is one of the utilities that differs substantially > from its Linux/Unix counterpart. The man page starts: > > NAME > mount - Display information about mounted filesystems, or > mount a > filesystem > > SYNOPSIS > mount [OPTION] [ ] > > but it doesn't give any specifics of what a win32path is supposed to be > and whether relative paths constitute acceptable win32 paths. In > particular the section that reads > > """ > Limitations: there is a hard-coded limit of 30 mount points. Also, > although you can mount to pathnames that do not start with "/", there > is no way to make use of such mount points. > """ > > should give you some clue that what you are trying to achieve should > probably be done some way other than what you have tried so far. > > regards > Steve > -- > Steve Holden +1 571 484 6266 +1 800 494 3119 > Holden Web LLC/Ltd http://www.holdenweb.com > Skype: holdenweb http://del.icio.us/steve.holden > --------------- Asciimercial ------------------ > Get on the web: Blog, lens and tag the Internet > Many services currently offer free registration > ----------- Thank You for Reading ------------- > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- View this message in context: http://www.nabble.com/Help-with-mount..-tf4375300.html#a12478754 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/