diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-05-14 11:03:43 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-05-14 11:03:43 +0000 |
commit | e8d534d51a1ed088a9b2508884ab5bd56c142a80 (patch) | |
tree | 09676889a0fb28b7cd81630f95562683ff5d6d0c /winsup/doc/pathnames.sgml | |
parent | 3106abf042b31a7046adb60482230233705106a4 (diff) | |
download | cygnal-e8d534d51a1ed088a9b2508884ab5bd56c142a80.tar.gz cygnal-e8d534d51a1ed088a9b2508884ab5bd56c142a80.tar.bz2 cygnal-e8d534d51a1ed088a9b2508884ab5bd56c142a80.zip |
* faq-setup.xml (faq.setup.upgrade-mountpoints): New entry.
* faq-using.xml (faq.using.directory-structure): Align example to
latest mount output.
* pathnames.sgml (mount-table): Add note about upgrade helper scripts
to create /etc/fstab and /etc/fstab.f/${USER}.
Diffstat (limited to 'winsup/doc/pathnames.sgml')
-rw-r--r-- | winsup/doc/pathnames.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 6234ee8f4..313aef37b 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -211,6 +211,26 @@ points will disappear as soon as your last Cygwin process ends. See <xref linkend="mount"></xref> and <xref linkend="umount"></xref> for more information.</para> +<note><para> +When you upgrade an existing older Cygwin installation to Cygwin 1.7, +your old system mount points (stored in the HKEY_LOCAL_MACHINE branch +of your registry) are read by a script and the <filename>/etc/fstab</filename> +file is generated from these entries. Note that entries for +<filename>/</filename>, <filename>/usr/bin</filename>, and +<filename>/usr/lib</filename> are <emphasis>never</emphasis> generated. +</para> + +<para> +The old user mount points in your HKEY_CURRENT_USER branch of the registry +are not used to generate <filename>/etc/fstab</filename>. If you want +to create a user specific <filename>/etc/fstab.d/${USER}</filename> file +from your old entries, there's a script available which does exactly +that for you, <filename>bin/copy-user-registry-fstab</filename>. Just +start the script and it will create your user specific fstab file. Stop +all your Cygwin processes and restart them, and you can simply use your +old user mount points as before. +</para></note> + </sect2> <sect2 id="cygdrive"><title>The cygdrive path prefix</title> |