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: <00a901c2e193$1f4a99a0$78d96f83@pomello> From: "Max Bowsher" To: , References: Subject: Re: cygwin unix path is not longer recognized Date: Mon, 3 Mar 2003 14:42:31 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 kumarchi AT attbi DOT com wrote: > folks: > I installed octave for windows. But this installation somehow mangled > my cygwin (latest feb 9, 2003 ) > > cygwin no longer recognizes unix type paths > I cannot say > /bin/ls or /cygdrive/d/bin/ls > > It has to be > d:/cygwin/bin/ls > > > How can restore my unix paths? Sounds like the Octave installer rewrote your mount table. Run: mount -f -s -b "M:/cygwin/bin" "/usr/bin" mount -f -s -b "M:/cygwin/lib" "/usr/lib" mount -f -s -b "M:/cygwin" "/" adapting paths as necessary for your installation. Of course, octave probably won't work after doing that... Max. -- 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/