RayViljoen / Raspberry-PI-SD-Installer-OS-X

Shell Script for creating Raspberry PI SD card on OS X.
311 stars 59 forks source link

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

Open ChrisWeiss opened 8 years ago

ChrisWeiss commented 8 years ago

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 commented 8 years ago

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.