public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* XP and /tmp directory
@ 2003-09-15 18:46 Robert Pollard
  2003-09-15 19:33 ` Larry Hall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Pollard @ 2003-09-15 18:46 UTC (permalink / raw)
  To: Cygwin

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.

Any ideas, thought, etc. are much appreciated.

Thanks,

Robert Pollard


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XP and /tmp directory
  2003-09-15 18:46 XP and /tmp directory Robert Pollard
@ 2003-09-15 19:33 ` Larry Hall
  2003-09-15 19:58 ` Andrew DeFaria
  2003-09-15 20:14 ` Hannu E K Nevalainen (garbage mail)
  2 siblings, 0 replies; 4+ messages in thread
From: Larry Hall @ 2003-09-15 19:33 UTC (permalink / raw)
  To: Robert Pollard, Cygwin

At 02:45 PM 9/15/2003, Robert Pollard you wrote:
>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.
>
>Any ideas, thought, etc. are much appreciated.


'mkdir /tmp' from the bash prompt.  Or make a symlink to an 
existing directory you want to use as /tmp.  Or mount a directory 
as /tmp.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XP and /tmp directory
  2003-09-15 18:46 XP and /tmp directory Robert Pollard
  2003-09-15 19:33 ` Larry Hall
@ 2003-09-15 19:58 ` Andrew DeFaria
  2003-09-15 20:14 ` Hannu E K Nevalainen (garbage mail)
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew DeFaria @ 2003-09-15 19:58 UTC (permalink / raw)
  To: cygwin

Robert Pollard wrote:

> 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.
>
> Any ideas, thought, etc. are much appreciated. 

Try:

$ mkdir -p $TMP

===
Obligatory witty saying: Change is inevitable, except from a vending 
machine.



--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: XP and /tmp directory
  2003-09-15 18:46 XP and /tmp directory Robert Pollard
  2003-09-15 19:33 ` Larry Hall
  2003-09-15 19:58 ` Andrew DeFaria
@ 2003-09-15 20:14 ` Hannu E K Nevalainen (garbage mail)
  2 siblings, 0 replies; 4+ messages in thread
From: Hannu E K Nevalainen (garbage mail) @ 2003-09-15 20:14 UTC (permalink / raw)
  To: Cygwin


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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-15 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-15 18:46 XP and /tmp directory Robert Pollard
2003-09-15 19:33 ` Larry Hall
2003-09-15 19:58 ` Andrew DeFaria
2003-09-15 20:14 ` Hannu E K Nevalainen (garbage mail)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).