public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Referencing Files In Bash Using UNC format?
@ 2000-03-20 14:46 Heribert Dahms
  0 siblings, 0 replies; 8+ messages in thread
From: Heribert Dahms @ 2000-03-20 14:46 UTC (permalink / raw)
  To: 'William Wylde', cygwin

Hi William,

in my experience, it's much more stable, cheaper (=free) and
easier to install Samba once on a few Unix servers and then
forget it than to install NFS S/W on a bunch of NT-clients!

Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	William Wylde [SMTP:baron_shatturday@hotmail.com]
> Sent:	Saturday, March 18, 2000 09:58
> To:	cygwin@sourceware.cygnus.com
> Subject:	Re: Referencing Files In Bash Using UNC format?
> 
> 
> 
> Corrina Vinschen scribed:
> 
> >Bob McGowan wrote:
> > > David White wrote:
> > > >[...]
> > > > I want to make references from bash on NT to a file that is on a
> 
> >shared
> > > > drive on a remote system. In a DOS box, I would use the UNC
> format
> > > > \\computername\sharename\path\file.ext to get at this file. Is
> there a
> > > > special cygnus format for this sort of thing?
> > > >[...]
> > > The same format appears to work (for Cygwin 1.0, CD), but you need
> to
> > > quote it:
> > >
> > >   ls '\\system\directory'
> >
> >As it's usual on U*X systems you may use forward slashes:
> >
> >     ls //system/directory
> 
> 
> In a simular vein, is there any way to mount a remote drive (i.e. NFS)
> via 
> cygwin?  If not, are there any plans to incorporate NFS support in a
> later 
> cygwin release?
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
  2000-03-18  4:08 ` Corinna Vinschen
@ 2000-03-18 16:58   ` Chris Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Faylor @ 2000-03-18 16:58 UTC (permalink / raw)
  To: cygwin

On Sat, Mar 18, 2000 at 01:01:36PM +0100, Corinna Vinschen wrote:
>William Wylde wrote:
>> 
>> Corrina Vinschen scribed:
>
>Try it with "Corinna".
>
>> >As it's usual on U*X systems you may use forward slashes:
>> >
>> >     ls //system/directory
>> 
>> In a simular vein, is there any way to mount a remote drive (i.e. NFS) via
>> cygwin?  If not, are there any plans to incorporate NFS support in a later
>> cygwin release?
>
>If remote drives are visible in the normal network neighborhood
>you can mount them with the usual mount command:
>
>mount -f -b //system/directory /whateveryouwant

Just to answer definitively: No.  There are no plans to incorporate NFS
support into cygwin.  Such support is completely outside of any of the
design goals of cygwin.

Cygwin is just a DLL.  It is not a filesystem driver.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
  2000-03-18  0:58 William Wylde
@ 2000-03-18  4:08 ` Corinna Vinschen
  2000-03-18 16:58   ` Chris Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Corinna Vinschen @ 2000-03-18  4:08 UTC (permalink / raw)
  To: William Wylde; +Cc: cygwin

William Wylde wrote:
> 
> Corrina Vinschen scribed:

Try it with "Corinna".

> >As it's usual on U*X systems you may use forward slashes:
> >
> >     ls //system/directory
> 
> In a simular vein, is there any way to mount a remote drive (i.e. NFS) via
> cygwin?  If not, are there any plans to incorporate NFS support in a later
> cygwin release?

If remote drives are visible in the normal network neighborhood
you can mount them with the usual mount command:

mount -f -b //system/directory /whateveryouwant

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
@ 2000-03-18  0:58 William Wylde
  2000-03-18  4:08 ` Corinna Vinschen
  0 siblings, 1 reply; 8+ messages in thread
From: William Wylde @ 2000-03-18  0:58 UTC (permalink / raw)
  To: cygwin

Corrina Vinschen scribed:

>Bob McGowan wrote:
> > David White wrote:
> > >[...]
> > > I want to make references from bash on NT to a file that is on a 
>shared
> > > drive on a remote system. In a DOS box, I would use the UNC format
> > > \\computername\sharename\path\file.ext to get at this file. Is there a
> > > special cygnus format for this sort of thing?
> > >[...]
> > The same format appears to work (for Cygwin 1.0, CD), but you need to
> > quote it:
> >
> >   ls '\\system\directory'
>
>As it's usual on U*X systems you may use forward slashes:
>
>     ls //system/directory


In a simular vein, is there any way to mount a remote drive (i.e. NFS) via 
cygwin?  If not, are there any plans to incorporate NFS support in a later 
cygwin release?


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
  2000-03-17  8:53 David White
  2000-03-17  9:26 ` Bob McGowan
