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

Fails if image file is on volume with spaces in name #7

Open
ChrisWeiss opened this issue Apr 6, 2016 · 1 comment
Open

Fails if image file is on volume with spaces in name #7

ChrisWeiss opened this issue Apr 6, 2016 · 1 comment

Comments

@ChrisWeiss
Copy link

I have a large second disk called (wait for it...) "Big Disk". So the command I'm using is:
sudo ./installer.sh /Volumes/Big\ Disk/Downloads/2016-03-18-raspbian-jessie.img

However, it seems to not like the space in the volume (or maybe any path?) name.

The output is:
dd: unknown operand Disk/Downloads/2016-03-18-raspbian-jessie.img

@mayoralito
Copy link

as a workaround you can use in this way:

sudo ./installer.sh "/Volumes/Big Disk/Downloads/2016-03-18-raspbian-jessie.img"

I know this doesn't resolve the other issue but it won't prevent you to use the installer.

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

No branches or pull requests

2 participants