| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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\)" <garbage_collector AT telia DOT com> |
| To: | "Cygwin" <cygwin AT cygwin DOT com> |
| Subject: | RE: XP and /tmp directory |
| Date: | Mon, 15 Sep 2003 22:14:19 +0200 |
| Message-ID: | <NGBBLLIAMFLGJEOAJCCECECDDEAA.garbage_collector@telia.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| In-Reply-To: | <BC2B16F5-E7AC-11D7-B783-000A957A7EA8@apple.com> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |