This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help with cygwin mounts


On Thu, Jun 27, 2002 at 03:45:00PM +0100, Tony Arnold wrote:
> Elfyn,
> 
> > I have been having a problem with mounting parts of the 
> > filesystem to posix-paths. When i try to mount my local 
> > volume on /local i get this error:
> > 
> > mount: /vol0: invalid argument
> > 
> > this is the process i follow to try and mount:
> > 
> > mkdir -p /local                (make the mount-dir)
> > mount -s D:\vol0 /vol0    (mount /vol0 as a system mount)
> 
> Should this be:
> 
> mount -s D:\vol0 /local

Shouldn't this be

  mount -s D:\\vol0 /local

? Note double backslashes.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]