So I’m trying to mount my raw image to my Pendrive and gives me the error of “User did not grant permission”.
I tried all type of things:
-Running as an administrator
-Checking if I have enabled the Controlled Folder Access
-Formating Pendrive
-Putting items in to my Path environment variable,
Hi, there have been a couple reports of a similar issue but unfortunately we don’t have a fix for this at the moment. Could you please check the etcher DevTools when you see this error and paste them here in case there is any useful information in diagnosing and debugging this issue?
Are you seeing this issue on a non-Windows machine as well? If so, I see in some internal notes that we have seen success in working around this issue in the past (albeit this shouldn’t be necessary in the first place) by running the following from the command line: sudo /opt/balenaEtcher/balena-etcher-electron %U
when your trying to mount a raw image in virtual machine or operating system , you may encounter an error msg which say "user did not grant permission" or something similarity. this error msg typically indicate that user account you are using does not have sufficient permission.
Have you tried changing the ownership of the file or folder that contains the raw image? You can try to take ownership of the file or folder by right-clicking it, selecting Properties, going to the Security tab, and clicking Advanced. From there, you can click on the Owner tab and change the owner to your user account. This may allow you to gain permission to mount the raw image to your pendrive.