Help needed: Disk space does not free up even after deleting files.

Background information for this problem: I have my iPhoto library on an external HD, and was importing files from that same drive into iPhoto, and began receiving messages that I was very low on disk space on my internal HD. From here, it seemed like iPhoto was using my boot drive for some kind of cache. Regardless of the actual reason, I began moving files from my internal HD to fix this problem temporarily (while I was importing).
At this point, I started fiddling with my files and found that no matter how many files I would delete from my HD, the available space in the finder would not free up. *At this point, I have less than 20GB on my HD, yet it says I have 1.23 GB available out of 108 GB.*
Here is what I have already tried to fix the problem, to no avail:
a) Original user was using Filevault. I backed up all the files, created a new user without Filevault, and restored the files.
b) Booted from CD and used Disk Utility to erase free space.
c) Verified and fixed permissions
d) Deleted all app and system caches (via CacheOut X)
e) Fixed/Repaired all user/system preferences (via Preferential Treatment)
*Does anyone have any idea what's going on?*
-

Thanks for the suggestion.
I ran WhatSize and here is the result. Oddly, it says there is 40.2 GB used (in the top-left) which conflicts with the information directly below it: "Capacity 108 GB, Used 103GB, Available 4.27 GB". Not so helpful.
Disk Inventory X solved the problem, however. Much thanks! I wasted most of my weekend troubleshooting this sad issue. Anyway, Disk Inventory X revealed a bug where my external hard drive for photos was still appearing as a mounted volume, even though the HD was no longer connected. Freaky.
After moving it to the trash and deleting it, I've recovered the space.
Again, thanks! Contact me if you're curious about the details, as this might help you diagnose similar problems in the future.
- Mike

