From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 14:41:00 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 4742B16A41C for ; Sat, 11 Jun 2005 14:41:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8922643D48 for ; Sat, 11 Jun 2005 14:40:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j5BEev8i006936; Sat, 11 Jun 2005 17:40:57 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j5BEevHc038246; Sat, 11 Jun 2005 17:40:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j5BEeuQ8038245; Sat, 11 Jun 2005 17:40:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 11 Jun 2005 17:40:56 +0300 From: Giorgos Keramidas To: Doug Poland Message-ID: <20050611144056.GA38218@orion.daedalusnetworks.priv> References: <42AAEA6B.9030602@frenchsuballiance.cjb.net> <20050611135853.GA37790@orion.daedalusnetworks.priv> <42AAF4C5.3090802@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42AAF4C5.3090802@polands.org> Cc: ptitoliv , freebsd-questions@freebsd.org Subject: Re: Resizing /var 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: Sat, 11 Jun 2005 14:41:00 -0000 On 2005-06-11 09:27, Doug Poland wrote: >Giorgos Keramidas wrote: >>On 2005-06-11 15:43, ptitoliv wrote: >>> But there are some constraints : >>> >>>- I have no free unpartitioned space available >>>- I can't format any partition because and I can't loose datas >>> >>> Is there any solution with some BSD tools in order to solve this problem ? >> >> None that I know of. Your best bet is, I guess, to find somewhere >> enough space for a backup, repartition & restore session. > > Doesn't it make sense to simply move selectetd directories to a > partition with free space and create symlinks? I would think moving > /var/db and /var/log would suffice for most situations. True. It does. To be frank, I didn't even think of this (mostly because I usually keep /var big enough for the work I do and never found myself in need of shuffling things around a lot).