is there a piece of software like treesize for macs, my laptop HD is nearly full and I want to see where all the space is being used up!
is there a piece of software like treesize for macs, my laptop HD is nearly full and I want to see where all the space is being used up!

There is this application id-design, inc. | WhatSize shareware for up to 20gb or $12.99 for the full version. There are also some ideas on how to use the terminal to get a list which is simmilar here http://ask.metafilter.com/32028/Nest...le-size-in-OSX
Last edited by SYNACK; 9th August 2008 at 03:01 PM.
Open up a Terminal window
cd [directory you want to check]
du -sm * | sort -rn
This will give you a list (biggest first, size in megabytes) of files/directories below where you run the command from.
Graphically, hard drive usage can be analysed using Disk Inventory X.
Maria
There are currently 1 users browsing this thread. (0 members and 1 guests)