Tim have you tried this from a shell at the root of your ZFS partition (or just 
root / )


du -sk | sort


*that’s a pipe sign, not an I or an l  :) 
drop the | sort if you just want to see the folder sizes in alphabetical order

That should give you all the directories sizes in kilobytes sorted lowest to 
highest.  You can then hit the largest ones, dive into that directory and 
repeat.

You could script this if you wanted to do it regularly.


Chad


> On Feb 19, 2016, at 8:41 AM, Tim Brown <[email protected]> wrote:
> 
> Is there a way to determine where space is allocated in ZFS to find which 
> directories
> use the most space. Our root is low on free space and I am concerned about its
> ability to grow.
> 
> Thanks,
> Tim Brown
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to