From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:10:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B14101065670 for ; Wed, 22 Aug 2012 11:10:02 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5AAD58FC08 for ; Wed, 22 Aug 2012 11:10:02 +0000 (UTC) Received: from AMD620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q7MB9msu023219; Wed, 22 Aug 2012 05:09:53 -0600 Date: Wed, 22 Aug 2012 18:12:57 +0700 From: Erich Dollansky To: Andy Wodfer Message-ID: <20120822181257.7c940751@AMD620.ovitrap.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: /tmp filesystem full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2012 11:10:02 -0000 Hi, On Wed, 22 Aug 2012 12:59:13 +0200 Andy Wodfer wrote: > Hi, > I have about 500MB in my /tmp and it seems to be too small when the > periodic LOCATE script runs every week. > > What's the best way to increase the size of /tmp ? Could I simply > remove it and create a symbolic link ln -s to say /usr/tmp instead > (where I have several hundred GBs free)? > > PS! This is on a live server and I would like to keep downtime and > problems to a minimum. :-) > downtime will be kept to a minimum with this method. Can't you put another drive into this machine? Erich