Date: Sun, 30 Aug 1998 18:39:29 +0300 (IDT) From: Eli Zaretskii To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: How to locate djgpp.env? In-Reply-To: <6sbnho$k22$1@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 30 Aug 1998, Martin Str|mberg wrote: > Isn't this what happens if your drive fills up? Wouln't this happen if > your TMPDIR only can hold less than necessary regardless whether it's > on a RAMDISK or not? Yes and yes. The problem is that RAM disks tend to be small (several MBytes), and uncompressing large .tar.gz files will fill them easily. As a rule of thumb, if the compressed file is more than 4 times the size of RAM disk, you should reset TMPDIR befor running `tar' (or just use `djtar' ;-).