Storage question

RW rwmaillists at googlemail.com
Tue Sep 8 21:06:43 UTC 2015


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.



More information about the freebsd-questions mailing list