X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Steve Holden <steve@holdenweb.com>
Subject:  Re: Help with mount..
Date:  Mon, 03 Sep 2007 22:44:45 -0700
Lines: 70
Message-ID: <fbircg$rvh$1@sea.gmane.org>
References:  <12471295.post@talk.nabble.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
In-Reply-To: <12471295.post@talk.nabble.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

gms5002 wrote:
> Hi - I am having a problem getting mount to work in cygwin.  Here is what I
> am trying to do:
> 
> Greg@CHICKEN ~/test
> $ pwd
> /home/Greg/test
> 
> Greg@CHICKEN ~/test
> $ mkdir foo
> 
> Greg@CHICKEN ~/test
> $ mkdir bar
> 
> Greg@CHICKEN ~/test
> $ vi bar/test
> 
> Greg@CHICKEN ~/test
> $ ls -l bar
> total 0
> -rw-r--r-- 1 Greg None 0 Sep  3 23:48 test
> 
> Greg@CHICKEN ~/test
> $ mount bar foo
> mount: foo: Invalid argument
> 
> Greg@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] [<win32path> <posixpath>]

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/

