CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    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
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

  2. #17
    Join Date
    Jul 2014
    Posts
    1

    Re: Mount an read an image in c#

    Quote Originally Posted by inblueswithu View Post
    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

  3. #18
    Join Date
    Feb 2020
    Posts
    1

    Re: Mount an read an image in c#

    Did you ever figure out if this was possible and how to do this?

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured