From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:18:35 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C654106564A for ; Wed, 22 Aug 2012 11:18:35 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id A78748FC14 for ; Wed, 22 Aug 2012 11:18:34 +0000 (UTC) Received: by eeke52 with SMTP id e52so319508eek.13 for ; Wed, 22 Aug 2012 04:18:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=gzliPFBZKfvzWtKEqRREbTQWF4KzZ2uMzDcxmsVZNW0=; b=c498jUqaq1oB9Edetn8Djk/wcjnGjCsZlqrm1Kv/S9Br9FG4jrCy02IRY33uQh27NR YPw2+HWjIR2rUIigNkLsDnB3F/kwyWWImH3kCKxfdOCMOYYgcOR2FAtJnH3f6JwAuJhT wvm9hpCNO9urtmXd7eq1w4k/ssjmGVNkbn8mg2Qhyv34tcOnKUlFDp5+M7W4iXquShxI zxIL0gluhxLBIGb+90P+ddNYwfNtuO5niCs2h4ZAvlJNt+au/4G1kbjO8NIH4AE7/rGT bYnD0SsD9Qw1FHlpitSX42+W3igqrVDnfEB7iYl6X+KnPrIm0z/tClv7p1HO9RNZ481J QYkA== Received: by 10.14.202.66 with SMTP id c42mr17993843eeo.35.1345634313388; Wed, 22 Aug 2012 04:18:33 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id m45sm12001714eep.16.2012.08.22.04.18.28 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2012 04:18:32 -0700 (PDT) Date: Wed, 22 Aug 2012 12:18:20 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120822121820.39fc10fe@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:18:35 -0000 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)? > Either that or you could use tmpfs. You could also change the locate tmp directory in /etc/locate.rc. There's also a periodic script to remove older files from /tmp which may help.