From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 08:56:58 2003 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 0DC3116A4B3 for ; Wed, 22 Oct 2003 08:56:58 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8710043F75 for ; Wed, 22 Oct 2003 08:56:47 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.213]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 22 Oct 2003 10:59:23 -0500 Message-ID: <3F96A869.2060003@daleco.biz> Date: Wed, 22 Oct 2003 10:55:21 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: rogue_spider@yahoo.com, freebsd-questions@freebsd.org References: <20031022154447.33556.qmail@web40710.mail.yahoo.com> In-Reply-To: <20031022154447.33556.qmail@web40710.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Oct 2003 15:59:24.0421 (UTC) FILETIME=[76AF5350:01C398B5] Subject: Re: cleaning 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, 22 Oct 2003 15:56:58 -0000 Rogue Spider wrote: >is there a freebsd equivalent to scandisk and >diskdefrag so that i can clean the drive it says on >start up that the dir are fragmented but after that i >am unsertain. > > If there is "fragmentation", it is cleaned up in the boot process (for 4.x) or done in the background after booting (on 5.x). Note that "fragmentation" on a ufs volume is different from what you're used to on DOS/FAT filesystems. As long as the box is running, you have no worries. If there's ever a significant problem, you'll be told to boot single-user and fix it yourself using 'fsck'. HTH, Kevin Kinsey DaleCo, S.P.