Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Win32DiskImager fails to launch [closed]

I downloaded Win32DiskImager from SourceForge, as was recommended in some Linux installation instruction (coming from Windows). The installer runs successfully and the program is installed into C:\Program Files (x86) as expected. When launching the program Windows prompts me to accept that this program can make changes, I accept and nothing happens. No service or process launches in Task Manger.

like image 859
kltft Avatar asked Sep 16 '20 22:09

kltft


1 Answers

It turns out that mounted drives can cause issues with Win32DiskImager. In my case Google Drive had mounted itself on the file system. Quitting Google Drive unmounted the drive it had mounted and then Win32DiskImager launched without issue! I also had a Linux ISO mounted (I believe Windows did this automatically after download, which seems odd) and had unmounted that as well before re-launching Win32DiskImager.

like image 124
kltft Avatar answered Nov 10 '22 13:11

kltft