From 89c1b9c7ee5059316bd847b4ea9fc24379af5842 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 Sep 2010 16:46:34 +0000 Subject: [PATCH] * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change an expression. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/pathnames.sgml | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 785a30cf4..97e246241 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-27 Corinna Vinschen + + * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change + an expression. + 2010-09-27 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index f784ee15f..e282cfb35 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -225,18 +225,18 @@ arguments: Displaying the current set of mount points bash$ mount - f:/cygwin/bin on /usr/bin type system (binary,auto) - f:/cygwin/lib on /usr/lib type system (binary,auto) - f:/cygwin on / type system (binary,auto) - e:/src on /usr/src type system (binary) - c: on /cygdrive/c type user (binary,posix=0,user,noumount,auto) - e: on /cygdrive/e type user (binary,posix=0,user,noumount,auto) + f:/cygwin/bin on /usr/bin type ntfs (binary,auto) + f:/cygwin/lib on /usr/lib type ntfs (binary,auto) + f:/cygwin on / type ntfs (binary,auto) + e:/src on /usr/src type vfat (binary) + c: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) + e: on /cygdrive/e type vfat (binary,posix=0,user,noumount,auto) You can also use the mount command to add new mount points, and the umount to delete -them. However, since they are only noted in memory, these mount +them. However, since they are only stored in memory, these mount points will disappear as soon as your last Cygwin process ends. See and for more information.