You should be able to see them. When you open a Tag Folder, what is really happening is that the Tag Folder applet simply tells Finder to open a Smart Folder. So if the files are not showing up in that Smart Folder, then there are really only two possibilities: (1) the tags are not being applied to the files on the encrypted disk image for some reason, or (2) there is something weird going on with Spotlight itself in how it deals with files on encrypted disk images. The second possibility is less likely than the first, and would be something only Apple could fix anyway, so we will focus on the first.
First, what happens if you simply run a search from the Spotlight menu for "tag:foo" (without the quotes), replacing "foo" with a tag applied by one of the Tag Folders that is not working? Do any files from the encrypted disk image show up?
Second, please open Terminal and run the following command, and then tell me the result:
~/Library/Application\ Support/Tag\ Folders/openmeta -p /path/to/file
Of course, replace /path/to/file with the path to one of the files on the encrypted disk image that you have tried to tag with one of your Tag Folders. What we are looking for here is a list of the tags that the file has. If the list of tags is not what you expected, run this command, and tell me the result:
~/Library/Application\ Support/Tag\ Folders/openmeta -p /path/to/file -a foo
Jon
Please tell me the results of the following command:
mdls -name kMDItemOMUserTags /path/to/file
Depending on what we see there, I may or may not be able to figure out a workaround.
Jon
mdls /path/to/file
once while the file is on the disk image, then move/copy it to your hard drive, and run it again on the file in the new location. I would like to compare the output of the two to see the differences.
Jon
Jon
sudo mdutil -i on /Volumes/name_of_mounted_disk_image
You'll probably need to give Spotlight some time to build the index before it starts working.
Jon