From owner-freebsd-questions@FreeBSD.ORG Sun Aug 14 06:54:07 2005 Return-Path: X-Original-To: questions@freebsd.org 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 0D0B916A41F for ; Sun, 14 Aug 2005 06:54:07 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A154E43D46 for ; Sun, 14 Aug 2005 06:54:06 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so798701wra for ; Sat, 13 Aug 2005 23:54:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fu7UTdE7tpUrblJpW0Jt4ZXdRWlKUuYDkohs6W7dlhnm2zRMkOrsPvAm/Sko7K0sWiyY8KKfK/PctUovXFj0Xk27VNpTzHQmbJsgrbDvuZO5Xd1t3VuBrroKHPkO3SOVtyKKPoXQ6RnmFLpMrgX1NDt8/6+47XEl2KSXsIhmMQs= Received: by 10.54.160.5 with SMTP id i5mr2979874wre; Sat, 13 Aug 2005 23:54:06 -0700 (PDT) Received: by 10.54.6.70 with HTTP; Sat, 13 Aug 2005 23:54:06 -0700 (PDT) Message-ID: Date: Sat, 13 Aug 2005 23:54:06 -0700 From: Lei Sun To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: disk fragmentation, <0%? 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: Sun, 14 Aug 2005 06:54:07 -0000 Hi, I know this question has been raised a lot of times, and most of people don't think it is necessary to defragment ufs, and from the previous posts, I got to know there are sometimes, disksize can be more than 100% But... I got ... /dev/ar0s1a: ... 0.5% fragmentation /dev/ar0s1e: ... 0.0% fragmentation /dev/ar0s1f: ... 0.0% fragmentation /dev/ar0s1d: ... 0.1% fragmentation Filesystem Size Used Avail Capacity Mounted on /dev/ar0s1a 248M 53M 175M 23% / devfs 1.0K 1.0K 0B 100% /dev /dev/ar0s1e 248M -278K 228M -0% /tmp /dev/ar0s1f 221G 1.4G 202G 1% /usr /dev/ar0s1d 248M 30M 197M 13% /var My questions: 1. How do I make /dev/ar0s1a 0.0% fragmentation the clean way? If I really wanted to? 2. How come /tmp is -0% in size? -278K? What had happened? as I have never experienced this in the previous installs on the exact same hardware. Thanks=20 Lei