unraid / usb-creator-next

The home of the Next-Gen Unraid USB Creator, a fork of the Raspberry Pi Imager
https://unraid.net/getting-started
Other
6 stars 3 forks source link

Issue with GUID fetch for Sandisk Drives #45

Closed elibosley closed 4 weeks ago

elibosley commented 1 month ago

Some users with Sandisk Drives are unable to get the device GUID, it seems that there is a problem with the fetching logic for specific models of SanDisk USB devices.

I'll provide some Sandisk USBs to test with, but the old USB creator pulls the GUID fine, so it may have something to do with the device enumerator?

elibosley commented 1 month ago

Image

Image

elibosley commented 1 month ago

This ticket is extremely high priority for us.

elibosley commented 1 month ago

In the meeting today we realized that the regex matches on the 4 characters, but it should allow any number of characters while only matching the first 4 of them.

elibosley commented 1 month ago

Image