i have a Kingstone DT101 G2 (8G) Flash Stick from Ubuntu linux i removed the partition from it and created 2 partitions (4GB NTFS Partition), (4GB EXT3 Partition).
as i expected the EXT3 Partition doesn't appear on windows machines, it only appear in the "Computer management application as a volume with unknown file-system.
what i want now is to read the EXT3 Partition Serial ID from windows using C# code.
i tried the DriveInfo.GetDrives();
but it lists only the other drives (C:, D: ..etc)
any ideas ?