I have a ton of files that I transfer from a PC to a Mac. I transfer them using a USB drive but when I put them in the Mac, a few of the filenames are changed.

For example if I have this file:

P001_img_tommarow_graphic.png

It may get changed to something like:

P014AD~1.png

Does anyone know why something like this would happen?

Out of the 1000+ files I transfer it only happens to about 10 of them.

link|improve this question
feedback

migrated from stackoverflow.com Aug 18 '10 at 12:33

This question came from our site for professional and enthusiast programmers.

1 Answer

The file system of your USB drive is using 8+3 (8 letters plus 3 letter extension) filenames natively (even though on Windows you can see the 'extended' long filenames).

One way around this could be to format the USB drive as FAT32...

link|improve this answer
I dont think that was the problem because 1. I have files with much longer names that are fine. 2. I tried it and it didnt change anything. Thanks for the suggestion though. – funckymonk Aug 18 '10 at 7:50
feedback

Your Answer

 
or
required, but never shown