The fog system you’re running does not have a mount point labeled as:

/mnt/USB

You need to, in the debug, run:
[code]mkdir /mnt/USB
mount /dev/<usbdevicehere> /mnt/USB
[/code]

All should work then.