X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <4C893699.2020200@bopp.net> Date: Thu, 09 Sep 2010 14:33:45 -0500 From: Jeremy Bopp User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Windows-style pathname does not work as command - why? References: <4C7FE2C2 DOT 8060104 AT fgm DOT com> <4C7FE938 DOT 6060806 AT redhat DOT com> <20100909102041 DOT 0531f7b5 AT snapdragon> <4C892C60 DOT 6040704 AT bopp DOT net> <20100909132753 DOT 17751407 AT snapdragon> In-Reply-To: <20100909132753.17751407@snapdragon> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 9/9/2010 2:27 PM, Morgan Gangwere wrote: > on Thu, 09 Sep 2010 13:50:08 -0500, Jeremy Bopp <4C892C60 DOT 6040704 AT bopp DOT net> > attacked their terminal with > +Actually, this function only works if the user has the default cygdrive > +prefix. This can and often *is* changed, however. Fortunately, the > +Cygwin developers have had your back on this for a very long time. Use > +the cygpath program to convert all your paths. It safely handles > +conversions both to and from POSIX for both absolute and relative paths, > +can convert to short form DOS paths (e.g C:\Progra~1\...), supports > +paths with arbitrary whitespace, can provide many well known paths such > +as the user's Desktop directory, can be run by Windows-native programs, > +and more. > > how do you change the default cygdrive path? I figured it was a set-in-stone > kindof thing. Add something like the following line to your /etc/fstab file and restart all your Cygwin processes: none / cygdrive binary,posix=0,noacl,user 0 0 This example will set your cygdrive prefix to simply be /, so you can access the C: drive via /c/whatever. More details are available in the user guide: http://cygwin.com/cygwin-ug-net/using.html#mount-table -Jeremy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple