From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 09:31: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 3813616A4CE for ; Wed, 7 Jan 2004 09:31:14 -0800 (PST) Received: from grenada.globat.com (grenada.globat.com [203.22.204.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BBE43D4C for ; Wed, 7 Jan 2004 09:31:10 -0800 (PST) (envelope-from freebsd@mazenalzogbi.com) Received: from tonga.globat.com (tonga.globat.com [203.22.204.117]) by grenada.globat.com (8.12.6p3/8.2004.1) with SMTP id i07HV748078709 for ; Wed, 7 Jan 2004 09:31:09 -0800 (PST) (envelope-from freebsd@mazenalzogbi.com) Received: (qmail 37521 invoked from network); 7 Jan 2004 17:31:06 -0000 Received: from unknown (HELO MAZEN) (217.165.189.219) by tonga.globat.com with SMTP; 7 Jan 2004 17:31:06 -0000 From: "Mazen S. Alzogbi" To: "'Jerry McAllister'" Date: Wed, 7 Jan 2004 21:30:31 +0400 Message-ID: <1691D8C9A2220149A8AF30209B5D0EB467F551@sc3.shuaacapital.co.ae> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <1691D8C9A2220149A8AF30209B5D0EB4C2FC2D@sc3.shuaacapital.co.ae> cc: freebsd-questions@freebsd.org Subject: RE: Disk defragmentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 17:31:14 -0000 Yeah, I just landed from MS Planet to FreeBSD and I am NOT leaving :) Thanks for the explanation. Cheers, Mazen -----Original Message----- From: Jerry McAllister [mailto:jerrymc@clunix.cl.msu.edu] Sent: Wednesday, January 07, 2004 9:27 PM To: Mazen S. Alzogbi Cc: freebsd-questions@freebsd.org Subject: Re: Disk defragmentation > > Hi, > > How can I defragment my HDD partitions in FreeBSD? You don't need to. The FreeBSD file systems don't have a problem with fragmentation. If you run fsck and see the word fragments, it means something other than in the MS world. But, if you insist on doing it, your best bet would be to use dump(8) to make a complete backup of the filesystem. Then re-newfs(8) it and then restore(8) the backup in to it. ////jerry > > Cheers, > > Mazen >