I have a Raspberry Pi SD Card which has 2 Partitions the first one is Fat32 and the second one is EXT4 Partition, now I want to access the files on the EXT4 Partition in C# to write, edit, read and create files. I already tried some things with System.IO to get directories etc.(very basic stuff). So does anyone know if there is a way to access an EXT4 Partition/Disk with C# code?
I am using Windows 10 OS.
It should work like this: File.Create("path to the Disk(J:)/rootfs/home/pi/file.conf");
However, I get an error: System.IO.IOException: "There is no recognized file system on the data carrier