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 Message-ID: <42573ED7.8C44AE3D@dessent.net> Date: Fri, 08 Apr 2005 19:32:55 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: I cannot change cygdrive prefix (yes, checked docs, faq and archives) References: <20050409015330 DOT 89049 DOT qmail AT web20826 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com ChrisW wrote: > Nothing I can change the cygdrive prefix. I recall > being able to do it before. You're getting confused because you can set the cygdrive prefix both system-wide and per-user, and the latter takes precedent. > c: on /cygdrive/c type user (binmode,noumount) > y: on /cygdrive/y type user (binmode,noumount) ^^^ note "user" > /> mount -s -b --change-cygdrive-prefix / ^^^ note "-s" meaning change the system-wide mount So, you're changing the system-wide cygdrive prefix but since you have a user-defined cygdrive prefix it is taking precedent. I believe this was a recent change which is why you are seeing it now. If you want to get rid of the user cygdrive, do "umount -uc" and then set the desired cygdrive prefix system-wide with "mount -sc /". Brian -- 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/