I am following some steps to make a USB stick that a Tesla can access, and am a tad alarmed (and frustrated) that I need to use a third party utility (Fat32Formatter) to format the 2nd partition to FAT32.
To be clear, I am creating a 32GB partition that is FAT32 (for the tesla dashcam) and the rest of the space for a single partition for music files.
The Tesla OS cannot access NTFS volumes, from what I understand.
I deleted the volumes on the USB, and then using diskpart did these commands:
convert gpt
create partition primary size=31000 align=1024
create partition primary align=1024
Then in Windows Disk Management, I formatted the first partition to FAT32. It works great. I can also, in Windows tools, format the second partition as exFAT or NTFS (and have tried that, and it works great). THE QUESTION: How to format the 2nd partition to FAT32?
There must be a native Windows way to do this?
I am on Windows10
UPDATE: I did, in fact, get the 2nd volume formatted FAT32 using a third party partition management tool. The question on this thread stands: Windows happily lets you CREATE A SECOND PARTITION on the USB stick. Windows also happily formats very large volumes as FAT32 when they are the only volume on the disk. But Windows does NOT allow you to FORMAT the second partition FAT32. The QUESTION is: How to do all of this in Windows-native land.