From owner-freebsd-questions@FreeBSD.ORG Fri Apr 9 08:54:14 2004 Return-Path: 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 F1CDB16A4CE for ; Fri, 9 Apr 2004 08:54:13 -0700 (PDT) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7370C43D31 for ; Fri, 9 Apr 2004 08:54:11 -0700 (PDT) (envelope-from gpeel@thenetnow.com) Received: from grant (hpeel.ody.ca [216.240.12.2]) by enterprise.thenetnow.com (8.11.6/8.11.6) with SMTP id i39Fp7H07246 for ; Fri, 9 Apr 2004 11:51:07 -0400 (EDT) (envelope-from gpeel@thenetnow.com) Message-ID: <000801c41e4a$e5acb250$6501a8c0@grant> From: "Grant Peel" To: Date: Fri, 9 Apr 2004 11:54:09 -0400 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Disk Partition Sizing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 15:54:14 -0000 Hi all, I want to change my backup strategy a bit. Please review: Filesystem Size Used Avail Capacity Mounted on /dev/amrd0s1a 484M 219M 227M 49% / /dev/amrd0s1d 3.8G 2.7G 764M 78% /backup /dev/amrd0s1h 7.6G 5.7G 1.3G 81% /home /dev/amrd0s1g 992M 444M 469M 49% /mail /dev/amrd0s1e 4.7G 2.3G 2.0G 53% /usr /dev/amrd0s1f 14G 2.1G 11G 16% /var procfs 4.0K 4.0K 0B 100% /proc What I would like to do is: downsize the /var part by 2.0 GB; loose the /backup part alltogether; add 1 GB to the /mail part; add the remaining 4.8 GB to the /ome part. Any ideas on strategy / directions for accomplishing this? -Grant