question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drives without a letter assigned displayed as a blank space (followed by a separator)

See original GitHub issue
  • Etcher version: Beta 13
  • Operating system and architecture: Windows 10
  • Do you see any meaningful error information on DevTools? N/A

When I select a drive that doesn’t have a letter assigned (either there is no partition on the drive or there isn’t a partition with a letter) the drive is shown as - 2.0 GB. The name is empty, so there’s just a dash followed by the size.

snip_20160831195239

I think it should say one of the following:

  • <no name> - 2.0 GB
  • <unnamed> - 2.0 GB
  • <unformatted> - 2.0 GB
  • 2.0 GB
  • \\.\PHYSICALDRIVE3 - 2.0 GB

The last one would be preferred, because it is the most informative.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jviotticommented, Sep 2, 2016

I’ve fixed this issue by printing the device ID if a drive letter is not assigned to the drive. Lets keep this open for tooltip/more info discussion.

0reactions
jviotticommented, Sep 7, 2016

After some discussion, it is unlikely that we will show the physical drive internal path, since its irrelevant to the big majority of our users. We will of course do show it if there is no drive letter to supersede it.

Thanks a lot!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change a drive letter | Microsoft Learn
If you don't like the drive letter assigned to a drive, or if you've got a drive that doesn't yet have a drive...
Read more >
5 Ways to Get the Missing Drive Letters Back in Windows
A drive letter is a single alphabetic character A through Z that can be assigned to a physical disk partition, floppy disk drive, ......
Read more >
How to get the drive letter of a drive with a specific drive name ...
An error output by WMIC on no drive found with case-insensitive ... to get just drive letter and colon without the trailing spaces...
Read more >
Chapter 3 - Code Formatting with Black - Invent with Python
The spaces make it more obvious that this + is part of a slice for the value in blanks . Put No Spaces...
Read more >
How to use Split in Python Explained - KnowledgeHut
An example of declaring and displaying a string in Python: ... splits the string on whitespace if no argument is specified in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found