I use SharpExt4 to read and copy data from an EXT4 SSD with an MBR partition type in Windows.
Now, I have a new card with a GPT partition type, as the new memory card is 4 terabytes and not able to use MBR anymore.
SharpExt4 does not support GPT, and I can't find any other library to use on Windows. Any suggestions?
I'm not looking for external tools such as diskinternals, etc., but I need to add this support to my own application.