Similar Messages

  • I delete files but my available disk space does not increase

    I delete files but my available disk space does not increase.  What to do?

    Try reindexing the hard drive:
    http://support.apple.com/kb/ht2409

  • Firefox does not stop loading even after the site is loaded and continues as if it is still loading. I have clocked it to 15 minutes, why?

    Firefox does not stop loading even after the site is loaded and continues as if it is still loading. I have clocked it to 15 minutes, why? edit
    Details

    Sorry, I should distinguish between slow loading and manual reloading.
    I understood your problem to be that Firefox never finished loading the page, i.e., some part of the page was loading too slowly.
    By reloading, I meant Ctrl+r (or the reload button), to manually reload the page. You can disregard any cached files and reload all content fresh from the server by adding the Shift key, i.e., Ctrl+Shift+r (helpful when specific sites do not load correctly).
    If the page is automatically reloading itself over and over, that sounds like a completely different problem.

  • TS2771 My daughters iPod touch does not turn on even after hooked up to charger for over 24 hours. Tried to hold the power button and home button at same time for 10 seconds and still did not turn on.

    My daughters iPod touch does not turn on even after hooked up to charger for over 24 hours. Tried to hold the power button and home button at same time for 10 seconds and still did not turn on.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • Emergency disk full error, doesn't create room after deleting files

    Oh, this seems like it could be bad. I got the error and even after deleting 800 MB of large files, I can't even download a 2.4 MB utility file to help figure this out.
    What can I do?
    I can't even upload a file to my server...!

    1. Deleted hundreds of MB of my files.
    2. Emptied the trash, yes.
    3. Restarted.
    4. Still can't copy 2 MB of data, says it's full.
    I don't know where to look to check system resources or where to find any resident small utility file that could discover enormous files written in error to the disk (my guess). I was a Windows person in another, but recent, life.
    Thanks for any help while I can still communicate...
    GIna
    P.S. Time Machine is running now with no error, so perhaps I'll have a full backup. Disaster for tomorrow noon deadline.

  • OpenBrWindow Help Needed - Clickable Hand Does Not Appear

    I have created a new window that opens upon clicking any of
    the photos referred to in the code below. All works well, HOWEVER,
    when one rolls over the photos, the "hand" indicating the object is
    clickable does not appear. Is there something I have left out of
    the code? How can I fix?
    Any help greatly appreciated. Thank you!
    Denise
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159" style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Denise
    Mason Chambers.jpg" width="95" height="159" style="margin:10px 55px
    10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    /><img src="../images/veritcal-line.png" width="2"
    height="180" /><img src="../images/Source/About Us/Michelle
    Choquette.jpg" width="95" height="159" style="margin:10px 50px 10px
    55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menubar=yes,scr ollbars=yes,width=905px,height=650px')"
    />

    You have applied the behavior directly to the <img> tag
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management
    Don't do that. Remove the behavior. Then select the image.
    Enter "#" in
    the Link field of the Property inspector. Press Tab to cement
    that change.
    Now your image is wrapped in an Anchor tag, e.g.,
    <a href="#"><img ...></a>
    With the image still selected, click on the <a> tag
    directly to its left on
    the tag selector, and now apply the behavior. It will be
    applied to the
    anchor tag, and you will get the finger, so to speak.
    Alternatively you can move the code manually. Change this -
    <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    style="margin:10px 55px 10px 55px;"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px')" />
    to this -
    <a href="../images/Source/About Us/Jay Betz.jpg"
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    r=yes,scrollbars=yes,width=905px,height=650px');return
    false"><img
    src="../images/Source/About Us/Jay Betz.jpg" width="95"
    height="159"
    style="margin:10px 55px 10px 55px;" /></a>
    (I added a little bit there to make your link work even if
    javscript is
    turned off in the browser)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dmchambers" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have created a new window that opens upon clicking any
    of the photos
    >referred
    > to in the code below. All works well, HOWEVER, when one
    rolls over the
    > photos,
    > the "hand" indicating the object is clickable does not
    appear. Is there
    > something I have left out of the code? How can I fix?
    >
    > Any help greatly appreciated. Thank you!
    >
    > Denise
    > <img src="../images/Source/About Us/Jay Betz.jpg"
    width="95" height="159"
    > style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Denise Mason
    Chambers.jpg" width="95"
    > height="159" style="margin:10px 55px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')"
    /><img
    > src="../images/veritcal-line.png" width="2" height="180"
    /><img
    > src="../images/Source/About Us/Michelle Choquette.jpg"
    width="95"
    > height="159"
    > style="margin:10px 50px 10px 55px;"
    >
    onclick="MM_openBrWindow('management-bios.html','Directors','location=yes,menuba
    > r=yes,scrollbars=yes,width=905px,height=650px')" />
    >
    >
    >

  • TS3048 unable to connect to keyboard. System does not detect keyboard even after switching on and off. Mouse working fine. Earlier was working fine. Keyboard is not detectable by I mac . Tried a different keyboard same problem.

    Changed batteries of keyboard -initially connected but now does not connect. Used a diffeerent keyboard -same result. Keyboard not seen in bluetooth devices.Switching on and off as well as re booting has not helped. Keyboard light continues to blink.

    Hey Gautam5058,
    Thanks for the question, and welcome to Apple Support Communities.
    The following articles provide troubleshooting steps that may help to resolve your issue:
    Apple Wireless Keyboard: Difficulty during pairing process
    http://support.apple.com/kb/TS1569
    Bluetooth Quick Assist
    http://support.apple.com/kb/HT1153
    You may also want to try resetting your computer's PRAM and NVRAM.
    To resolve this issue:
    1. Turn the Apple Wireless Keyboard off.
              - For an aluminum Apple Wireless Keyboard, hold the keyboard's power button for more than 3 seconds.
              - For a white Apple Wireless Keyboard, turn over the keyboard, and turn the power switch to the off position.
    2. Click the "Continue" button as the Setup Assistant instructs.
    3. Power the Apple Wireless Keyboard back on.
    4. Enter the 8-digit passkey and press Return. Important: You MUST press Return after you enter the 8 digit code.
    Thanks,
    Matt M.

  • InDesign asterisk does not go away even after saving

    I have a file in CS4 InDesign that I have made a number of changes to, and when I saved it, then opened it again, it had the asterisk next to the title, indicating that it needs to be saved, but all I did was OPEN it. I have a Mac using Snow Leopard (purchased in 2010) and I am currently using CS4 InDesign. Other than that, InDesign works fine. I have tried doing a SAVE AS, I have tried exporting the document as an IDML file, then opening in InDesign and saving, only to see the asterisk again. Sometimes, on other docs, exporting as an IDML works. I read it gets rid of the accumulated "junk" from multiple saves. Any ideas? Like I said, just 1 or 2 files. By the way, these files were done in CS4--not an earlier version of CS, as I know that would say CONVERTED next to the name, which this does not.

    That is more for an InDesign program problem that effects the functionality of the program for most or all documents. This is only for a couple of well-used docs. I have my prefs set and I don't want to recreate them. Besides, that hasn't worked in the past. I'm attributing the asterisk issue with too much junk in the doc along with a lot of saving. It will be easier to recreate the file and start fresh. I have found that any other strange behavior (rare) is solved by simply exporting the file as an IDML or INX. Thanks for your suggestions.

  • TS3274 My ipad does not go off, even after pressing the off button for minutes and re set. What could I do next?

    My Ipad does not go off again, even after pressing the off button and re set, what can I do to switch the I pad off.

    Try a reset a few more times.
    Hold the Sleep and Home button down until you see the Apple logo.
    Data will not be affected.

  • Help Needed: Airport Express does not work

    My Airport Express was ok until one day I setup it under bridge mode in a hotel room. Now neither my iMac and Dell laptop can update the settings in the Airport Express. It always shows error in reading the settings.
    I have tried soft, hard reset and also tried to bring it back to factory settings. However, all these trials were not successful. It did not even blink with green light when I tried to reset it to factory settings (hold the reset pin, plug in power socket and then release the pin... I believe I did it right).
    Also the network name I created in this Airport Express did not change to default name. The Airport Express name was restored to default though.
    Does anyone know how to fix this? Do I have to send the hardware to Apple to fix it or it is just a software failure that I can fix at home with you guys help?
    Thanks!

    Same problem here -- followed instructions to do factory reset to a "T", never saw blinking green LED. Instead led blinks yellow. Always get an error in Airport Utility.
    Apple had best quit poking fun at how lousy Microsoft stuff is before someone sees the large number of product complaints logged in the forums. It isn't smart to toss stones in a glass house.

  • Urgent Help Needed! N85 Does Not Display All SIM C...

    Just updated my N85 (RM-334) to softwaer version 30.019 and installed some apps (such as Opera Mobile 10beta2, skyfire, youtube) and used my SIM card on other phones for 4 days. When I switched back to N85, I found only 98 SIM card contacts were displayed. But actually it has 248 contacts in SIM card.
    I took out the SIM card and tried it on other phones like NOKIA 5300, blackberry, and all 248 contacts can be displayed on those phones. I tried adjusting contacts setting but nothing changed. Could anybody give a suggestion or hint how can I get back those contacts?
    Thanks

    /t5/Nseries-Devices-and-S60/N85-not-recognizing-contact-numbers/m-p/670931/highlight/false#M204946

  • I updated to windows 8.1. Now acrobat writer does not work anymore even after repair. I am getting an activation error when trying to make a pdf. What should I do?

    Can somebody help. A phone number to contact acrobat writer support? I paid for the program and it worked perfectly until I updated form windows 8 to windows 8.1.
    I am getting the error"not allowed to use the software, I think license issue or something like that even though I paid for it".

    Hi sergeguzy,
    Which Acrobat version are you using?
    By saying Acrobat writer, do you mean Adobe PDF printer in Acrobat or PDFMaker in Office products?
    Also, you might try repairing Acrobat from the Help menu.
    Hope to hear from you.
    Regards,
    Anubha

  • Firefox 3.6. Internet connection vodafone mobile broadband. Pubmed website does not search. Even after making all previously described advice (javascript, cache, firewall, cookies). Pubmed works with ie. Pubmed in mozilla works with a wifi connection

    I have a vodafone mobile internet connection (3G). In mozilla enviroment, i cannot search in Pubmed website (www.pubmed.com). I click the SEARCH button but nothing happens. I have made all the previously mentioned corrections (javascript, cookies, cache, firewall) but the problem still exists. When i get connected via a wifi internet connection, Pubmed in mozilla browser works properly.
    It should be mentioned that Pubmed works fine either in mobile 3G connection or in a wifi internet connection. I would be grateful if someone could respond to my problem.

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • Firefox is already actif but does not respond. and even after changing the default properties the problem comes back (Read-only)

    everytime I close Firefox, it select the option "Read-only".
    I stop the proces via Task management and then I can start Firefox again. I close it and the "Red-only" option is back again.

    Do you get this error only after closing and restarting Firefox or always?
    In case of the latter:
    Do you still have a default profile and is the profile as you see in the profiles.ini file marked as "Default=1" still present?
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Try to delete the profiles.ini file to force Firefox to create a new profiles.ini file and a new default profile.
    *http://kb.mozillazine.org/profiles.ini_file
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use

  • Share does not show up even after turning home sharing off and on again.

    I cannot share movies between my computers.  The Share item appears in list after resetting Home Sharing but disappears reight after.

    Hello, lrc2. 
    Thank you for visiting Apple Support Communities.
    Here is an article I would recommend taking a look at.  Try all of the steps in this article and if you are still experiencing the issue, see step 9.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Cheers,
    Jason H.

