Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

My harddrive is mysteriously filling up

My harddrive is mysteriously filling up. I am losing GB by the hour. If I reboot I get the space back and then it immediately starts chewing up drive space again.

MacBook Pro, Mac OS X (10.6.5)

Posted on Jun 21, 2011 2:30 PM

Reply
23 replies

Aug 15, 2011 8:55 PM in response to G. Ewald

Reboot as usual (not in safe mode) if you haven't already done so. Launch the Terminal application, copy or drag -- do not type -- the line of text below into the window, and press return:


kextstat -kl | awk ' !/apple/ { print $6 } '


Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)


Next, do the same thing with this line:


sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '


That's one line, not two. You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.


Next, this command:


launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '


Again, one line. Finally, one more:


ls -1 /Library/{InputManagers,StartupItems}


Remember, this is all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.


You can then quit Terminal.

Aug 16, 2011 4:55 AM in response to Linc Davis

Compuer was running great in SafeMode. Though I couldn't get Aperture to work. Fingers crossed for regular mode. When I restarted the computer hung on a blue screen with the spinning gear progress icon. Forced restart.


Here is the text from Terminal:



kextstat -kl | awk ' !/apple/ { print $6 } '

com.parallels.kext.prl_hypervisor

com.jft.driver.PdaNetDrv

com.parallels.kext.prl_hid_hook

com.parallels.kext.prl_usb_connect

com.parallels.kext.prl_netbridge

com.parallels.kext.prl_vnic




sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '


WARNING: Improper use of the sudo command could lead to data loss

or the deletion of important system files. Please double-check your

typing when using sudo. Type "man sudo" for more information.


To proceed, enter your password, or type Ctrl-C to abort.


Password:

com.parallels.vm.prl_naptd

com.jft.PdaNetMac

com.parallels.desktop.launchdaemon

com.microsoft.office.licensing.helper

com.micromat.TechToolProDaemon

com.adobe.SwitchBoard



launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '

com.parallels.vm.prl_pcproxy

com.parallels.desktop.client.launch

com.micromat.TechToolProAgent

com.hp.help.tocgenerator

com.adobe.CS5ServiceManager

com.adobe.AAM.Scheduler-1.0



ls -1 /Library/{InputManagers,StartupItems}

ls: /Library/InputManagers: No such file or directory

/Library/StartupItems:

HP Trap Monitor

Aug 16, 2011 6:28 AM in response to Linc Davis

I also found that Kaspersky AV had a data file 100GB+ in size. I uninstalled that. While the computer seemed to hang on restart from SafeMode so far I have gotten no disk full warnings. Of course I now have 200GB+ of free space.


PDANet I need to use my phone as a modem. TechTool is pretty worthless. Even the full software doesn't really do much.

My harddrive is mysteriously filling up

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.