Mail Archives: cygwin-developers/1999/01/30/16:23:12
> >/cygdrive/d $ mount
> >Device Directory Type Flags
> >d: /cygdrive/d user,auto textmode
> >D:\binary /binary user binmode
> >C: / user binmode
> >
> >Now /binary is handled with textmode !!
>
> Why do you come to the conclusion that files created in /binary will be
> handled with text mode?
Because path.cc will see the d:->/cygdrive/d entry before the
D:\binary->/binary entry, so paths will be translated via that entry
and get the textmode flag.
> Have you actually observed this behavior? If so, that's a bug.
> What the above mount table should say is that any files created in
> the root of the D: drive will be created using text mode.
What it should say is that any files on D:, except for those in
D:\binary, should be textmode. I think this is a sorting problem in
path.cc.
- Raw text -