Issues while mounting an iso file

John 446 Reputation points
2021-06-21T13:11:19.137+00:00

I typed the following command:
Mount-Image "Z:" "C:\Users...\Documents\CDPLUS.iso"
It resulted an error message.

Can anyone fix this, so that it can mount as read-only?

Regards,

John-1477

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
{count} votes

Accepted answer
  1. Miles 1,256 Reputation points
    2021-06-22T03:28:18.137+00:00

    Hi

    In order to solve your problem better , could you please take a screenshot or describe the error more in detail?

    Here is a solution which may be helpful to solve your problem.
    We could mount an iso image using a powershell command.

    1. Search for powershell , right-click the top result , and select the Run as administrator option
    2. Type the following command to mount an iso image and press Enter:
      Mount-DiskImage -ImagePath "PATH\TO\ISOFILE"

    In the command , make sure to replace the "PATH\TO\ISOFILE" with the actual path of the .iso file.
    Once you complete the steps, the ISO image will mount, and you will be able to access the contents to install the application or extract the image contents from the newly-available drive letter.

    Best Regards

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Docs 15,491 Reputation points
    2021-06-21T18:08:10.81+00:00

    For Mount-Image "Z:" "C:\Users...\Documents\CDPLUS.iso"

    see if changing Mount-Image to Mount-DiskImage works.

    Open administrative Powershell (PS) and type or copy and paste:

    Mount-DiskImage "Z:" "C:\Users...\Documents\CDPLUS.iso"

    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post: Vote = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2021-06-21T13:49:06.27+00:00

    Kind of vague but the file may be corrupt. Also try right-click and Mount

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    107587-image.png

    0 comments No comments