-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to write to USB (destination drive is not writable) #774
Comments
|
|
It's basically the same issue. I'm running out of ideas what could be wrong, especially since it doesn't work even with the previous version. Btw. I have tested Windows 10 in a VM and it worked for me. I don't have a solution for you, at least solution making Fedora Media Writer to work. Since your goal is to get out of Windows and use Fedora, I can for now only recommend trying https://rufus.ie/. It's essentially a similar tool, you just select an ISO image to write to your USB drive. It has more robust implementation of device handling, even though lots of the stuff we do is similar, but hopefully at least Rufus will work for you. I'm really sorry that Fedora Media Writer doesn't work for you. |
Just to annoy myself even further, an older PC Build that I had made (and currently runs my TV and media system) ran the installer perfectly, wrote to the same USB as I had tried to before with no issues, and Fedora is currently installing on my old HP Envy laptop. Apparently the installer was either only having issues with with my PC, or with Windows 10 computers specifically. Thank you again @grulja for all your help! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
@grulja, I seriously suggest that you push an update to However, @PalladinRex, note that it trips Consequently, ensure that swiftly permit it there if you have that functionality enabled. Additionally, perhaps run the undermentioned: 1 #!/usr/bin/env -S pwsh
If ($IsWindows) {
Add-MpPreference -ControlledFolderAccessAllowedApplications "$PathOfToBeAllowedApp" # `helper.exe`
} @grulja, this is probably worth adding to the application source. Footnotes |
@RokeJulianLockhart you will no longer have problems with drives formatted with Fedora Media Writer once you use version 5.2.0 or 5.2.2 (5.2.1 was broken). Also version 5.2.2 will most likely resolve your issue with ransomware protection. Regarding WinGet, we have this automated in CI, but it never worked. I don't have any experience with WinGet so no idea how to fix it. |
@gruljak, do you mean that you've also fixed FMW triggering |
Maybe not, I didn't study details what it is about, but we fixed #767 with migration to newer Windows in CI. |
@grulja, that's different. I'll file this separately, if it occurs again with 5.2.2+. |
For the last 36 hours I have been fighting with Fedora Media Writer to put Fedora 41 onto a USB so I can flash my laptop to a new OS. However, I have been getting this issue that insists that it cannot write the media to the USB. This comes both before and after the patch by @grulja to help us get the media writer to re-format the USB sticks after a failed attempt.
I am currently using Windows 10 (not 11) on my main PC/Gaming rig, so I'm not sure if that has anything to do with it.
I have used a Verbatim Store N Go 32GB USB, a Kingston DataTraveler 110 G3 128GB USB (that also still has a Windows Installer on it, it failed to overwrite that as well), and now a generic 64GB USB that we got from Amazon (third picture). I have also tested each USB by putting other files (PDFs and Word documents) onto it to test if it can be written on, and each one will accept files and open them.
I have tried using Windows' Disk Management to reformat the drives and hopefully fix the issue about partitions, but to no previous avail.
As someone TRYING to get away from the Microsoft ecosystem before even more privacy and security issues are pre-installed, I would greatly appreciate any help with this.
Thank You,
PalladinRex
The text was updated successfully, but these errors were encountered: