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

etcher-cli does not accept --drive symbolic link path #2381

Open
nunojpg opened this issue Jun 6, 2018 · 0 comments
Open

etcher-cli does not accept --drive symbolic link path #2381

nunojpg opened this issue Jun 6, 2018 · 0 comments

Comments

@nunojpg
Copy link

nunojpg commented Jun 6, 2018

On etcher-cli-1.4.4-linux-x64-dist.

It is useful to use paths under /dev/disk/by-id/* instead of /dev/sd*.

These paths under /dev/disk/by-id/ are symbolic links.

Etcher CLI fails to follow these symlinks with error "We can't find "/dev/disk/by-id/<id>" in your system. Did you unplug the drive?"

The current workaround is to use etcher --drive "$(readlink -f /dev/disk/by-id/<id>)" <image>

Please consider allowing it.

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

No branches or pull requests

3 participants