Closed ambalek closed 5 years ago
Good catch and thanks for the proposed solutions. I'll fix that as soon as possible. Darn OSX littering all over the place...
@ambalek It seems that the ._* files only appear if you start browsing through the MiSTerData partition with the finder after you re-insert the SD card in your mac. At least that's what happens on my machine. When I immediately insert the SD card into the DE10-Nano after creation, there is no sign of . files. Can you confirm this? If that's correct, I will close this issue as it may not seem related to the creation of the SD card.
Thanks!
Although stopping the Spotlight indexing may still be useful. I'll implement that.
Even though I didn't open any SD card partitions in Finder I still somehow got a ._menu file:
You could do something like
find /Volumes/MiSTer_Data/ -type f -name '._*' -delete
just before ejecting.I've also done
mdutil -i off /Volumes/MiSTer_Data
to stop Spotlight indexing