This is the mail archive of the cygwin-developers@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: FS layout issues for v1.1 (eg., /bin and /usr/bin)



-----Original Message-----
From: Egor Duda [mailto:deo@logos-m.ru]
Sent: Tuesday, February 29, 2000 1:37 AM
To: cygwin-developers@sourceware.cygnus.com; Mumit Khan
Subject: Re: FS layout issues for v1.1 (eg., /bin and /usr/bin)

<snip>

> MK> The question is -- how do we make /bin and /usr/bin the same?

> MK> a. Symlinks: cygcheck could check and report this if the user somehow
> MK>    deletes it.

> the only drawback i see is performance going down. we all know that
> symlinks are rather slow.

What would be the side effects of using matched mounts instead of symlinks?

For, example
	mount -b C:\\cygwin /
	mkdir /usr/bin
	mount -b C:\\bin /usr/bin

or,
	mount -b C:\\cygwin /
	mkdir /bin
	mount -b C:\\usr\\bin /bin

<snip>

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