You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Files on a USB stick visible on Windows but invisible (corrupted) on mac

Hi,

I have a very interesting mystery which I would like to uncover.

I have an USB stick formatted to FAT32 (most probably formatted on windows). There are several microsoft word documents there which were created on windows, then edited on mac, and then again edited on windows. After final edit on windows, files does not appear anymore on the mac.


Important: The files are not hidden, as it can be seen in the screenshot, there is one `.hidden` file, but not the others

There is an open source command line tool, that will show the files (testdisk: https://www.cgsecurity.org/wiki/TestDisk_Download)

Using this tool I can see the files:

I can also copy the files using the testdisk tool and paste them somewhere and the files would be visible again on mac.


I have tried to use `ls` command line tool, and it shows the same output as mac. Tried another tool `exa` which is a replacement for `ls` written in rust, and got this interesting output:

Somehow `exa` tool could see there there are such files, but could not read the file.


Can anyone help solve this mystery?


Best,

Ion


MacBook Pro

Posted on Aug 26, 2020 2:09 PM

Reply

Similar questions

4 replies

Sep 2, 2020 5:00 AM in response to light-and-dark

The macOS Finder may permit the "." character elsewhere, or even space punctuation in a filename, but in the Terminal, you are on the UNIX command line, and unescaped spaces in a filename fail with no such file or directory. Multiple "." in a filename on the UNIX command-line is allowed. Using sentence structure for a filename is not a good idea in UNIX land, unless you like the idea of surrounding the entire filename with double-quotes to avoid the shell borking on those spaces.

Files on a USB stick visible on Windows but invisible (corrupted) on mac

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