Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: Chris Faylor Date: Fri, 28 Jul 2000 18:39:24 -0400 To: cygwin-developers AT sources DOT redhat DOT com Cc: Jason DOT Tishler AT dothill DOT com Subject: Re: [PATCH]: Cygdrive Path Prefix Message-ID: <20000728183924.A9307@cygnus.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: cygwin-developers AT sources DOT redhat DOT com, Jason DOT Tishler AT dothill DOT com References: <20000728001912 DOT A1148 AT OLMY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000728001912.A1148@OLMY>; from Jason.Tishler@dothill.com on Fri, Jul 28, 2000 at 12:19:12AM -0400 On Fri, Jul 28, 2000 at 12:19:12AM -0400, Jason Tishler wrote: >On Tue, Jun 13, 2000 at 04:57:30PM -0400, Jason Tishler wrote: >> Following the recommendations from "Re: mount's --change-cygdrive-prefix >> option" I have implemented the following: >> >> 1. Fixed mount's --change-cygdrive-prefix functionality to save the >> specified cygdrive path prefix to the user or system registry area as >> appropriate (ie, -s or -u). >> >> 2. Enhanced umount by adding the corresponding --remove-cygdrive-prefix >> functionality. I've checked in this patch with a couple of minor changes. I renamed remove_cygdrive_info_to_registry to remove_cygdrive_info_from_registry. I also renamed the umount option from --remove_cygdrive_prefix to --remove-cygdrive-prefix. I also noticed that if you do a 'umont --remove-cygdrive-prefix' when you have no prefix, the error message is less than helpful. Could you set an appropriate error message in cygwin so that a sensical error message is produced by umount.exe? Anyway, thanks for filling in this hole in cygwin functionality! I appreciate your efforts very much. cgf