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: <3F2FAC57.20D17446@iee.org> Date: Tue, 05 Aug 2003 14:08:39 +0100 From: Don Sharp X-Accept-Language: en MIME-Version: 1.0 To: volker DOT stetter AT evobus DOT com CC: gnuwin32 Subject: Re: need help References: <0057440013268973000002L432*@MHS> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Aug 2003 13:09:15.0265 (UTC) FILETIME=[C5553F10:01C35B52] volker DOT stetter AT evobus DOT com wrote: > > Hello, > > when i start cygwin, the program say's i have to create a folder /tmp (C:\tmp). > Now my question: Can i change the path from this folder to an other path (for > example c:\program files\cygwin\tmp)? What i have to do, to change the path? > Thank you for your help. > I would be inclined to binary mount it for everyone mount -s -b c:\\program\ files\\cygwin\\tmp /tmp If you must stick to a directory path with spaces in it might be better to use mount -s -b c:\\PROGRA~1\\cygwin\\tmp /tmp If c:\program files\cygwin is your cygwin / then mkdir /tmp may be an easier choice. Cheers Don Sharp -- 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/