macos – How can I work out what’s slowly consuming my drive house?

macos – How can I work out what’s slowly consuming my drive house?


I’ve had a very related concern, and so I made a decision to compile a number of strategies for fixing it. So, following, there are these choices and a few of them I acquired from the solutions already supplied right here. I perceive it is a little bit offtopic from the query, nevertheless it’s in tune with the solutions. This has many components and people are all softwares I may attempt myself one way or the other.

It is typically a good suggestion to pay shut consideration for utilizing the sudo choices under so the software program can have entry to each file, which can seemingly embody some large hidden ones.


Here is a quick record of apps for checking the disk utilization:

  • GrandPerspective is just graphical, utilizing the Treemap, it will possibly measure recordsdata by logical or bodily strategies earlier than scanning, present/disguise package deal contents and alter colour scheme on the fly. It additionally is ready to save the scanned information for archiving or evaluating a number of home windows.

  • Disk Stock X additionally makes use of the Treemap graphical scheme however alongside facet a listing view of folders and recordsdata. The grahpics is not pretty much as good as GrandPerspective neither the record pretty much as good as OmniDiskSweeper, nevertheless it does an excellent job mixing each. It has a Finder plugin and probably the most choices between the three on preferences. It is probably the most advanced, however not all full.

  • OmniDiskSweeper is non-graphical and similar to Finder’s column view. You select the folder or disk to analyse, it should organize them by disk utilization after taking its time to calculate. You possibly can then simply delete (transfer to trash) something listed.

So every one has its benefits and highlights, I am nonetheless undecided if there’s one which comes on high. They’re all free.


There may be additionally a distinct method, of apps for scanning particular anticipated locations and recordsdata for house utilization in non-optimal methods. They principally collect some identified issues in regards to the system that may be bloating your disk multi function good interface so you possibly can see and resolve what to delete.

  • CleanMyMac lists caches, logs, language recordsdata, common binaries, growth “junk”, extensions and functions. It scans by the recordsdata and in addition makes use of some information base it has. Nice interface, easy to make use of. CleanMyMac has a free trial which can solely clear as much as 500 MB.

  • XSlimmer may be very particular. It take away “pointless” code from “fats” binaries and Strip out unneeded languages, because it says on the web site. Common Binaries, that’s, use a number of house for storing recordsdata to run in a number of totally different architectures and languages. So, this strips all of them to shrink to solely your laptop wants. XSlimmer is at the moment discontinued.


One other method is in search of duplicate recordsdata. There are various business choices, some could also be higher than the listed under, I have never tried all of them. Anyway, I am itemizing my selection of apps contemplating which of them I used to be capable of attempt.

  • TidyUp is a really well-known app on this topic. You possibly can specify the place to scan for what sort of duplicates. It presents primary and superior modes, a number of totally different methods and criterias.

  • MrClean is a free instrument that simply scans for folders for duplicates and trash them. Very simplistic however environment friendly should you’re positive on what you are doing.

  • Chipmunk scans duplicates and allow you to select which of them you need to trash. It presents a node-view of folders and you’ll choose to “delete all recordsdata in a folder which have duplicates elsewhere, or vice versa” in addition to hand-picking. It could take very lengthy to scan all recordsdata, nevertheless it does a really respectable job after that.

  • DupeCheckdrop a file on it and it’ll use your Highlight index to see if in case you have a possible duplicate someplace.” That is about this good open supply app. Not an awesome instrument for house cleansing directly, however over time it helps you retain your house clear.

  • DuplicateFileSearcher from the web site: “is a free highly effective software program utility that may make it easier to to search out and delete duplicate recordsdata in your laptop. It can be used to calculate MD5 and SHA hashes. The software program runs in Home windows, Linux, Solaris and MacOS.“. Sufficient stated.


Subsequent I will briefly talk about on an analogous method by quoting related components about two different issues that may be executed to search for lacking disk house, with out putting in something new, simply utilizing the command line (the Terminal).

