This is the mail archive of the cygwin@sources.redhat.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: Why not mount / at C: ?


> -----Original Message-----
> From: Earnie Boyd [mailto:earnie_boyd@yahoo.com]
> Sent: Thursday, August 24, 2000 1:55 PM
> To: Jean-Paul Le Fevre; cygwin@sourceware.cygnus.com
> Subject: Re: Why not mount / at C: ?
> 
> 
	<skipped>
> 
> I'm beginning to think that it would be best to not support 
> unmounted drives in
> the Cygwin environment.  It gets far to confusing and there 
> are solutions
> around not having the support.  Saying this, IMO, we should 
> deprecate the
> unmounted drives support.  What do you think?
> 

No, please :-)

Currently the naming scheme allows simple conversion from posix paths to NT
paths with almost no cost: its simply transliteration (that's why I like so
much the //X/path stuff, but I can live with /cygdrive/X/path as I only have
to read the registry once at program startup to get the -- changeable --
string to use as 'cygdrive').

Suppressing the support for unmounted drives would need to search the mount
table for each such transliteration; as I'm using a lot of non-cygwin
programs I write from cygwin that would force me to manually handle the
cygwin mount table in these cases ;-(

Regards,

	Bernard

--------------------------------------------
Bernard Dautrevaux
Microprocess Ingéniérie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 

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


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