hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

Fixed mount complaint on Linux #67

Closed mevatron closed 8 years ago

mevatron commented 8 years ago

Ran into problem with flash command recently where it was unable to finish customizing the image.

I got the following on the command line:

Mounting /dev/mmcblk0p1 to customize...
mount: you must specify the filesystem type

Not sure why I've just started seeing it, but this seems to fix it.

StefanScherer commented 8 years ago

LGTM

StefanScherer commented 8 years ago

Thank you!

mevatron commented 8 years ago

No problem!