My mac air is showing 45.8 gb used as other and cannot find or delete to free space

my macbook air is showing that the hard drive has over 45gbs on it and is classified as other i need to free up space but cannot find these files.  i have downloaded two seperate apps from the app store called broom and disc doctor neither of which has freed up much at all.  I have already cleared all the downloads which helped.

Freeing Up Space on The Hard Drive
  1. See Lion/Mountain Lion's Storage Display.
  2. You can remove data from your Home folder except for the /Home/Library/ folder.
  3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
  4. Also see Freeing space on your Mac OS X startup disk.
  5. See Where did my Disk Space go?.
  6. See The Storage Display.
You must Empty the Trash in order to recover the space they occupied on the hard drive.
You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
Also, see What is "Other" and What Can I Do About It?- Apple Support Communities.

Similar Messages

  • Page designer show small view when using page template and cannot be run

    Dear Experts,
    I need to make some page templates.
    I have build 2 simple page templates, let say template0 & template1 which template1 using template0.
    It show no any problem until I close my Jdeveloper & reopen it.
    When I reopen template1, it show so small in designer (Jdeveloper window).
    Is there any wrong?
    I have build another template, just 1 template.
    When I used it at the first time, no any strange behavior occur.
    After ... (I don't exactly when), it give me the same view in my designer.
    Then I force to use my first tempate (template1 which used template0 inside), I cannot run my application at all.
    After wait several minutes, I found error log in my log messages.
    *#### Server Instance DefaultServer could not be started: Server Instance was terminated.*
    Above the message, I found another error messages:
    *Jun 7, 2009 5:40:19 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: null/tag:xmlContent/id:dte_160d74a
    org.xml.sax.SAXParseException: <Line 69, Column 7>: XML-20100: (Fatal Error) Expected 'EOF'.
    *     at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)*
    Is there anyone that can help me to find out why this error occured?
    Should I raise this problem to metalink or just can post it in this forum?
    Many thanks for your supporting...
    N.B: Below I attach my template0 (AHM000.jspx) and template1 (AHM001.jspx)
    Best regards,
    Dominic Chandra
    AHM000.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM000"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:panelSplitter orientation="vertical" splitterPosition="60">
    <f:facet name="first">
    <af:decorativeBox theme="dark" topHeight="0px">
    <f:facet name="center">
    <af:panelHeader text="#{attrs.pageTitle}">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend">
    <af:panelGroupLayout>
    <af:outputText value="#{attrs.pageName}"/>
    <af:outputText value="#{sessionScope.userState.userName}"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="info">
    <af:statusIndicator/>
    </f:facet>
    </af:panelHeader>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter orientation="vertical" positionedFromEnd="true"
    splitterPosition="20">
    <f:facet name="first">
    <af:decorativeBox theme="light" topHeight="0px">
    <f:facet name="center">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelGroupLayout inlineStyle="text-align:right;">
    <af:outputText value="#{ahmwebtemplateBundleAHM000.VERSION} #{attrs.appVersion}"
    inlineStyle="color:Navy;"/>
    <af:outputText value="© 2009 PT Astra Honda Motor"
    inlineStyle="color:Navy; font-weight:bold;"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM000</display-name>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    AHM001.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM001"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:pageTemplate viewId="/template/AHM000.jspx">
    <f:facet name="mainArea">
    <af:panelSplitter splitterPosition="#{attrs.searchAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="searchArea"/>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter positionedFromEnd="true"
    splitterPosition="#{attrs.infoAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="infoArea"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:attribute name="pageTitle"
    value="#{attrs.pageTitle}"/>
    <f:attribute name="pageName" value="#{attrs.pageName}"/>
    <f:attribute name="appVersion" value="#{attrs.appVersion}"/>
    </af:pageTemplate>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM001</display-name>
    <facet>
    <description>Search Area</description>
    <facet-name>searchArea</facet-name>
    </facet>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <facet>
    <description>Info Area</description>
    <facet-name>infoArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    searchAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    infoAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    </component>
    <af:decorativeBox>
    <f:facet name="center"/>
    <f:facet name="top"/>
    </af:decorativeBox>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>

    Hi...
    Thanks for asking....
    As I put in my post before, I include template0 in my template1, as seen in template1 (AHM001):
    <af:pageTemplateDef var="attrs">
    *<af:pageTemplate viewId="/template/AHM000.jspx">*
    I use AHM000 inside AHM001. I use this approach to build many template based on one basic design.
    Actually, I don't think the problem is in page template usage because as I submitted paralel to Metalink, I've already not called template0 in template1 but I copy template0's contents to template1.
    Unfortunately, page designer show small view and below error messages still occured.
    *Jun 7, 2009 10:25:20 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: /AhmTestTemplate-ViewController1-context-root/template/AHM001.jspx/tag:xmlContent/id:null
    org.xml.sax.SAXParseException: <Line 115, Column 51>: XML-20100: (Fatal Error) Expected 'EOF'.
    Fortunately my application can be run already altough the error message still logged.
    Many thanks,
    Dominic C.

  • TS1506 I have just got a Mac Book Pro after 30 years of using Msoft products and now find a (in my opinion) a piddling issue with attachments in Mail - Apple - just fix it.

    After over forty years in IT I am actually a platform agnostic however I have come to expect some developmental maturity across all products, especially in generally ubiquitous apps such as email.  I am using OS X 10.8.3 on a 2013 build Mac Book Pro and am very happy overall. Is Apple planning on fixing the various problems with Attachments in Mail or are they relying on third party fixes and workarounds? 

    My apologies if I have caused offence, not my intention.  I was unable to view attachements but have since discovered an addon app which solves the problem very neatly.  By way of explanation my frustration comes from Apple appearing to indulge in client lock in as do Microsoft  - this practice was "invented" by IBM and only served to irritate clients and inspire excellent work arounds by third parties - much the same as I notice with Apple.  I thought Apple would have outgrown this after the IIe vs BBC but I see this is not the case.  I have recently upgraded to Mavericks and have no problems with Mail but am now unable to transfer material from Mac Pro to Ipod unless I use the icloud - something I do not want to do for a variety of reasons, not the least being able to transfer MY data without the use of an unsecured transition area.  I am very happy with the quality of the Mac Pro but less than happy with the restrictive practices of Apple; I realise Microsoft have similar practises but they are not as completely disruptive to what are generally simple operations commonly required when using computers.
    My thanks to all the others who reponded - this is my first foray into the world of forums and I will continue to learn the rules.

  • Why my mac air is showing recovery files folder in trash every time

    Hi
    my mac air is showing recoveryfiles folder in trash every time i restart/start my computer and another problem is all the browsers are showing me mac keeper advertisement prominently.. how to get rid of thiese problems? pl. help.

    The recovered files are due to an application that fails to clean up its temporary files before exiting. Microsoft products are notorious for this.
    Quit Safari. Relaunch it by holding down the shift key and clicking its icon in the Dock. That will stop the ad page from reloading automatically. Select Safari ▹ Preferences ▹ Privacy ▹ Remove all website data to get rid of any cookies or other data left by the server.

  • Is there anyway to have an 11 inch mac air connected to an external monitor with lid closed and still be able to see content. I have a wireless ketboard and mouse and have tried everything. Only works when plugged in.

    Is there anyway to have an 11 inch mac air connected to an external monitor with lid closed and still be able to see content. I have a wireless ketboard and mouse and have tried everything. Only works when plugged in.

    You are referring to a feature called Clamshell Mode, please read Clamshell Mode setup for instructions.
    BTW when posting when you use generalities such as "have tried everything" this tells us nothing. When posting please be specific and try to paint a complete picture. It just makes things easier for those trying to help you.

  • My mac air hS stopped working suddenly it won't start and just beeps

    My mac air hS stopped working suddenly it won't start and just beeps

    Hi Anjinbombay,
    If your MacBook Air won't start up, you may find the following articles helpful:
    Apple Support: My computer won't turn on
    http://support.apple.com/kb/TS1367
    OS X Lion: If you hear beeps when your computer starts up
    http://support.apple.com/kb/PH4376
    Regards,
    - Brenden

  • How do I get the shape/line 'properties window' on Photoshop sc4. (mac)  It shows it on the help videos but I cannot find it?

    How do I get the shape/line 'properties window' on Photoshop sc4. (mac)  It shows it on the help videos but I cannot find it?

    For a crisp border of any color or any size, Just expand the "Canvas" by 0.5 inches or whatever dimension your file needs.

  • Mac air start up,then pop-up yahoo mail screen, and ask me type password..how can i cancel it

    Mac air start up,then pop-up yahoo mail screen, and ask me type password..how can i cancel it

    Ok, finally I figure it out!!
    You need to give computer access to the password of Yahoo.com
    You go to the application "Key Chain" that is included in your MacBook Pro.
    Then you go to the first tab that should say something with "Login/Session" and you should see all your saved passwords.
    Scroll down to the saved password of  "Yahoo: your-username @ ...
    Click on it, you should see a window opening
    Go to the tab "Access Control"
    Then click on "Allow all applications to connect .. ", NOT the option "Ask every time for allowance" or you can also just add the program "MAIL" with the "+" icon !!
    There you go, now you should not have to worry again !!!!!!
    (this step copy form someone posted)
    Anyway can fixed it!!!!!

  • I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • In itunes, my ipod shows six gigabytes of "other" and i have no idea what that space is used for.

    In itunes, my ipod shows six gigabytes of "other" and i have no idea what that space is used for.

    Other usually contains app data and other miscellanious items. However 6GB is awfully big so it's likely been corrupted. I would restore.

  • I have just switched from windows and bought myself a new mac mini, only had it a few weeks and already getting message not enough free space. Help, surely cant be out of space already

    I have just switched from windows and bought myself a new mac mini, only had it a few weeks and already getting message not enough free space. Help, surely cant be out of space already

    It sounds unlikely of course. But from your question it's hard to tell what might have filled your HDD. Are you constantly on file sharing or has filled the drive with movies?
    Best way to tell is to start checking what folders occupy space. "Get Info" for the HDD and its subfolders is a way to start checking where the data in question resides.
    And as BGreg say, call Apple support is also a good way to begin with.

  • I am considering purchasing the Mac mini for home studio audio production using Adobe Audition and a USB microphone.  Will the base mini model run these programs?

    I am considering purchasing the Mac mini for home studio audio production using Adobe Audition and a USB microphone.  Will the base mini model run these programs?

    The base mini has 4GB and a 5400 RPM hard drive. It is slow to start up and slow to launch large application such as Word (and I'd assume Adobe Audition) due to the slow drive. I've not used a new 4GB model, just the 8GB model, and the 8GB model (except for the slow drive) handles everything I've thrown at it, including running Photoshop, Word, Safari, and Mail at the same time but there is sometimes a delay switching between programs as the swapfile is updated. Overall I was not happy with the 5400 RPM drive (perhaps because I have MBA and iMac with Fusion drive) so I eventually upgraded it with an SSD. Now the mini is truly a warrior.

  • Downloaded a trial version of the "Living Earth Desktop" screensaver and cannot get rid of it. I deleted the download and cannot find it anywhere else on my mac. I will change the desktop image and the living earth image will pop back up minutes later.

    Downloaded a trial version of the "Living Earth Desktop" screensaver and cannot get rid of it. I deleted the download and cannot find it anywhere else on my mac. I will change the desktop image and the living earth image will pop back up minutes later. Does anyone know how I can make this image stop taking over my desktop? Thanks!
    http://download.cnet.com/Living-Earth-Desktop/3000-2049_4-10789812.html
    This is the website.

    IF you know the exact file name of the download, you can search for it in the spotlight.
    (This icon) in the upper right corner.
    If you don't know the exact file name, you may have to redownload it so you can see it.
    I would also try doing a reboot after you change your desktop background to what you want.

  • HI there, i purchased CS5 Photoshop back in 2010, and had to format my mac.  Now i need to download my CS5 again, but cannot find the download files.  Where can i find the download of CS5? I have my serial code but cannot find the download.

    HI there, i purchased CS5 Photoshop back in 2010, and had to format my mac.  Now i need to download my CS5 again, but cannot find the download files.  Where can i find the download of CS5? I have my serial code but cannot find the download.Downloading, Installing, Setting Up

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • HT1338 I am using iPhoto '11 version 9.4.2 on Mac OS X.  I have a Leica D-LUX 6 and cannot get iPhoto to read my RAW files.  Please help.

    I am using iPhoto '11 version 9.4.2 on Mac OS X.  I have a Leica D-LUX 6 and cannot get iPhoto to read my RAW files.  Please help.

    Answered here:
    https://discussions.apple.com/message/20493786#20493786

Maybe you are looking for