Skip to content
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

Can't "restore" flash drives - Windows doesn't see it #235

Closed
kparal opened this issue Apr 15, 2020 · 3 comments
Closed

Can't "restore" flash drives - Windows doesn't see it #235

kparal opened this issue Apr 15, 2020 · 3 comments

Comments

@kparal
Copy link

kparal commented Apr 15, 2020

In Windows 10, I burned Fedora Workstation Live on to a 64GB flash drive. That worked fine. When I wanted to reformat it back and used "restore" in FMW, the flash drive is not recognized in Windows. It's not visible in file explorer (no drive, no letter), and it can't be fixed even using Disk Management (all actions report errors). Looking at the flash drive on Linux, it has a MBR table with a single 64GB partition using FAT16 filesystem. FAT16 has a maximum limit of 2GB, so I don't even understand how that's possible, and perhaps this is the reason why Windows don't see the drive. The drive needs to be FAT32, NTFS or exFAT.

Windows 10
FMW 4.1.4

@An-dz
Copy link

An-dz commented Jan 11, 2021

If you don't have a Linux machine available here's how you can "fix" your SD.

  1. First download the official SD Formatter from the SD Association
  2. Run the SD Formatter tool and click format on the device (it will show a random ID for the device)
  3. Open CMD with Admin privileges and call diskpart
  4. Execute list disk and check which disk number is your USB
  5. Execute select disk #, where you replace # with the number of the disk you checked in the previous command
  6. Execute clean
  7. Execute create partition primary
  8. Execute format fs=fat32 label="ANY_NAME_YOU_LIKE" quick
  9. Execute assign and now a drive letter is given to your device and you can use it again

If you don't format with SD Formatter, diskpart will complain about not being able to access the device. Trying to set the readonly attribute through diskpart won't have any effect since the problem is the filesystem used as OP has already stated.

@grulja
Copy link
Collaborator

grulja commented May 12, 2021

I cannot reproduce. I tried FMW 4.2.1, made a bootable drive with F34 and I was able to restore it afterwards. Closing it now. Please re-open if this issue is still reproducible.

@grulja grulja closed this as completed May 12, 2021
@An-dz
Copy link

An-dz commented May 24, 2021

I confirm it's working with 4.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants