WMXZ-EU / uSDFS

uSD File system based on ELM-CHaN generic FAT system
28 stars 13 forks source link

Support GPT volumes #7

Closed KurtE closed 5 years ago

KurtE commented 5 years ago

I believe I have a version of the GPT code that the logger_FawWrite_FS app will now write to...

Testing was done using a disk that I partitioned and formated on windows 10, where first partition was FAT and 2nd was NTFS. Appears to work fine on that one. Properly detected NTFS.

@mjs513 tested a 2 FAT32 partion disk and it worked for him as well

I then went to Linux machine, deleted the partitions, and created new layout with gparted. Where two volumes both FAT32 and it worked

Comment out debug outputs

Edit: Note This Pull also added a logical to physical drive table mapping to test app as the multi... option had been turned on.