Hi > for $dev in $DEVICES; do [...] > Script execute till echoing "Mount of Stick", then nothing... > Any suggestion? The error is probably at the 'for' statement, since it should be: for dev in $DEVICES; do regards Lucas Brasilino