Re: Mount an read an image in c#
You may be able to mount using hyperV then access it like a normal disk after its mounted. Unless the disk is using a file format not known to windows, this shouldn't be a problem. My guess is that the disk on the sky box is fat32, which should mount without issue. Check out the following for a mount demo
http://msdn.microsoft.com/en-us/libr...11(VS.85).aspx
Re: Mount an read an image in c#
Quote:
Originally Posted by
inblueswithu
Hello craig can you jus help on dis. Even I am trying for dis kinda project code .
I am also looking on how to extract files or mount the .dd image file using c#. Can you please let me know if anyone is able to mound using c#.
Thanks,
Prashant
Re: Mount an read an image in c#
Did you ever figure out if this was possible and how to do this?