From owner-freebsd-questions Fri Nov 17 14:25:26 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA03059 for questions-outgoing; Fri, 17 Nov 1995 14:25:26 -0800 Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA03053 for ; Fri, 17 Nov 1995 14:25:17 -0800 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA12843; Fri, 17 Nov 1995 15:27:36 -0700 Date: Fri, 17 Nov 1995 15:27:36 -0700 From: Nate Williams Message-Id: <199511172227.PAA12843@rocky.sri.MT.net> To: Brandon Gillespie Cc: questions@freebsd.org Subject: Re: Disk De-Fragmenter...? In-Reply-To: References: Sender: owner-questions@freebsd.org Precedence: bulk > Does Unix (or specifically FreeBSD) have a disk defragmenter? I know > fsck figures disk fragmentation, but the man pages do not say it does > anything about it... It doesn't need to do anything about it. By design, the BSD FFS minimizes fragmentation, so you don't need to defrag the disk. Nate