From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 15:08:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCCE16A41F for ; Wed, 26 Oct 2005 15:08:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C83843D46 for ; Wed, 26 Oct 2005 15:08:16 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EUmsw-0006Q0-Oz for freebsd-questions@freebsd.org; Wed, 26 Oct 2005 19:08:14 +0400 Message-ID: <435F9BD0.4080908@speechpro.com> Date: Wed, 26 Oct 2005 19:08:00 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <435f98952cfb4@wp.pl> In-Reply-To: <435f98952cfb4@wp.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Disc space 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, 26 Oct 2005 15:08:16 -0000 zielik wrote: >I have too small /tmp partition, and i would like to make it bigger without reinstalling system, how to do it ? > > 1) you can buy another disk 2) you can buy more memory and use memory backed md (4) /tmp 3) you can make symbolic link from /tmp to some other place 4) you can check your application, which request big /tmp and tell this app about other location for temporary space 4a) You may consider changing your application. For example uw-imap needs big /tmp for big imap folders, but courier or cyrus does not. 5) if you have spare disk and time you can boot from CD and manually repartition your primary disk, using spare disk as backup and temporary space.