From owner-freebsd-questions@freebsd.org Tue Sep 8 21:06:43 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 987D89CCAD6 for ; Tue, 8 Sep 2015 21:06:43 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 335411279 for ; Tue, 8 Sep 2015 21:06:43 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wicfx3 with SMTP id fx3so129175417wic.0 for ; Tue, 08 Sep 2015 14:06:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=pwpS8GbZZyBfJNvAq87pSiOQTT39FCco6fo3irvKiSs=; b=OWOZF+boE4JeV3t2HHzN3RcebI3nVMs1hwNSOUEqvWxUQ7nRLnhIUFdd3Sykur6BNJ /stbkBvsi2xhuRZBnUFpvYTENdgx6IZWSEmHjAKHJBeJduF5GW4BoHk4aWF/9onbgVHS ReS5oU/VYLf1TANH9W1x62fa2tktWde78fT5BD8ytrG2b4guY1J7z6oLcniJC1v7JRvf H4ETJ6G/qeYTufqh3j8W0u6n30F1DpPH6nms3HFx1zipeschnkanOHB6/jR0/zJuU8BE PiXz4lwNvX14D/49I87cd8ZmV3p/d4AMVxKuAyF6pQzeCHvD/FEIEzYUBKUJiiQCWPMo qJWQ== X-Received: by 10.194.121.131 with SMTP id lk3mr49116945wjb.77.1441746401655; Tue, 08 Sep 2015 14:06:41 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.198.255]) by smtp.gmail.com with ESMTPSA id h9sm6737220wjx.20.2015.09.08.14.06.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Sep 2015 14:06:41 -0700 (PDT) Date: Tue, 8 Sep 2015 22:06:39 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: Storage question Message-ID: <20150908220639.20412cbd@gumby.homeunix.com> In-Reply-To: <55EF3D23.5060009@hiwaay.net> References: <55EF3D23.5060009@hiwaay.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 21:06:43 -0000 On Tue, 8 Sep 2015 15:00:45 -0453.75 William A. Mahaffey III wrote: > > > I am prepping to bring 2 new FreeBSD 9.3R boxen online. I am trying > to figure out how large to make root & usr partitions to make most > effective use of storage. To that end, I did the following: > > > find / -xdev -maxdepth 3 -type f -exec ls -lSrF {} + It's easier to see the usage if you use: du -xhd1 / and then work down.