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 From: "Hannu E K Nevalainen \(garbage mail\)" To: "Cygwin" Subject: RE: XP and /tmp directory Date: Mon, 15 Sep 2003 22:14:19 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal From Robert Pollard: > I have a situation where when i start cygwin, the program say's i have > to create a folder /tmp. > > I saw one response to this post but it didn't give any detail as to > what the permanent solution would be. In other words, what do I have > to do to make the program see /tmp wherever it is. $ mkdir /tmp WFFM - i.e. Works Fine For Me > Any ideas, thought, etc. are much appreciated. As the Windows environment is visible as: $ set | grep TEMP TEMP=/cygdrive/d/TEMP TMP=/cygdrive/d/TEMP TMPDIR=/cygdrive/d/TEMP i.e. *I* do have D: (/cygdrive/d/) as Windows TEMP storage. It actually also holds all active page/swapfiles. It might be possible to $ rmdir /tmp $ ln -s ${TEMP} /tmp or maybe $ rm -rf /tmp $ mkdir /tmp $ mount -f -s -b "`cygpath -w ${TEMP}" "/tmp" I've tried none of the last two... Ideas/Comments anyone? /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E -- UTC+1, GMT+1, CET -- --END OF MESSAGE-- -- 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/