Files beginning with "._" [duplicate]

Solution 1:

Ignacio's answer is partially correct. "._" can store both resource fork information as well as HFS+ metadata, like file type, creator code, and color label information, and possibly extended attribute information, etc.

In the case of Photoshop, it can be set to save a preview of the image that's saved, this is usually in the form of an 'icns' or'PICT' resource in the file's resource fork. (This feature can be turned off in Photoshop's preferences). Additionally, it also saves HFS+ file type and creator code ('8BIM', 'JPEG', etc. file type, though this varies depending on the image type, and a '8BPS' creator code). As far as I know, these cannot be turned off.

They are grayed out because they have their Windows invisible bit set. You should be able to tell from the file size what's contained in them. If the file size is only around 8 KB or so, it's just the HFS+ metadata; if it's larger (64 KB or more), it's a preview of the image. The ._ part is really only useful to Macs, and then only if the corresponding non-._ part of the file is there as well. So if you are deleting the original file from the disk from within Windows, you can delete the ._ version as well.

Solution 2:

The file's resource fork on filesystems that don't support them.