X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Thu, 14 Jan 2010 11:37:10 -0500
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Redirecting $TEMP or a certain directory to /tmp
Message-ID: <20100114163710.GD9964@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <hih84d$2eo$1@ger.gmane.org>  <hihadl$70l$1@ger.gmane.org>  <hil0hi$bmn$1@ger.gmane.org>  <4B4EF1E6.50903@towo.net>  <20100114123730.GC14511@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20100114123730.GC14511@calimero.vinschen.de>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Thu, Jan 14, 2010 at 01:37:30PM +0100, Corinna Vinschen wrote:
>On Jan 14 11:28, Thomas Wolff wrote:
>> Thomas Wiedmann wrote:
>> >>>how can in Cygwin the directory, which is in Windows
>> >>>configured as $TEMP, or
>> >>>a certain other directory, be redirected to /tmp?
>> >>
>> >>man mount
>> >
>> >... didn't work: I tried
>> > mount -f E:\Temp /tmp
>> mount -f 'E:\Temp' /tmp
>> to escape the backslash
>
>Use the forward slash, just like in /etc/fstab:
>
>  mount -f E:/Temp /tmp

And, if you want this to be permanent you need to *put* it in
/etc/fstab.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

