How can I fix "you do not have permission to mount this file" error in Windows 8.1 Enterprise?

13

2

I receive this error whenever I attempt to mount a disc image (iso) under Windows 8.1 Enterprise using the right-click context menu. So far I have tried:

  • run explorer elevated (couldn't make it happen)
  • uninstall all other apps that may possibly mount iso (didn't help)
  • take ownership of the file (also didn't help)

I am somewhat fundamentally confused; is this a permissions issue or a software conflict?

EDIT:

Oddly enough, the mount succeeds. The drive shows up. What in the world does the error mean then?

jamesson

Posted 2014-03-16T16:19:07.157

Reputation: 491

I have moved drive letters around, logged in as various users w/ various rights, changed ownership, file names, put it on external, sourced it internally on a non-boot drive, put it on the SSD boot drive...all of it. Same problem. Funny, I didn't even realize it was mounting it when the error message popped up until I read this... – beauXjames – 2015-02-06T15:40:27.117

Is the ISO image on a network share? – Scorpion99 – 2014-03-16T16:51:05.603

nope it sure isnt – jamesson – 2014-03-17T16:57:02.263

3I have the same problem. Gives the error message but then mounts the ISO file. – webworm – 2014-04-01T18:29:41.850

Answers

0

The mount is prevented by aa filesystem attribute called sparse. FAR commander (a norton commander clone) can remove this.

jamesson

Posted 2014-03-16T16:19:07.157

Reputation: 491

3

This is usually an indication that the drive letter that it's attempting to mount the ISO to is not available. It then tries the next available drive letter. The message itself is misleading.

If you really want the message to go away, try changing the drive letters of any external drives or mapped drives you're using.

Jason

Posted 2014-03-16T16:19:07.157

Reputation: 5 925

-1

simply rename the file (file.iso > file-1.iso > file.iso) there is a funky bug in explorer

see http://www.thewindowsplanet.com/2042/you-dont-have-permission-to-mount-the-file-error-when-mounting-iso-image-in-windows-8.htm

nwgat

Posted 2014-03-16T16:19:07.157

Reputation: 961