-
Notifications
You must be signed in to change notification settings - Fork 263
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
GNU/Linux: Allow seeing the path of the device when choosing the device to image #304
Comments
Don't the device-names on Linux tend to change though, based on the order you plug in devices? Just speaking as a third-party, I find using the disk-size to be a much more reliable way of telling drives apart, on the occasions when I have multiple drives connected at once. 🤷♂️ |
An SD card will always be an Just by looking at the name, you can already distinguish between what's connected. Ofc if you have multiple SD cards, you may not know the number. Makes sense? |
That only works for the built-in SD card slot on a Raspberry Pi, or for the built-in SD card slot on a laptop (that's internally connected via PCIe rather than via USB). In the majority of cases, I suspect that people are using RPi Imager with a USB SD card-reader; and on Linux any drive plugged in via USB (SD card-reader, Flash drive, HDD, SSD, or an internal-card-reader that's connected via USB) always appears as |
That's interesting. I went to try the USB dongle I have (I think that thing is already 10 years old) and it also registers the SD card as mmcblk (I now use the internal reader, though). Maybe it's something with newer dongles? |
That's also interesting. In all the years I've been using different USB drives and different USB card-readers on Linux, they've always shown up as |
I have a Thinkpad T410 with an integrated SD card reader. Whenever I plug a SD card in there, it registers as |
Sort of a duplicate, but I'm happy this gets more attention |
@Managor |
Yeah, Arch. I doubt that's the cause though. |
Do note that one of the other affected users mentioned in #610 that it did work a couple weeks ago... Care to try if the issue also appears on your hardware, if you boot a live USB image of Fedora or Ubuntu? |
Alright. It was the issue.
|
There was a similar discussion about displaying the device path in #439, I for myself 'd find it most helpful if there was a timestamp (or something like "n seconds ago") when the device got plugged in. This way one wouldn't have to lsblk and it's helpful information for the average user. |
I believe this might have been fixed on Arch's end.
|
Rejecting feature request. As was pointed out earlier in this issue, the name of the created device cannot be relied upon to determine actual form factor for choosing the storage device. The effective workaround was already captured by the OP - if you cannot distinguish based on the criteria available, hotplugging the device at the "Choose Storage" window should make it obvious. |
Problem:
Currently, for an advanced user who knows the device names, it's not straightforward to know which device to choose from the provided list. I end up attaching and removing the SD card a few times to make sure which one listed is the SD card.
Suggestion:
Add the path to the device being chosen to the devices list, so I can confirm the name of the device being written to.
I'm fine even if it requires flipping a configuration option or including a command line argument.
The text was updated successfully, but these errors were encountered: