jpg file incopatibility

After creating jpg files on my iMac21 OSX High Sierra 10.13.5, saving them to a thumb drive and opening them on my Windows-10 machine, I find '._' prepended to all file names, and Windows throwing errors saying 'It looks like we don't support this file format'. This error message persists after renaming the file to remove the '._'.


This is really strange. I checked iMac Preferences | file sharing, and iMac files _are_ being shared in 'SMB' mode, although I'm not sure that matters here(?).


Would appreciate any insights into what may be happening.


Best,


jwc

Posted on Jul 5, 2018 7:16 PM

Reply

Similar questions

3 replies

Jul 5, 2018 9:14 PM in response to Wolfgang31

File that begin with ._ are hidden files for macOS. The pictures are in the files that do not sort with ._


If you have a jpg file named lakeview, you should see:

._lakeview.jpg

lakeview.jpg


The picture is in lakeview.jpg. The ._lakeview.jpg contains Apple metadata. You can safely delete ._lakeview.jpg. There are some programs around to automate the deletion.


I'm surprised the ._lakeview.jpg files are still being created. What app did you use to create the lakeview.jpg file?


R

Jul 6, 2018 8:54 AM in response to Wolfgang31

Plug the thumb drive back into your iMac. Run the following command from the Terminal command line. Type only bold below:


# comment: man page for dot_clean

man dot_clean

# comment: remove all ._ filenames from the device

dot_clean -m /Volumes/your_mounted_drive_name

# comment: the following will show all dot files and the ._ should be gone

ls -al /Volumes/your_mounted_drive_name

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

jpg file incopatibility

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.