Closed ryaninvents closed 8 years ago
For now, I was able to continue by manually unmounting:
umount /dev/sdc1
umount /dev/sdc2
@r24y Can you test it again by changing $NF
to $1
line 209 https://github.com/hypriot/flash/blob/f36dbcc3c1914b1719cecd729f2fd89e5096ae0d/Linux/flash#L209
If this fixes your problem a PR would be very welcome, don't forget to edit the AUTHORS file :-)
Definitely! I'll test it today or tomorrow; my Linux box unexpectedly needed rebuilding.
I can confirm that changing $NF
to $1
on line 209, fixes the issue when the space in the volume name issue.
Thanks for the awesome script.
@georgezero Thanks for confirming. Fixed with https://github.com/hypriot/flash/commit/6828a335ef85aaee62e005affd168c933ab43536
This is odd, because the variable is quoted in the
umount
section:Issue found on 64-bit Linux.