----- Original Message -----
From: "Bob Friesenhahn" <bfriesen@...>
To: "Luke Dunstan" <coder_infidel@...>
Cc: "mingw-msys" <mingw-msys@...>
Sent: Wednesday, June 05, 2002 11:00 AM
Subject: Re: [Mingw-msys] MSYS doesn't mount UNC pathnames?
> On Wed, 5 Jun 2002, Luke Dunstan wrote:
>
> > AFAIK there is no such thing as MSYS version 1.1, and MSYS has no
'mount'
> > command. You must have the Cygwin 'bin' directory in your path while
running
> > MSYS, which should be avoided. MSYS mounts are set in the file
/etc/fstab:
> > please see the documentation.
>
> Sorry. I meant MSYS version 1.0.7-2. I was confused because the
> version of MinGW is 1.1.
Okay.
>
> Cygwin is not in my path. Instead I am using the MSYS mount command
> which is /usr/bin/mount.exe.
Sorry, you are right. I was thinking of the fact that mount only lists
mounts, as you know...
>
> I tried /etc/fstab first but the entry was ignored.
>
> I did in fact read *all* of the documentation. It was not hard.
> I do see mention in the file MSYS_VS_CYGWIN that the mount command can
> only list mounts.
Yes, this is why you get the "unimplemented" error. It works when I add a
UNC path to fstab:
\\foo\bar /bar
What exact line did you try?
>
> My question remains unanswered ...
>
> Bob
>
Luke Dunstan
> > ----- Original Message -----
> > From: "Bob Friesenhahn" <bfriesen@...>
> > To: "mingw-msys" <mingw-msys@...>
> > Sent: Wednesday, June 05, 2002 10:20 AM
> > Subject: [Mingw-msys] MSYS doesn't mount UNC pathnames?
> >
> >
> > > Cygwin's mount supports syntax like
> > >
> > > mount -s -b //scooby/bfriesen /scooby
> > >
> > > but when I try this syntax with MSYS 1.1's mount, the error
> > > "mount: /scooby: Function not implemented" is reported.
> > >
> > > Does MSYS not support UNC network mounts?
> > >
> > > Bob
> > > ======================================
> > > Bob Friesenhahn
> > > bfriesen@...
> > > http://www.simplesystems.org/users/bfriesen
> > >
> > >
> > > _______________________________________________________________
> > >
> > > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> > >
> > > _______________________________________________
> > > Mingw-msys mailing list
> > > Mingw-msys@...
> > > https://lists.sourceforge.net/lists/listinfo/mingw-msys
> > >
> >
> > _______________________________________________________________
> >
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> >
> > _______________________________________________
> > Mingw-msys mailing list
> > Mingw-msys@...
> > https://lists.sourceforge.net/lists/listinfo/mingw-msys
> >
>
> ======================================
> Bob Friesenhahn
> bfriesen@...
> http://www.simplesystems.org/users/bfriesen
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Mingw-msys mailing list
> Mingw-msys@...
> https://lists.sourceforge.net/lists/listinfo/mingw-msys
>
|