@ 2000-03-17 12:29 ` Larry Hall (RFK Partners, Inc)
  1 sibling, 0 replies; 8+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2000-03-17 12:29 UTC (permalink / raw)
  To: David White, cygwin@sourceware.cygnus.com

At 11:55 AM 3/17/00, David White wrote:
>Any pointers are appreciated...
>
>I want to make references from bash on NT to a file that is on a shared
>drive on a remote system. In a DOS box, I would use the UNC format
>\\computername\sharename\path\file.ext to get at this file. Is there a
>special cygnus format for this sort of thing?
>
>Thanks in advance,
>
>David



Same.  But (forward) slashes are easier to use since it negates the need to 
escape the back slashes.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX
                                        (508) 560-1285 - cell phone



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
  2000-03-17  9:26 ` Bob McGowan
@ 2000-03-17  9:33   ` Corinna Vinschen
  0 siblings, 0 replies; 8+ messages in thread
From: Corinna Vinschen @ 2000-03-17  9:33 UTC (permalink / raw)
  To: Cygwin

Bob McGowan wrote:
> David White wrote:
> >[...]
> > I want to make references from bash on NT to a file that is on a shared
> > drive on a remote system. In a DOS box, I would use the UNC format
> > \\computername\sharename\path\file.ext to get at this file. Is there a
> > special cygnus format for this sort of thing?
> >[...]
> The same format appears to work (for Cygwin 1.0, CD), but you need to
> quote it:
> 
>   ls '\\system\directory'

As it's usual on U*X systems you may use forward slashes:

    ls //system/directory

Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Referencing Files In Bash Using UNC format?
  2000-03-17  8:53 David White
@ 2000-03-17  9:26 ` Bob McGowan
  2000-03-17  9:33   ` Corinna Vinschen
  2000-03-17 12:29 ` Larry Hall (RFK Partners, Inc)
  1 sibling, 1 reply; 8+ messages in thread
From: Bob McGowan @ 2000-03-17  9:26 UTC (permalink / raw)
  To: David White; +Cc: Cygwin

David White wrote:
> 
> Any pointers are appreciated...
> 
> I want to make references from bash on NT to a file that is on a shared
> drive on a remote system. In a DOS box, I would use the UNC format
> \\computername\sharename\path\file.ext to get at this file. Is there a
> special cygnus format for this sort of thing?
> 
> Thanks in advance,
> 
> David
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

The same format appears to work (for Cygwin 1.0, CD), but you need to
quote it:

  ls '\\system\directory'

There are probably some restrictions, such as needing to be in the same
domain...

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Referencing Files In Bash Using UNC format?
@ 2000-03-17  8:53 David White
  2000-03-17  9:26 ` Bob McGowan
  2000-03-17 12:29 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 2 replies; 8+ messages in thread
From: David White @ 2000-03-17  8:53 UTC (permalink / raw)
  To: cygwin

Any pointers are appreciated...

I want to make references from bash on NT to a file that is on a shared
drive on a remote system. In a DOS box, I would use the UNC format
\\computername\sharename\path\file.ext to get at this file. Is there a
special cygnus format for this sort of thing?

Thanks in advance,

David

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-03-20 14:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-20 14:46 Referencing Files In Bash Using UNC format? Heribert Dahms
  -- strict thread matches above, loose matches on Subject: below --
2000-03-18  0:58 William Wylde
2000-03-18  4:08 ` Corinna Vinschen
2000-03-18 16:58   ` Chris Faylor
2000-03-17  8:53 David White
2000-03-17  9:26 ` Bob McGowan
2000-03-17  9:33   ` Corinna Vinschen
2000-03-17 12:29 ` Larry Hall (RFK Partners, Inc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).