From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 10:59:14 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 6C5821065676 for ; Wed, 22 Aug 2012 10:59:14 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 288E18FC12 for ; Wed, 22 Aug 2012 10:59:13 +0000 (UTC) Received: by qcsg15 with SMTP id g15so632204qcs.13 for ; Wed, 22 Aug 2012 03:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nQjIAIaxUsmXDhuLCbzCQGcgplhv9izlzCJuY5/P6Jg=; b=VNPY6TGS9uCFG+K7rWDiwMduY85y3mgfHWj1/I6BaIZF8n+443lN2m7gtz9XR/52g6 XAbLOigf2JfIAxNS2bTWbVG1yGdSswIlHkP5MuCPrHFB7yV4wburvMAfbRr17bG+dqD9 2VjOmQGtkTpfzwn0VoUBtQqOtlZcY7VbPEJRAJdYJSW2dfi5uSc3dCbRvoZTF7PCkwhE pyfgJhxietuyQuuzZixii2sYMtlR0SVCrT1GN6oWrZAhVYWD4wCEmPhWtCBj2rEUTb2M wusCBOug45xxpnAg4pnDM9n5cbvHdVyxZN5fuRueJwiPbXgTiNLxBlfoXCPQ/c5pCrK+ OZAg== MIME-Version: 1.0 Received: by 10.229.135.81 with SMTP id m17mr16312556qct.34.1345633153500; Wed, 22 Aug 2012 03:59:13 -0700 (PDT) Received: by 10.229.164.206 with HTTP; Wed, 22 Aug 2012 03:59:13 -0700 (PDT) Date: Wed, 22 Aug 2012 12:59:13 +0200 Message-ID: From: Andy Wodfer To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /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 10:59:14 -0000 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. :-) Cheers, Andy