From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 07:52:58 2011 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 5009C1065694 for ; Sat, 10 Sep 2011 07:52:58 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [207.34.147.83]) by mx1.freebsd.org (Postfix) with ESMTP id 368CD8FC19 for ; Sat, 10 Sep 2011 07:52:57 +0000 (UTC) Received: from 100-236-53-209.qcislands.net ([209.53.236.100] helo=[192.168.1.4]) by mail.qcislands.net with esmtp (Exim 4.75) (envelope-from ) id 1R2HoY-000O94-Ff; Sat, 10 Sep 2011 00:17:23 -0700 Message-ID: <4E6B0EFD.1070007@paz.bz> Date: Sat, 10 Sep 2011 00:17:17 -0700 From: Jim Pazarena User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (100) Subject: enlarge a filesystem 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, 10 Sep 2011 07:52:58 -0000 I have a drive with two filesystems. /dev/da1s1d 412G 337G 42G 89% and /dev/da1s1e 130G 19M 119G 0% I need the space on da1s1e. Does FreeBSD have any mechanism to enlarge s1d after I delete s1e ? Would GParted be able to do this?