From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 08:11:47 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 4900616A4CE for ; Mon, 21 Jun 2004 08:11:47 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E53343D4C for ; Mon, 21 Jun 2004 08:11:47 +0000 (GMT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BcJtv-0003Cg-00; Mon, 21 Jun 2004 10:11:35 +0200 Received: from [212.202.43.252] (helo=localghost.muenther.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BcJtv-0000MI-00; Mon, 21 Jun 2004 10:11:35 +0200 Received: by localghost.muenther.de (Postfix, from userid 1001) id D7F3421E87B; Mon, 21 Jun 2004 10:12:02 +0200 (CEST) Date: Mon, 21 Jun 2004 10:12:02 +0200 From: Jan Muenther To: Edd Message-ID: <20040621081202.GA1538@localghost.muenther.de> References: <001701c4575d$edb47c20$0200a8c0@LLAPTOP> <200406210740.i5L7ekg17714@server1.web-mania.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406210740.i5L7ekg17714@server1.web-mania.com> User-Agent: Mutt/1.4.2.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: freebsd-questions@freebsd.org Subject: Re: [FreeBSD] Silly Question 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: Mon, 21 Jun 2004 08:11:47 -0000 > fsck is what your looking for. > > To find out more type: > man fsck Hm, not really. UFS doesn't fragment as hard as FAT or NTFS do, so there's no need to actively defragment it. It's just a tad bit more clever with block allocation than those other file- systems. You don't need to run fsck manually, on a regular basis. It's there to fix things when problems appear or you didn't dismount the filesystems normally. In that case, /etc/rc runs it anyway... in some rare cases you need to run it from single user mode, but hey, you'll notice when you need to do that :> Cheers, J.