Maybe you are looking for

  • How do you move your iphoto library to an external hard drive--step by step because I dont even know the basics--Help!

    I have no more space on my hard drive and my computer keeps freezing.  I would like to move my 10,000 photos from IPHOTO to an external hard drive but dont know how to do it.  I am reading answers to similiar questions but dont know how to do even th

  • Error ITMS-9000: Invalid Segment Alignment

    Hello everyone, This is my first time submitting an app to the app store.  I've done ad-hoc distribution before, but my client needs this app on close to a thousand of their iPads, and they have corporate offices everywhere, so B2B is the way I have

  • Compatiblity check for DB2E 8.2.4 with SAP MI Client 2.5 SP 20

    Hi all, We  are developing a mobile sales application for CRM using xapps MSAHH 5.0. We are using SAP MI 2.5 SP 20 and DB2E 8.2.4 . We have configured the backend for activity related data, but when try to run the application on client it is giving a

  • SaveXML Document_Lines Twice

    Dear everyone,   I already applied the PL 12 on SBO 2005A.  But, when i execute the DI SaveXml().  It still has two document lines node. How could i solve it?? Regards, Kit

  • Journal Voucher Rows BP

    Hi, I am trying to add a journal voucher using the DI API. When I put a GL Account for the account code it works fine. If I put a business partner code I get an error saying "Invalid Account Code". Can anyone help? thanks