chacham15
October 9th, 2009, 09:31 AM
Problem: I have a compactflash card with a custom filesystem (implemented in a hardware device). I want to take the compactflash card and insert it into a compactflashcard reader. Then I want a program to modify some data on the card. Therefore, the problem is that windows does not know anything about how the data is laid out on the drive.
What I would like is an interface which I call some function which retuns a handle to the device. Then I would be able to read and write to it like any normal file. Therefore, I can create an interface to the filesystem myself. Is there something like this? Is there any solution to my problem?
Thanks,
Chacham15
What I would like is an interface which I call some function which retuns a handle to the device. Then I would be able to read and write to it like any normal file. Therefore, I can create an interface to the filesystem myself. Is there something like this? Is there any solution to my problem?
Thanks,
Chacham15