* pathnames.sgml (mount-table): Indicate that user-specific
mounts override system-wide.
This commit is contained in:
parent
a30482a386
commit
c6a00dcbb9
|
@ -1,3 +1,8 @@
|
||||||
|
2005-04-20 Brian Dessent <brian@dessent.net>
|
||||||
|
|
||||||
|
* pathnames.sgml (mount-table): Indicate that user-specific
|
||||||
|
mounts override system-wide.
|
||||||
|
|
||||||
2005-04-20 Gerd Spalink <Gerd.Spalink@t-online.de>
|
2005-04-20 Gerd Spalink <Gerd.Spalink@t-online.de>
|
||||||
|
|
||||||
* fhandler-tut.txt: Update description to cygwin 1.5.13
|
* fhandler-tut.txt: Update description to cygwin 1.5.13
|
||||||
|
|
|
@ -47,7 +47,9 @@ v<version>"
|
||||||
where <version> is the latest registry version associated with
|
where <version> is the latest registry version associated with
|
||||||
the Cygwin library (this version is not the same as the release
|
the Cygwin library (this version is not the same as the release
|
||||||
number). The system-wide table is located under the same subkeys
|
number). The system-wide table is located under the same subkeys
|
||||||
under HKEY_LOCAL_SYSTEM.</para>
|
under HKEY_LOCAL_SYSTEM. The user mount table takes precedence over
|
||||||
|
the system-wide table if a path is mounted in both. This includes the
|
||||||
|
setting of the cygdrive prefix.</para>
|
||||||
|
|
||||||
<para>Since Windows uses drive letters instead of a single filesystem
|
<para>Since Windows uses drive letters instead of a single filesystem
|
||||||
root, the POSIX root <filename>/</filename> must be set to a directory
|
root, the POSIX root <filename>/</filename> must be set to a directory
|
||||||
|
|
Loading…
Reference in New Issue