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: <8C6D4989662C304087C58904BAB721A54B739E@Hermes.astrum.de> From: Harald Kierer To: "'cygwin AT cygwin DOT com'" Subject: RE: change /usr ? Date: Thu, 13 Feb 2003 15:07:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" > Guilaume, > > You should think *very* carefully before doing this, but if you are > *really* sure you want to, you can use the mount command to > remount /usr > from c:\cygwin\usr to c:\usr > $ mount c:\usr /usr > or > $ mount -b c:\usr /usr > will do this for you. Just a note: "c:\usr" will probably give you an "Invalid argument" error. Use mount c:/usr /usr to be sure. And since the mount point /usr already exists you might umount it first: umount /usr Oh, and good luck... bye, harry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/