This is the mail archive of the cygwin-patches@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: problems related to mount_info.


This patch looks terrific.  You've made changes that I've been
contemplating for some time.

I'll install it once I've finished with the net release.

Thanks for all of your hard work.

cgf

On Thu, Jun 08, 2000 at 05:05:50AM +0900, Kazuhiro Fujieda wrote:
>The methods of the `mount_info' class operates mount entries in
>the registry without regularizing paths. I was amazed by this
>manner as the following.
>
>   $ mount
>   Device              Directory           Type         Flags
>   ...
>   C:\text             /text               user         textmode
>   ...
>   $ umount /text
>   umount: No such file or directory
>
>I failed to notice that I had created the mount entry as the
>following by mistake.
>   $ mount 'C:\text' /text/

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