This (lengthy however good) one is from MacFixIt boards (go there for extra choices and particulars):

Generally, there actually are recordsdata occupying a part of the amount, however the recordsdata are invisible in regular use of the Finder.

Utilizing the Finder’s Go to Folder characteristic (within the Go menu), take a look at the sizes of the contents of those folders, by pasting in these pathnames:

/non-public/var/vm 
/non-public/var/log 
/Volumes 

The /non-public/var/vm listing accommodates the swapfiles utilized by digital reminiscence. New ones are made as extra information is swapped from RAM to the laborious drive. Your entire course of of making them begins at every reboot or restart; don’t try and take away them your self. Test the full dimension of all of the swapfiles, proper after you boot, and because the disk fills up. In Panther, the primary two swapfiles are 64 MB, then every new one is twice the dimensions of the preceeding one (128 MB, 256 MB, 512 MB, 1 GB) as much as a most dimension of 1 GB. In Tiger, the primary two swapfiles are 64 MB, the following one is 128 MB, and any extra swapfiles are 256 MB.

If you don’t run the day by day, weekly, and month-to-month upkeep scripts (both through the use of a utility, or by operating the instructions sudo periodic day by day, sudo periodic weekly, and sudo periodic month-to-month in Terminal), the logs on the startup quantity can turn into too massive. If an error is going on steadily and is being logged, you possibly can have a really massive file at /non-public/var/log/system.log.

The recordsdata in /Volumes ought to be aliases to your mounted volumes. Don’t take away these aliases, as a result of something you do to them occurs to the contents of the corresponding volumes. If you’re not assured which you can discover this folder with out mishap, earlier than you start, correctly unmount any quantity aside from the startup quantity, if the lacking disk house downside impacts solely that quantity. Exterior FireWire drives may be disconnected after correct unmounting.

Generally, backup applications that can’t discover an supposed vacation spot (or goal) quantity for a backup create a folder with the identical title because the vacation spot, and put the folder into the /Volumes listing. There are instances by which the whole startup quantity has been backed up on itself, in a folder inside /Volumes. If the quantity of lacking house is in regards to the dimension of your person folder, such a backup is prone to be the reason. When you use Carbon Copy Cloner or one other backup or cloning utility and have its preferences configured to create a backup on a schedule, and the supposed vacation spot quantity shouldn’t be mounted or is sleeping on the scheduled time, the backup is created within the /Volumes listing.

To verify the dimensions of the usually invisible /Volumes listing on the lively startup quantity, open a brand new Finder window. Choose the startup quantity within the record on the left, then select column view (the one on the proper of the three views). From the Finder’s Go menu, select Go to Folder, and paste in:

/Volumes 

The /Volumes listing turns into seen within the Finder; discover its dimension by choosing it and typing Command I. My /Volumes listing is reported to be 12K.

This different one is from Mac OS X Hints boards (not way more to see there):

Chances are you’ll need to run a du in terminal to see what’s all occurring. This might take a couple of minutes to run.

An instance can be to open up terminal.app then run these instructions:

sudo du -h -d 1 -c /

Enter your password when it prompts for it then let it go, it should take a couple of minutes to run so be paitent.

du stands for Disk Utilization. There’s additionally df. I like together with the -x to the above command, and kind;

sudo du -cxhd 1 / | kind -h

Including to the command line choice, you might use an automator service for opening any app. With this you’re going to get totally different (and extra full) outcomes on GUI.

Or, should you’re on a Energy PC, utilizing Rosetta or something earlier than Snow Leopard, you possibly can combine any of the earlier than talked about apps with Pseudo. It is a bit of app to open issues as admin. Image it like a GUI for sudo.


Lastly, there is a full beginner information on “The X Lab” that I simply will not quote right here for it is too lengthy.

Leave a Reply

Your email address will not be published. Required fields are marked *