Spotlight searches missing some files

My searches in Spotlight are returning only some of the files that should be found. I finally narrowed this problem down to files that I had archived with BetterZip, but kept on my hard drive. The files are definitely still there on my hard drive, but they no longer appear in Spotlight searches. As soon as I open the files with an app, the files appear again in Spotlight searches. What has been done to the files that they don't appear in Spotlight searches? What is the fast method to change a setting/flag/unmark all the zipped files so they will all appear in Spotlight searches.
Reindexing Spotlight has not helped--I have reindexed Spotlight probably a dozen times with various methods over the past few days and nothing happened until I opened and closed the file. Once I open the file, it's a matter of moments before it appears in a Spotlight search.
System: OSX 10.4.11
Thanks!

I experimented some with rights and I can't see any consistent differences. All permissions seem to be 644 or 755. Neither the files that appear in Spotlight searches nor the files that do not appear in Spotlight are one or the other. Plus the permissions do not change after opening and closing the file.
I am the Owner of all the files. I noticed that some files appearing in Spotlight had a different Group assigned, so I changed the Group on a few files, but that made no difference in whether the file appeared in Spotlight.
Would upgrading to Leopard solve this problem?

Similar Messages

  • My Final Cut Projects folder were missing some files, I went to my time machine backup to restore and it said I don't have permission to access the time machine folder "Final Cut Projects". Why?

    My Final Cut Projects folder were missing some files, I went to my time machine backup to restore and it said I don't have permission to access the time machine folder "Final Cut Projects". Why?

    Yes, I've done all "the ususal suspects.." repaired permissions, zapped pram, "reintroduced Time Machine to the backup drive by turning it off and on... etc

  • Time Machine backup set is missing some files

    Today I noticed that some files I last worked on in August have disappeared from my computer. They were pdfs, word and vectorworks (cad) files in different folders – they could not have been accidently trashed. They were active work files from May until late August so they should have been backed up by Time Machine sometime in the past few months. But when I browse the backup sets these files are nowhere to be seen (and of course my daily Superduper bootable clone doesn't have the files either).
    The external usb hard drive for Time Machine and the computer are clean according to disk utility, and I've run Onyx a few times to fix permissions.
    Does anyone know why files would disappear from both the computer hard drive and the backup sets?

    peterkhill wrote:
    Thanks for your response. I know it's a mystery.
    The files - in some version or other – should be in one of the backup sets, but they aren't. Time Machine hasn't started to delete old backups, as there's plenty of space on the external drive.
    Not true. Time Machine "thins" backups normally, regardless of space.
    As noted on the TM Preferences panel, it keeps one backup per week for as long as there's room; one per day (the first) for a month; all others for 24 hours. Every time it does a backup, it does "post backup thinning," deleting "expired" backups. So, depending on how long something was on your internal HD before being deleted, and just when various backups were performed, copies of deleted items can disappear as early as 24 hours, or as late as your oldest backup.
    I've checked the backups with Timechecker
    Do you mean TimeTracker? If not, and it's useful, do you have a link?
    and it seems these missing files were never backed up, even when similar files in other folders nearby have been backed up properly.
    The Do not back up box is as it should be in Timemachine - the files should have been backed up.
    But then the files should still be on the internal HD too.
    All I can think of is that the files themselves must have been corrupted somehow, but they are different file types, completed on different days, before and after files that appear to be OK on the internal and on the TM backup. And they must have been corrupted in a way that means that they cannot be found on either the internal HD or in the backup sets.
    This is not something I've seen before (and I read at least the title of every thread here). The only thing I can think of is some sort of directory corruption that caused the originals to disappear, and the backups then, eventually, were deleted in the normal fashion.
    By the way, I'm not running FileVault.
    Do you know of any good data recovery applications?
    The one I see here the most is +Data Rescue II.+ I can't recommend for or against it, not having used any of them. They are expensive, and there's no guarantee, although some have a free trial mode that will tell you if anything is recoverable, and perhaps let you recover one file.
    Check Google, VersionTracker.com, or MacUpdate.com for +Data Recovery.+ Make certain whatever you get is compatible with Leopard.
    Let us know if you have any success.

  • My final cut pro 6, is missing some files. because of mac keeper. I think its atom strand.HD. what to do, and how to make it work again?????

    I got mac keeper to clean up some files, and now I cant open Final cut pro 6. because of missing files. it is loading, at Atom strand.HD file, before it says that the program suddenly shutted down. the atom strand.HD is a file, that is connected to motion. if I put motion in the garbage can, then final cut works, but if I take motion out of the garbage can again, then it doesn`t. arrrrr. shall I re install final cut or motion. or is there a better way to make it work, again????? !!!!

    Well, best bet would be to reinstall FCP.  I'd use the FCS REMOVER from digitalrebellion.com (free) to uninstall the app first, then reinstall from the DVD.

  • File Writing - Missing some files without any error

    I am executing the following code:
    String message = XMLHelper.getDocumentXML(_doc);
         File outFile = getFile();
         RandomAccessFile raf = new RandomAccessFile(outFile, "rw");
         FileChannel channel = raf.getChannel();
         ByteBuffer buf = ByteBuffer.allocateDirect(19600);
         buf.clear();
         buf.put(message.getBytes());
         buf.flip();
         channel.write(buf);
         channel.close();
         raf.close();
    This code is in a loop and it must write a lot of files. I am trying with 426 but thje problem i have is that many times i do get 425 files insted of 426 or some other times i do get 425 files. No error or exception is thrown. Other times id do get my 426 files.
    The problem increase when i process like 50000 files, the quantity it is supposed to treat.
    Please can any body tell me what happen with the missing files? How can i detect what is happening?
    Thank you very much to any one who can help me with this extrange error

    Hard to tell based on the info you supplied. How are you generating filenames? Are you accidently writing over an existing ouput file? Can you post more code, speciifcally the loop code around the code below?

  • Spotlight search in Actionscipt files / Lion

    I'm using the latest version of Coda (1.7.4) as my default text editor and Coda is using Spotlight to search in the content of text files.
    I'm developing a flash project and it has a lot of .as files which are linked to the Archive Utility by default. (UTI: com.apple.applesingle-archive)
    Coda is searching only in text files (it *****, i know) and changing .as files' default application has no effect in the results.
    My secound try was to add these lines
    <string>public.archive.applesingle</string>
    <string>com.apple.applesingle-archive</string>
    <string>com.panic.coda.actionscript</string>
    to the Info.plist file in /System/Library/Spotlight/RichText.mdimporter and reindexing with the following commands:
    mdimport -r /System/Library/Spotlight/RichText.mdimporter
    and
    sudo mdutil -E /
    No luck.
    Does anyone have a working solution of adding new text file extensions to Spotlight?

    It seems that after this tweaks spotlight has the expected search results.
    Coda don't, so i think it's their turn now to fix the "search in files" option.

  • Lion Mail search: 'All' search missing some mailboxes - anyone seen this?

    Yet another Mail search issue in Lion - at least I have not seen this one documented before.
    Noticed in searching Mail after move from Snow Leopard to Lion: a search on 'All' mailboxes misses items that are present in one particular (very large) mailbox, although a search on that mailbox alone finds them.  Because we have two Macs, one already migrated to Lion, the other still with Snow Leopard, we can see that a search in SN finds everything whereas the Lion search does not.
    But there's more: a possible explanation occurred to us: the 'missing' mailbox was titled "INBOX"  (some levels down - comes from an Entourage archive).  Renamed that OLD INBOX, and results started coming up (with 'All' mailboxes selected) including its contents.
    However: changing the search string to different senders produced inconsistent results.  Use one name, that person's incoming mail in that folder showed up with search set to 'All'.  Change to another sender, still no results from that mailbox, even tho' (as ever) the messages showed up when the search was restricted to that mailbox.
    All very confusing!
    What's going on?
    Thanks.

    Seems to work here ok:

  • When I open my itunes account i get a pop up that says itunes cannot open because it is missing some files, please reinstall itunes. What do I need to do? Will I lose all of my music?

    I am trying to open my iTunes and a pop up says it cant open because files are missing.  it also says please reinstall itunes.  What do i do? Will i lose all of my music?

    Let's try a repair install of iTunes.
    Restart the PC first.
    If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair".
    If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", and click "Change". Select "Repair" and click "Next" as per the following screenshot:
    Can you launch your iTunes now?

  • HT4061 My iphone says it needs to be activated but it will not activate- says connect to itunes but then I get activation server not available. itunes gave me an error message on my computer that it was missing some file so I uninstalled but now it wont r

    cannot reinstall itunes either now please help

    Hello there, bkorhummel.
    The following Knowledge Base article addresses the very issue you're describing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    If the issue with the iPhone persists after the reinstall of iTunes, the following article may prove useful:
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Get message "extension could not be loaded because it was not properly signed" at start up. have photoshop cc. tried downloading extension manager but will not install because missing some file. Also still have same issues with photoshop freezing. It is n

    also photoshop still freezing. Should not be a hardware issue

    Hallgrimur, thanks, that is exactly the article I needed!
    My problem was that I forgot about the pref file  "~/Library/Preferences/com.adobe.CSXS.5.plist".

  • Missing video files after upgrade

    I've upgraded to iTunes 7 and now I am missing some files, specifically my bought music videos and some iTMS Pixar movies. The used to be in my library\Downloads\... but now 7.0 has reorganized my library for me and moved my files around. Now I can't find it (maybe it deleted it??).
    Any help would be appreciated.
    Thanks!

    I had this problem yesterday too, you'll find them in E (mass memory) in a folder named DCIM.
    I dunno what the trick behind changing the location!

  • Searching for (1) file

    I'm trying to do a spotlight search for certain files named "DSC0xxxx (1).JPG" that I want to delete. When I type "(1)" in the search field all files with the number 1 come up. It's as though the parenthesis are ignored.
    Is there something with parenthesis that makes them invisible.
    I have thousands of files with the (1). It would be nearly impossible to locate and delete them one by one.

    I came here with a similar issue. Many files with (xx) don't show up under xx search or (xx) search with OS 10.5.6. Not sure if Tiger was any different.
    From the advice of one of the folks in this thread (Francine Schwieder), I used "Raw Query" instead of "Kind" using the Finder search (not the Spotlight up in the corner). I assume this will work with msfind in the Terminal but haven't tried it.
    What I found so far...
    _kMDItemDisplayName == "("_ This finds the first item only *within the folder* that I'm searching. That is, once it finds one item, it seemed to stop(?!). It didn't find the next match, just the one.
    _kMDItemFSName == "("_ Finds all that match, unlike above. Very promising. All items with "(" are found whereas kMDItemDisplayName returned the only the first item in the searched directory. Don't know why.
    _kMDItemFSName == "(*B"_ This finds all matches, as above, if B is removed. But here, the letter B was within the last item in the directory. kMDItemDisplayName did not find this. Zero results. Nice that more than two wild-cards can be used!
    Message was edited by: kerferfer for a more beautiful formatting

  • When I publish my site on one specific page where i've added {tag_pagecontent} I get the error:Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.

    When I publish my site on one specific page where I've added {tag_pagecontent} I get the error:
    'Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.'
    I'm trying to get a blog module going, I've even deleted the html insert bog with the tag in and re-published which then I don't get the error but as a result no blog either. But then I add the tag in again and publish the error comes back. I've used the dev console and it says that my musicians sample.css is out of date but why is it only out of date when I add in html to my muse site?
    HELP!!!! I've searched other threads and to no avail I'm publishing so no direct ftp going on. the only thing I changed in business catalyst was the module stylesheet in order to style the blog. I've tried uploading and replacing all files nothing seems to work. the site is here:
    http://www.musicstudentsforhire.co.uk/musicians-samples.html
    It's only this page as it has the blog on. Also I've noticed when I've re-published occasionally it will show the mobile version on my desktop and not the desktop version??? no idea why that's happening so I've had to turn that off. any explanation on why that is happening would also be much appreciated.

    I haven't received an answer as of yet, I'll post t on here when I do. I de-activated the mobile site because it's my clients site so he needs it to be operational during the day. I hope someone gives me an answer soon.

  • UCM 11g File missing from search result although file is accessable

    When I do search without any criteria in UCM 11g, some files missing from search result although I know the files were checked into UCM already since I'm able to see these files using url similar to:
    http://ucm/cs/idcplg?idcService=GET_FILE&dID=12345
    or use following url to get document information:
    http://ucm/cs/idcplg?idcService=DOC_INFO&dID=12345
    the file is not in the search resule even search by ID.
    also, the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    Is this a known problem? the same search was working in UCM 10 perfectly.
    Thanks

    The query seems able to retrieve the missing document. for example, I search by content ID, in the audit log (eanbled as you mentioned) give th efollowing information:
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     --- @ResultSet SearchResults ---
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     numFields=66,*numRows=1*,currentRow=0
    also, the infomation following above give the deteail field information which match with the missing document.
    I looks like UCM just did not bring it to UI as part of search result.
    This seems match with my another finding as I mentioned earlier: the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    it seems query did find the documents but UI did not show it.
    Not sure if this is a known bug.

  • Hundreds of Identical Files & Folders Show In All Spotlight Searches

    Hundreds of Identical Files & Folders Show In All Spotlight Searches
    Hi,
    I had this issue posted in September and didn't get back to it 'till today so I found it archived. I don't think I got any answers the first time around. When a post is archived, are replies archived also?
    Here's the problem:
    Spotlight works for me the way it’s designed to work. It finds what I’m looking for if the item is in the computer.
    But what are showing up in most of my searches, are long columns of files, all with the same names, sometimes as many as forty or fifty identical items. These files have the same dates and sizes. Some are located in different folders, including Trash, but most are complete duplicates
    I do occasionally save as the same document in different places, or make a duplicate/copy to put in more than one location. But I have never created more than a few duplicates. In Spolight, there are hundreds
    Any suggestions?
    Rafael
    ibook g4 Mac OS X (10.4.7)

    I rebooted the machine. Now all the files show up in Finder. But when I repeat the exporting procedure I get the same problems again. Files are not showing up in Finder as they are supposed to.

Maybe you are looking for

  • Accidently set a photo to flash up on every call

    I have a xpress 5800 and last week I accidently set a photo in my gallery to flash up every time a number rings that I have not assigned a photo to or a number I do not know rings. Despite 3 emails to nokia and 3 acknowledgements of these emails and

  • How to get value in HKEY_LOCAL_MACHINE in Java code

    Our system use Apache-Tomcat. My java program needs to get the registry information (server name, port number,...) in HKEY_LOCAL_MACHINE on the same computer. Could it be done without JNI? Please forward instruction. Thanks.

  • Build internet application I e-copy

    hi all when can i find e-copy of buid internet application I and II material? thank you

  • Send one message to two receivers simultanously

    Hi,gurus: I wanna know how can we send one message to two receivers simultanously. Our scenario is file to file,and we add two receivers in receiver determinations,and leave the conditions empty. But it seems the message was only sent to one receiver

  • Customizing "Create Support Notiffication"

    Hi; On satellite systems when click to Help -> Create Support Message, it calls BCOS_CREATE_MSG. I want to customize this function. (ZBCOS_CREATE_MSG) How can I do it? Thanks in advance. Adem Bulut