mounting iso images as readonly in windows shell

JohnCTX 636 Reputation points
2020-12-31T15:30:10.867+00:00

I am having trouble mounting iso images from a thumb drive.

What is the command keyword for mounting iso images, and if there is one, does it have a read-only option?

Regards,

JohnCTX

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joy Qiao 5,792 Reputation points Microsoft Employee Moderator
    2021-01-01T03:29:18.977+00:00

    Hi John,

    Sorry for not clearly understanding your issue.

    Do you mean you have a ISO image located in USB flash disk, and want to make some modification in that ISO image. So that you need to mount ISO image before modification, right?

    If yes, we could use the following command line to mount it, it has readonly parameter to use.

    DISM /Mount-image /imagefile:<path_to_Image_file> {/Index:<image_index> | /Name:<image_name>} /MountDir:<target_mount_directory> [/readonly] /[optimize]}

    For more information, please refer to: Modify a Windows image using DISM

    If my information is useful for you, please accept it as answer to help others search for result more quickly.

    Bests,

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.