public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* mount removes backslashes
@ 1999-09-23 15:55 johnwu
  1999-09-23 19:51 ` Doug Wyatt
  1999-09-30 23:42 ` johnwu
  0 siblings, 2 replies; 6+ messages in thread
From: johnwu @ 1999-09-23 15:55 UTC (permalink / raw)
  To: cygwin

 

Version Beta 20.1 NT 4.0.
If you mount a directory, the backslashes are removed in the win registry,
e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
c:foobarbin. 

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

* Re: mount removes backslashes
  1999-09-23 15:55 mount removes backslashes johnwu
@ 1999-09-23 19:51 ` Doug Wyatt
  1999-09-30 23:42   ` Doug Wyatt
  1999-09-30 23:42 ` johnwu
  1 sibling, 1 reply; 6+ messages in thread
From: Doug Wyatt @ 1999-09-23 19:51 UTC (permalink / raw)
  To: johnwu; +Cc: cygwin

From:           	johnwu@crt.com
To:             	cygwin@sourceware.cygnus.com
Subject:        	mount removes backslashes
Date sent:      	Thu, 23 Sep 1999 17:53:59 -0500

Actually, I think what you are seeing is the shell removing the
escape characters (\) from the command line before mount
ever sees it.

Try
echo c:\foo\bar\bin

then try
echo c:\\foo\\bar\\bin

Regards,
Doug  
> 
> Version Beta 20.1 NT 4.0.
> If you mount a directory, the backslashes are removed in the win registry,
> e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
> c:foobarbin. 
> 
> 



==========================================================
Doug Wyatt                    E-Mail: dwyatt@sunflower.com
Sys Admin                      Phone: 785-843-4099
Kohlman Systems Research, Inc.   Fax: 785-843-6459
319 Perry St., Lawrence, KS  66044  USA

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

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

* Re: mount removes backslashes
  1999-09-23 19:51 ` Doug Wyatt
@ 1999-09-30 23:42   ` Doug Wyatt
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Wyatt @ 1999-09-30 23:42 UTC (permalink / raw)
  To: johnwu; +Cc: cygwin

From:           	johnwu@crt.com
To:             	cygwin@sourceware.cygnus.com
Subject:        	mount removes backslashes
Date sent:      	Thu, 23 Sep 1999 17:53:59 -0500

Actually, I think what you are seeing is the shell removing the
escape characters (\) from the command line before mount
ever sees it.

Try
echo c:\foo\bar\bin

then try
echo c:\\foo\\bar\\bin

Regards,
Doug  
> 
> Version Beta 20.1 NT 4.0.
> If you mount a directory, the backslashes are removed in the win registry,
> e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
> c:foobarbin. 
> 
> 



==========================================================
Doug Wyatt                    E-Mail: dwyatt@sunflower.com
Sys Admin                      Phone: 785-843-4099
Kohlman Systems Research, Inc.   Fax: 785-843-6459
319 Perry St., Lawrence, KS  66044  USA

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

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

* mount removes backslashes
  1999-09-23 15:55 mount removes backslashes johnwu
  1999-09-23 19:51 ` Doug Wyatt
@ 1999-09-30 23:42 ` johnwu
  1 sibling, 0 replies; 6+ messages in thread
From: johnwu @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

 

Version Beta 20.1 NT 4.0.
If you mount a directory, the backslashes are removed in the win registry,
e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
c:foobarbin. 

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

* Re: mount removes backslashes
  1999-09-23 20:19 Earnie Boyd
@ 1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Earnie Boyd @ 1999-09-30 23:42 UTC (permalink / raw)
  To: johnwu, cygwin

--- johnwu@crt.com wrote:
>  
> 
> Version Beta 20.1 NT 4.0.
> If you mount a directory, the backslashes are removed in the win registry,
> e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
> c:foobarbin. 

Yep, that's the way character quoting works.  Try `mount c:\\foo\\bar\\bin
/xxx' and you'll have it correct.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

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

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

* Re: mount removes backslashes
@ 1999-09-23 20:19 Earnie Boyd
  1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 1 reply; 6+ messages in thread
From: Earnie Boyd @ 1999-09-23 20:19 UTC (permalink / raw)
  To: johnwu, cygwin

--- johnwu@crt.com wrote:
>  
> 
> Version Beta 20.1 NT 4.0.
> If you mount a directory, the backslashes are removed in the win registry,
> e.g. mount c:\foo\bar\bin /xxx creates the following registry entry:
> c:foobarbin. 

Yep, that's the way character quoting works.  Try `mount c:\\foo\\bar\\bin
/xxx' and you'll have it correct.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

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

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

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-23 15:55 mount removes backslashes johnwu
1999-09-23 19:51 ` Doug Wyatt
1999-09-30 23:42   ` Doug Wyatt
1999-09-30 23:42 ` johnwu
1999-09-23 20:19 Earnie Boyd
1999-09-30 23:42 ` Earnie Boyd

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).