The mystery of "ghost files" - (probably a bug?)

Hey there,
i recently noticed a very strange behavior regarding to folder sizes. I have to handle some huge amounts of files from time to time. This files are stored in directories  in my home directory. Then i’m going to delete a huge amount of that files. But after deleting the folder size stays the same, even if there are no files in that folder.
So i decided to set up a little experiment.
$ mkdir test{1,2}
$ du -hs test{1,2}
4,0K test1
4,0K test2
$ for i in {1..5000}; do touch test1/$i; done
$ du -hs test{1,2}
76K test1
4,0K test2
$ rm test1/*
$ ls -a test{1,2}
test1:
test2:
$ du -hs test{1,2}
76K test1
4,0K test2
dirk ~ $
First I created two empty directories (proven by using du), then I started a loop with 5000 iterations to create 5000 empty files in that directory. Now the directory contains informations with an over-all size of 76K, which is correct, because of the directory contains 5000 files. Then i cleared the whole directory by using rm. now the directory is empty (proven by ls which only shows . and .. in both directories). But using du again shows, that the directory test1 (which contained the 5000 files before deleting them) still has a size of 76K despite it’s as empty as test2.
Both of the directories (test1 and test2) contain the same amount of files (none except . and ..), but why is the size of test1 76K and the size of test2 only 4K?
I know why test1 was 76K while it contained the 5000 files. But why is it still 76K after deleting the files, and why gets the size not adjusted after deleting the files?
I’m looking forward to your explainations.
Thanks in advance!
Kind regards,
Dirk

So i waste my disk space (5000 was only for testing purposes) because of thousands and thousands of useless inode pointers in a directory? Is there a way to change this behavior?
Edit: Well, maybe there is, but i don’t know, but i created a little Python script to get rid of that useless inode pointers:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: ts=4:sw=4
# CC-by-sa, Dirk Sohler, [email protected]
""" It seems like Linux keeps inode pointers for already deleted files in
directory definitions. By using this script the problem still is there, but
the results are fixed by moving all files into a new directory (keeping
file metadata)
import os
from optparse import OptionParser
import tempfile
import shutil
def opts():
"""Parses the options given by user"""
parser = OptionParser()
parser = OptionParser(
usage='%prog [options] {directory name(s)}',
version='%prog 0.1')
return parser.parse_args()
def getsize(dirs):
s = 0
for d in dirs:
s += os.stat(d).st_size
return s
def mvdirs(dirs):
count = 0
for d in dirs:
dirname = d
tmpdir = tempfile.mkdtemp()
shutil.copytree(d, tmpdir + '/d')
shutil.rmtree(d)
shutil.move(tmpdir + '/d', dirname)
shutil.rmtree(tmpdir)
count += 1
return count
def main():
o,dirs = opts()
os = getsize(dirs)
ct = mvdirs(dirs)
ns = getsize(dirs)
sd = os - ns
mb = round(sd/1024.0/1024, 2)
print('You just saved %s bytes (%s MB) by processing %s directories'
% (sd,mb,ct))
if __name__ == '__main__':
main()
Call with directory name(s):
$ cd "my huge directories"
$ antiwaste.py *
You just saved 6434816 bytes (6.14 MB) by processing 31 directories
$
This script was done quick’n’dirty. Use at your own risk
Last edited by Dirk Sohler (2011-01-31 04:17:58)

Similar Messages

  • Quicktime movie - publishes a ghost file, placing on the page

    I have two questions.
    First - the ghost file
    I dragged a Quicktime movie file to a page and then published to a folder. I realised that I had attached a 27Mb file instead of a smaller file (750k) that I had meant to. I deleted the large file (select/delete) and dragged the new file on to the page and published to a new folder. However the large file keeps publishing even though I thought I had deleted it. I always end up with the large file and small file in the published folder. How can I stop this happening?
    Secondly - placing on a page
    The QT movie has an area above the control bar for a graphic which I didn't fill. How can I accurately place the QT file on the page so I can line it up with text - the graphic box seems to stop text flowing around it or placing it where I want it.
    Thanks

    I suspect your ISP is serving you an older "cached" file instead of the new "fresh" one. More common overseas than here in the U.S. and some ISP's are worse than others.
    Try "refreshing" the page (Command-R in your browser) to see if it now finds the new page.
    If that fails (and it may because these ISP's are so aggressive about caching) try adding a question mark (?) to the end of the address in your browser:
    apple.com becomes apple.com?

  • BUG: Extra characters at the end of attachment file names

    I received complaints that my attachments didn't open on the PC's of the recipients. After I saw the messages I noticed there were extra characters at the end of their file names. That's why they wouldn't open. When I looked into my sent mail folder it was there as well. The addition took place when I sent the mail, while composing everything looked fine. It took me a while to realize the pattern. There was one extra for every non-ASCII character in the file name.
    Apparently Mail.app is using two different libraries. The other one counts the non-ASCII characters as two while the other doesn't. I don't know whether Finder still uses MacRoman or Unicode, but this seems to relate to double-byte characters.
    The short term solution is to use only ASCII for file names, but that's not what OS X is all about.

    The class files are broken. Recompile them. If you're uploading them, doublecheck if the FTP program used doesn't do mad things with binary files.

  • How do I set the default folder for file - open file... ?

    When I save a file, photo, etc., the default folder for OPENING a file becomes the last folder I SAVED to - even after closing and reopening Firefox. Is there a way to maintain the same default folder for opening files?
    Thanks.

    Originally posted by: kwarner.uneedspeed.net
    Well... I found over 200 bugs none of which seemed to talk about setting
    the default folder. I probably missed the relevant bug in the spew.
    I ask a question here as a last resort -- after I've done what I think
    is an appropriate search for answers.
    But thanks for your help in any case.
    Daniel Megert wrote:
    > DemonDuck wrote:
    >
    >> When I need to open a file not in the workspace, I use File -> Open File.
    >>
    >> But the default folder it opens is in C:\Documents and
    >> Setting\Administrator
    >>
    >> I would like File -> Open File to first open in someplace more
    >> reasonable -- like the workspace.
    >>
    >> How do I set the default folder for File -> Open File ????
    >
    >
    > Is your '?' key broken? Check bugzilla there's a feature request
    > regarding your question.
    >
    > Dani

  • HELP! Ghost files and empty Applications directory

    Just to set the stage of the issue, here's a what little background I have....
    Im a long-time MacOSX user, and requested a Mac when starting my new job.  I started today and was given a hand-me-down Aluminum 27" iMac, running 10.6.8.  After some minor cleanup of someones old documents I started working, soon I stumbled into the "Home" directory and found the directory like this screen cap...
    http://i951.photobucket.com/albums/ad355/KeyMedia/fileissues.jpg
    Greyed out, ghosted files!?  From my first impression, it look like something I could just hopefully trash and move along, but it wasn't.  The "Move to Trash" progress bar/dialog box, got stuck.  I then went into "Force Quit" and re-launched the Finder.  After seeing that the files didn't make it to the trash, I tried it again with the same results.  THEN, I started digging around the home folder directories, and discovered that only 2 of the many applications that were already installed, populated in the "Applications" folder within the home directory!?  I had previously launched several apps before hand from the "stacks" folder that was already in the dock, as well as selecting the Applications shortcut in the sidebar of the finder, which populated all the apps!?  Seemed very strange and something I have never run across.  And just FYI, there is only one user account on the iMac.
    A couple more qwirky things that happened through the course of the workday, was when trying to save to the "Desktop", made those files (.PDF & .RTF) invisible.  When I say invisible, I could not find those files anywhere on my system visually, but when going back into text-edit and doing a "Save-As" back to the desktop, the were visible on the Desktop, but only in the Save Dialog Box?!  After that finding I rebooted my Mac and after reboot, The files automatically appreared on the desktop, and didn't have that problem anymore today.
    One more little thing....After the final reboot, a "ds.store" file appeared on my desktop?!  I haven't trashed that file, which it probably will not let me.  If im halfway correct, the "ds.store" files are normally placed within folders and directories to keep the MacOS file structure in place, and possiblly if deleted that it will get regenerated upon reboot, but again never tried to move this particular file fromt he desktop.
    Looks to me like some preferences, or ds.store files got out of place and the file structure for the OS is out of place and isn't staying clean, but that is a big guess.
    If anyone has any insight into these issues, what me be causing it, or what can fix it...I would greatly appreciate it!!
    Thanks in Advance my fellow mac users!!

    1. Open the Script Editor or AppleScript Editor in one of the subfolders of Applications and run the following:
    tell application "Finder" to quit
    if (do shell script "defaults read com.apple.finder AppleShowAllFiles") is "1" then
    do shell script "defaults write com.apple.finder AppleShowAllFiles 0"
    else
    do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    end if
    delay 2
    tell application "Finder" to run
    2. Most of your applications are in the Applications folder at the top level of the drive, not the one in the home folder.
    (60798)

  • File Not Found bug with long audio file names?

    Hello -
    Crazy problem. I'll probably post way too much information, but I want to make sure I cover everything. Help!
    We run Logic Studio/Logic 8 on multiple 10.4.10/11 computers - G5 Power PC, new intel iMac, intel mini, G4 laptops. We are working on an audio post job using very messy OMFs that were prepared in Final Cut. We had problems opening them in Logic, so we opened the OMFs in Soundtrack Pro, exported to AAFs, and opened those in Logic.
    The sessions look fine in Logic now (all files relinked), and the session is consolidated - ie, all files are local/in the project folder's Audio Files folder. I see this in the Audio Bin and can confirm in the finder.
    Here's the problem. With the sessions closed:
    (A) I renamed the project folder by adding an asterix to the front of the folder name, and changed the color label of the folder in the finder in order to mark it as the original folder.
    (B) I made a copy of the whole folder (session files & audio files) in order to have something to work from and not mess up the original. When I opened up the session in the new folder, it immediately said audio file not found, do you want to search, locate, or skip. It couldn't find the file in a search, and obviously when you skip, then skip, then skip all, it opens the session with the data (regions are there but grayed) - so all the audio files are orphaned.
    So when I try to locate the file, here's what happens. . . The audio file names are really horrendously long (must be some artifact of working in Final Cut). We're talking: "1087-001A SERG AIRPORT WAITING * 1-1channel_00044D02AA9- 363A-4CC5-A86B-0741023DB062.aif" - one bazillion characters.
    So the audio file locate dialog box truncates the name of the file that's missing by using the first 20 characters or so, and then a "#" character, and then some random string of 3-6 characters that is not at all related to the file name. So who knows which of the 4-30 SERG AIRPORT files is supposed to go there!
    Obviously if this were a 2 minute session file of 10 files or something, we could figure it out and relink everything, but we're talking about a feature-length session with a bazillion files.
    (C) Okay, so I tried to open the original session, in the folder that I had renamed by prefacing the original name with an * and changing the color of the folder. But I started to get the file not found errors. OH GEEZ. So I didn't save. I re-renamed the folder by taking out the * and changing the color label back. Then I tried to open the session again, but I still kept getting the file not found problem.
    I have to stress that I didn't move any of the audio files, or change ANYTHING in the session.
    So I thought - is all of this because I tried to open a new instance of the session, in a new instance of the folder? Is it because I renamed the folders? Normally you can rename folders, even session names, no problems, and Logic corrects the paths to the audio files!
    (D) So, crap. I reopened the original AAF file in logic and saved it in a new place. I closed the file, reopened it, closed, reopened, just to make sure everything was working! I checked the location of the files in the audio bin, and everything was great.
    (E) So now I copied the folders to an external hard drive to be able to work on another computer. But when I tried to open the sessions on a new computer. . . You guessed it, nada.
    So. . . the questions are:
    (1) Those original sessions that now will not work - is there anything I can do to recover their functionality? We had work in there that I would prefer not to lose. . .
    (2) Is this a known bug having to do with the length of the Audio File names?
    (3) How do we get over this? My only idea so far is we could select all in a working logic session and say "Audio Tracks names to regions" or something and will that change the actual file names on teh computer? Then hopefully things would work on mulitple systems. . .
    Okay. HELP! Thanks!
    Polly

    OK I got it.
    It is necessary to use prefix "file:///" before file name.
    Thanx everyway.

  • What is the mystery with UNIXProcessReaper??

    I am making this post partially to actually get its name on to the net (Google has zero hits on UNIXProcessReaper) but mainly to garner some insight into a major problem I have "sort of" solved. OK, so I'm a Java newbee, having to maintain a bunch of dodgy Java code running on Linux (Redhat 7.2) with Java 2 Runtime Environment, Standard Edition (build 1.4.0-b92), Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode).
    Typically the application chews up about 2 - 4% of the cpu when running. I re-wrote the logging facility and (stupidly it seems) removed the BufferedOutputStream from the file I/O, which caused the application to go crazy, sitting on 100% of cpu usage for 5 to 10 seconds at a time. Note that the total logging load would not be more than 300 bytes / second.
    The mystery for me is that the profiler showed the following activity during these spasms:
    CPU SAMPLES BEGIN (total = 117209) Mon Oct 21 16:43:23 2002
    rank self accum count trace method
    1 32.74% 32.74% 47417 4636 java.lang.UNIXProcessReaper.run
    2 32.73% 65.47% 47907 3227 sun.awt.motif.MToolkit.run
    3 1.64% 67.11% 1922 30291 sun.awt.font.FontDesignMetrics.handleCharWidth
    4 0.32% 67.43% 370 30187 sun.awt.font.NativeFontWrapper.getCharMetrics
    5 0.24% 67.67% 285 30292 javax.swing.plaf.basic.BasicLabelUI.getPreferredSize
    6 0.23% 67.90% 271 30284 sun.awt.SunToolkit.getFontMetrics
    7 0.22% 68.13% 261 30285 java.awt.font.FontRenderContext.getTransform
    8 0.22% 68.34% 254 30286 sun.awt.font.FontDesignMetrics.<init>
    but nothing gives me any help on UNIXProcessReaper, it is not mentioned in any Java documentation, and as I started out saying, it has zero hits on Google. I guess it is (or part of) the garbage collector. BTW, my intuition tells me the application has some other fundamental problem lying just under the surface, probably to do with how it uses swing, and I just dug deep enough to expose it.
    Can anyone shed any light on why unbuffered I/O would cause such problems and why the UNIXProcessReaper has not been mentioned by any other lost newbee?
    Cheers,
    Scott.

    From the docs :
    "By setting up such an output stream, an application can write bytes to the underlying output stream without necessarily causing a call to the underlying system for each byte written. The data is written into an internal buffer, and then written to the underlying stream if the buffer reaches its capacity, the buffer output stream is closed, or the buffer output stream is explicitly flushed. "
    So this means that unnecessary calls are removed during writting. Instead of making multiple writes when you receive data, a write is only done when the buffer is full. That's why it is more efficient. The java tutorial also states this in this url : http://java.sun.com/docs/books/tutorial/essential/io/datasinks.html
    If you are a newbie who is worried too much about logging, I'd suggest you take a look at the log4j project. Check it out at
    http://jakarta.apache.org

  • "Ghost files" when exporting to CD for PC or DVD player

    I'm exporting my photos from iPhoto and then burn them to a CD (for friends that are using PC or want to watch them on their DVD player) ghost files appears like duplicates. So if I burn 100 images it will be 200 when opening on a PC or on a DVD player.
    I tried it on my Xbox360 and the same thing appears.
    Is there some way to get around this?
    PB 12" G4 / Mac mini intel core duo Mac OS X (10.4.7)
    PB 12" G4 / Mac mini intel core duo   Mac OS X (10.4.7)  

    The "extra" file is probably an icon (resource fork file).
    These resource files are only used by the Mac OS and can be removed from the image file prior to burning the PC CD.
    I've been using Grim Ripper for years:
    http://free.abracode.com/cmworkshop/grim_ripper.html

  • Ghost Files and Small Screen

    Hello there!
    I have two simple/silly questions, but they have been bugging me, and I just can't stand it anymore! I have a new Dell computer (bought this last September). Here are more curiosities:
    1) Suddenly about a month ago "Ghost Files" started appearing in my documentes and USB drive files. I say "Ghost" because they are pale, and then the title of the document is the title of a document I actually have, but these "Ghost Documents" start with ~$ and then the original title. I want to just get rid of them all, but I am not sure why they are there. Could you help me? Also, suddenly appeared these "TMP files" that read on the title "~WRL0001.tmp" When I try to get rid of these, a box comes up warning me that if I get rid of it, Windows or another program might never work again. Help?
    2) I don't know what I did with my mouse (or the touch-sensitive pad on a labtop), but suddenly everything is very small. As I type this, I can barely see the letters. He he. I went to screen resolution and changed the viewing to medium so I could see better, and it enlarged some parts of my computer, but then everything online is still really tiny. How do I change it back to how it was before?
    Thank you so much for your help! Have a nice day!

    1. Those are temp filed created by the applications that you're using. Usually Word does this.
    2. Press the Control key, while holding it, press the zero key.
    If you like my post, or solution to your issue/question, go ahead and click on the little star by my name and/or accept the post as the Solution. It makes me happy.
    I'm NOT an employee of Best Buy, or Geek Squad, though I did work as an Agent for a year 5 years ago. None of my posts are to be taken as the official stance that Best Buy will take on your situation. My advice is just that, advice.
    Unfortunately, that's the bad luck of any electronic, there's going to be bad Apples... wait that's a horrible pun.

  • ICloud Photos 'Ghost Files'

    I have just started using iCloud Photo Library recently.  It took a whole night to upload the entire library into iCloud, but then I found out that there 5670 photos and 92 videos in iCloud (5762 total), whereas in fact I have only 5636 photos and 92 videos (5738 total) in my iPhone.  I went to icloud.com and Photos section also shows 5738 photos and videos, which is in line with my iPhone.  I went to my Mac and check the storage of iCloud from System Preferences and it says 5762 photos and videos total, which is the wrong number.  I believe there are 24 'ghost files' in iCloud that I really want to delete, but I don't know how to do so.  Anyone can help me?

    I then went into Finder and deleted the original copies in my Documents folder on my local hard drive.
    NO !!!
    I work away from home a lot and had planned to access my files through iCloud drive. It is impossible to rely on it,
    Cloud = Your stuff on someone else's hard drive.    ANY data that is remotely important to you should be backed up in multiple locations, (the cloud can be one of those locations assuming you are not too worried about your files being compromised.)
    >>  My question is - have I done something wrong or is this an inherent fault with iCloud drive?  <<
    Any cloud system is subject to data loss or a complete malfunction. Apple's system is probably more reliable than others but still can fail.

  • What is this prompt? The required index.xml file is missing. "file" couldn't be opened.

    What is this prompt? The required index.xml file is missing. "file" couldn’t be opened.

    Helps if you tell us what version of Pages and something about the file.
    Probably you have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.1 files can not be opened in Pages 5.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • The JB installation experience and findings (possible bugs?)

    MOST IMPORTANT - if you phone appears hung - leave it alone! I would personally say if it appears hung longer than 15 minutes then it probably warrants a manual reboot at that point.
    I was on the road when I decided to start the OTA pull. I was on 4G and my phone switched to 3G (in an area I always have 4G) and there it stayed until the OTA update was downloaded. Took me ~45 minutes for it to finish downloading. It rebooted - ran through it's little droid robot status bar thingy. When it reached the point of "updating apps" it appeared frozen. The little circle hour glass wasn't spinning. It sat there for ~5 minutes and then the phone rebooted. When it came back up a window appeared stating "updating 3 apps". Then the phone continued to load on up. Immediately I started getting application updates available. Google+, Google (something else or another) and a few other apps I run such as Astro File Viewer.
    Under the hood of JB I found they added a new contact widget which I so badly missed having from my RAZR MAXX. I immediately added that and added the new contacts. Took the dog outside to pee and when I came back the first contact I added to the widget now also populated the 2nd spot (3 spots available). So it repeated itself. I went to edit it and then it changed back to the original contact I had put there. (bug?) I rebooted and the changes stuck.
    I've noticed the phone "hitches" (sliding gets a little jerky) when sliding screens when an announcement appears. This particular instance was when a new mail from my Exchange server was announced as well as gmail. (bug?)
    I benchmarked ICS and the best I could get with Quadrant on a fresh boot run was ~4900. I just ran it on JB and pulled 6097. That's pretty substantial gains right there folks!
    I also noticed the shutdown/plane mode/restart menu has changed. It actually makes better sense now IMHO.
    Over all I'm thankful Verizon "finally" got this update out. If I continue to have minor "hitches" I just might perform a good ole fashioned restore/wipe.

    MOST IMPORTANT - if you phone appears hung - leave it alone! I would personally say if it appears hung longer than 15 minutes then it probably warrants a manual reboot at that point.
    I was on the road when I decided to start the OTA pull. I was on 4G and my phone switched to 3G (in an area I always have 4G) and there it stayed until the OTA update was downloaded. Took me ~45 minutes for it to finish downloading. It rebooted - ran through it's little droid robot status bar thingy. When it reached the point of "updating apps" it appeared frozen. The little circle hour glass wasn't spinning. It sat there for ~5 minutes and then the phone rebooted. When it came back up a window appeared stating "updating 3 apps". Then the phone continued to load on up. Immediately I started getting application updates available. Google+, Google (something else or another) and a few other apps I run such as Astro File Viewer.
    Under the hood of JB I found they added a new contact widget which I so badly missed having from my RAZR MAXX. I immediately added that and added the new contacts. Took the dog outside to pee and when I came back the first contact I added to the widget now also populated the 2nd spot (3 spots available). So it repeated itself. I went to edit it and then it changed back to the original contact I had put there. (bug?) I rebooted and the changes stuck.
    I've noticed the phone "hitches" (sliding gets a little jerky) when sliding screens when an announcement appears. This particular instance was when a new mail from my Exchange server was announced as well as gmail. (bug?)
    I benchmarked ICS and the best I could get with Quadrant on a fresh boot run was ~4900. I just ran it on JB and pulled 6097. That's pretty substantial gains right there folks!
    I also noticed the shutdown/plane mode/restart menu has changed. It actually makes better sense now IMHO.
    Over all I'm thankful Verizon "finally" got this update out. If I continue to have minor "hitches" I just might perform a good ole fashioned restore/wipe.

  • HT201272 I lost all my files after dowloading Icloud and updating Itunes on 24 September 13.  having reloaded the computer and and files from an Emergency Backup folder I can no longer see My Library in Itunes or in Itunes store, and my ipod and ipad aren

    can anyone help with retrieving My Library in Itunes and Itunes store - having updated Itunes and Icloud on 24 September 13, my computer failed and I lost all my files which were eventually backed up to an Emergency Backup.  my computer is now working again and I have down loaded Itunes and transferred all the files from my Emergency Backup.  Non of the music went back into Itunes, so I had to find these files and manually moved them to Itunes.  The music is now in Itunes, but I no longer have the folder named My Library, which I think is the reason my Ipad, ipod no longer sync any additional music I have added to Itunes. Does anyone know how to rectify this please.
    Many thanks.  Crusey

    iTunes expects files and folders to be in very specific locations.  When you start iTunes it looks for a file called library.itl which is in the iTunes folder.  It then uses all the references in that file which tell it where all your media files are located to build up the view you normally see.  Probably you moved the library file so iTunes cannot find it and it will make a default one which is empty.  When you plug in your iPod it isn't recognizing the library since it is not the same one to which you synced last.
    Simply put, you need to undo all your file moves.  Not as eaily done as stated but since I cannot quite see from here exactly what you spent an hour doing last night it will be up to you.  Did you make a backup before doing all this?
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/message/13025536 and https://discussions.apple.com/message/17457605

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)

    Hi,
    I get this error randomly when i run my VB 6.0 application which calls Photoshop CS2 actions. I went through many forums, but could not manage to get the right solution for this.
    "The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    OS: WIndows Server 2003 SP2
    Photoshop CS2
    ANy help on this will be highly appreciated.
    Thanks in advance,
    Smiley

    I see this sort of error notice in Bridge and Photoshop, preceded by the message " Photoshop (or Bridge) has encountered a problem and must close. Tell MS.
    Yes or No."
    It most frequently happens in PS when running Dfine 2.0. I have no clue what triggers the Bridge closure. It happens randomly.
    CS3, so nobody gives a tinkers dam, I suppose.
    I see this kind of message in software testing on a regular basis. Of course, when the test is under way, the software is generating a detailed log file which we package up as part of a bug report. Then at the bug scrubs, lively discussions ensue as to who has to fix what!
    I can only image what would happen if the Dfine people and the PS people had to sit through one of those!

Maybe you are looking for