Replies: 15 comments
-
AFAIK, |
Beta Was this translation helpful? Give feedback.
-
https://github.com/WoeUSB/WoeUSB-ng/blob/master/WoeUSB/list_devices.py#L23 |
Beta Was this translation helpful? Give feedback.
-
In that case, perhaps it would make sense to print an error message to that effect? |
Beta Was this translation helpful? Give feedback.
-
The error you posted clearly states that the path you entered was not a storage device. |
Beta Was this translation helpful? Give feedback.
-
Indeed. Which seems misleading to me, since it is (a link to) a storage device. |
Beta Was this translation helpful? Give feedback.
-
To clarify, since I didn't mention it in the issue, |
Beta Was this translation helpful? Give feedback.
-
IMHO, this tool should be used by power users who understand that one must write to a device identifier rather than a symbolic link. |
Beta Was this translation helpful? Give feedback.
-
Why would power users assume that this tool, unlike other tools for disk management, would be unable to support symlinks |
Beta Was this translation helpful? Give feedback.
-
The author of the code already pointed you to the location in the source where it is stated. What is the output of
To resolve the link, we can use |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This tool is behaving this way because the check for the device have so shaky assumptions about how the path to block device should look like. Yes, your way should work, but it is not supported. |
Beta Was this translation helpful? Give feedback.
-
@kevinoid can you try:
and
(the first escapes the colon |
Beta Was this translation helpful? Give feedback.
-
Thanks @WaxyMocha!
I did try to use the device in the example. I find that using |
Beta Was this translation helpful? Give feedback.
-
Sure, thank you for reporting it, I'll mark it for future. |
Beta Was this translation helpful? Give feedback.
-
Good Habit Checklist for Issue Reporting
Checkout Mastering Markdown · GitHub Guides if you needs help on the GitHub-flavored Markdown syntax. You may remove sections and contents that don't apply.
Issue Reproduce Instructions
woeusb --device Win10.iso /dev/disk/by-id/usb-Kanguru_FlashBlu_0702353730542E72-0:0
Expected Behavior
No error
Current Behavior
WoeUSB produces the following error message whenever the device path ends with a digit:
Info of My Environment
WoeUSB Version
v0.2.5-64-gbcb7583
WoeUSB Source
Built from source code, commit bcb7583
Information about the Operating System
Debian GNU/Linux bookworm/sid
Information about the Source Media
"Windows 10 2022 Update | Version 22H2" downloaded from https://www.microsoft.com/en-us/software-download/windows10ISO
Information about the Target Device
8GB Kanguru FlashBlu USB2.0 flash drive
Beta Was this translation helpful? Give feedback.
All reactions