Did you try the earlier suggestion to use Terminal to check the metadata entry for one of the files? In Terminal, type "mdls" a space, then drag and drop one of the files into the Terminal window. The path will autmatically be filled in. Then hit the Return key. Here are the results I get with a file which exists on both a drive that is NOT indexed by Spotlight, and one that is:
NoobiX:~ francine$ mdls /Volumes/Tigin/_DSC9901.JPG
kMDItemFSContentChangeDate = 2007-10-28 01:38:40 -0700
kMDItemFSCreationDate = 2007-10-28 01:38:36 -0700
kMDItemFSCreatorCode = (null)
kMDItemFSFinderFlags = 0
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "_DSC9901.JPG"
kMDItemFSNodeCount = 0
kMDItemFSOwnerGroupID = 80
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 873328
kMDItemFSTypeCode = "JPEG"
Above are the results for the file that has NOT been indexed by Spotlight. Below are the results for a copy of the file that has been indexed:
NoobiX:~ francine$ mdls /_DSC9901.JPG
kMDItemAcquisitionMake = "NIKON CORPORATION"
kMDItemAcquisitionModel = "NIKON D200"
kMDItemBitsPerSample = 32
kMDItemColorSpace = "RGB"
kMDItemComment = "(C)ANNE LINDSAY "
kMDItemContentCreationDate = 2007-10-28 01:38:36 -0700
kMDItemContentModificationDate = 2007-10-28 01:38:40 -0700
kMDItemContentType = "public.jpeg"
kMDItemContentTypeTree = (
"public.jpeg",
"public.image",
"public.data",
"public.item",
"public.content"
)
kMDItemCreator = "Ver.1.00 "
kMDItemDisplayName = "_DSC9901.JPG"
kMDItemEXIFGPSVersion = "2.2"
kMDItemEXIFVersion = "2.2.1"
kMDItemExposureMode = 1
kMDItemExposureTimeSeconds = 0.03999999910593033
kMDItemFlashOnOff = 0
kMDItemFNumber = 9
kMDItemFocalLength = 18
kMDItemFSContentChangeDate = 2007-10-28 01:38:40 -0700
kMDItemFSCreationDate = 2007-10-28 01:38:36 -0700
kMDItemFSCreatorCode = (null)
kMDItemFSFinderFlags = 0
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "_DSC9901.JPG"
kMDItemFSNodeCount = 0
kMDItemFSOwnerGroupID = 80
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 873328
kMDItemFSTypeCode = "JPEG"
kMDItemHasAlphaChannel = 0
kMDItemISOSpeed = 100
kMDItemKind = "JPEG image"
kMDItemLastUsedDate = 2007-10-28 01:38:40 -0700
kMDItemOrientation = 1
kMDItemPixelHeight = 3872
kMDItemPixelWidth = 2592
kMDItemProfileName = "Adobe RGB (1998)"
kMDItemRedEyeOnOff = 0
kMDItemResolutionHeightDPI = 300
kMDItemResolutionWidthDPI = 300
kMDItemUsedDates = (
2007-10-28 00:00:00 -0700
)
kMDItemWhiteBalance = 1
As you can see, virtually no information is available for a file that has not been indexed, while all sorts of info, including the dimensions, is available for a file that has been indexed. You might also try the mdls command on one of your older files. If the mdls information is there, but not being displayed, that is quite a different problem than if the information has not been gathered at all.
Francine
Francine
Schwieder
Oops. Accidently included the first seach twice. Now deleted the repeat.