How does OSFMount mounts an image "synchronously" as compared to AIM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mArkGoldBridgE
    Junior Member
    • Dec 2024
    • 2

    #1

    How does OSFMount mounts an image "synchronously" as compared to AIM

    Hi,

    Does anyone know exactly how OSFMount mounts "synchronously"?

    For example, in a single PowerShell script block, after I mount an image using OSFMount.com commands, I was able to execute subsequent PowerShell commands. In contrast, with Arsenal Image Mounter (AIM), I cannot execute further commands until the mount process is terminated (using CTRL-C).
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11069

    #2
    Neither option would seem to be difficult to implement from a coding point of view (the hard part of image mounting is writing the device driver required to emulate a physical disk or disk volume).

    So I assume it was just a design decision.

    Comment

    • mArkGoldBridgE
      Junior Member
      • Dec 2024
      • 2

      #3
      Hi David,

      Thank you for your response.

      Would you mind sharing more on how this is achieved in OSFMount? I'm relatively new to image mounters and programming, so would like to find out on how its being done.

      Comment

      • David (PassMark)
        Administrator
        • Jan 2003
        • 11069

        #4
        It is beyond the scope of this support forum to teach programming.
        But as a starting point research Threads and process and services.

        Comment

        Working...