Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 21 Jan 2005 23:39:50 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Multiple installations and 3PPs Message-ID: <20050122043950.GB26399@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <41F0D6DB DOT 8010107 AT gmx DOT ch> <20050121163345 DOT GD20002 AT trixie DOT casa DOT cgf DOT cx> <20050122032443 DOT GB25794 AT trixie DOT casa DOT cgf DOT cx> <41F1D559 DOT 57F60BD2 AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F1D559.57F60BD2@dessent.net> User-Agent: Mutt/1.4.1i On Fri, Jan 21, 2005 at 08:23:53PM -0800, Brian Dessent wrote: >Christopher Faylor wrote: > >> >If you want people to use mount, revise the documentation. Either make >> >the statement explicitly and provide an example, or explain the >> >workings of cygwin mounts and how cygwin "starts" clearly enough that >> >readers can deduce for themselves that mount can be used. >> >> What documentation suggests that you should be modifying the registry >> rather than using mount? I'd be happy to change it. > >How about a FAQ entry along the following lines: > >How do I save, restore, delete, or modify the Cygwin information stored >in the registry? > >Currently Cygwin stores its mount table information in the registry. It >is recommended that you use the 'mount' and 'umount' commands to >manipulate the mount information instead of directly modifying the >registry. > >To save the mount information to a file for later restoration, use >"mount -m > mounts.txt". To remove all mount information use "umount >-A". To reincorporate saved mount information use "eval mounts.txt". The "mount -m" command is actually intended to be a .bat, so it can be something like: c:\>mount -m > mounts.bat # to record it . . . c:\>.\mounts # to restore it Other than that, I like the wording. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/