This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: mount oddities - user or tool?




	** Calendar Appointment **

	Date:	|>mm/dd/yy<|
	Start:	|>hh:mm pm<|
	Stop:	|>hh:mm pm<|
	Repeat:	|>frequency<|
	For:	|>scope<|
	What:	|>line 1<|
		|>line 2<|


>From bzinger@iname.com Wed Oct 29 10:04:17 1997
>To: kh@wg.icl.co.uk (Kevin Hughes), gnu-win32@cygnus.com
>From: "Michael A. Benzinger" <bzinger@iname.com>
>Subject: Re: mount oddities - user or tool?
>
>Kevin,
>
>There are two ways to resolve your problem:
>
>	mount -b d:\\devel /devel
>or
>	mount -b d:/devel /devel
>
>Either will work.  The problem is the shell eats the backslash
>as an escape character.
>
>Mike Benzinger
>
>At 12:40 PM 10/28/97 GMT, Kevin Hughes wrote:
>>I have upgraded to the latest cygwin32.dll from Sergey Okhapkin. It solved
>many
>>of my little problems - hope most of the changes get into b19.
>>
>>I am having problems with mount. I had previously done the following
>>
>>mount d:\usr /usr
>>mount d:\devel /devel
>>
>>and everything was fine - I got the following when I checked with mount
>>
>>d:\usr		/usr
>>d:\devel	/devel
>>
>>Various people on the list have suggested that mounts should be done
>binary so 
>>I umounted and remounted
>>
>>umount /devel
>>mount -b d:\devel /devel
>>umount /usr
>>mount -b d:\usr /usr
>>
>>When I looked at the mount I got
>>
>>d:usr		/usr
>>d:devel		/devel
>>
>>This meant that my system would not work - it could never find /devel
>unless it
>>was in /.
>>
>>I fixed this by a quick registry hack but what I really wanted to know is
>>what I did wrong or waht the system has gor wrong?
>>
>>Thanks for any advice
>>
>>Kevin
>>
>>PS I am on NT/service pack 3
>
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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