question

John-1477 avatar image
0 Votes"
John-1477 asked Miles-MSFT answered

Issues while mounting an iso file

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-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

It resulted an error message.

Which error ?!

0 Votes 0 ·
Miles-MSFT avatar image
1 Vote"
Miles-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered

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





image.png (52.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Docs-4663 avatar image
1 Vote"
Docs-4663 answered Docs-4663 edited

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
.
.
.
.
.








5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.