Looking over the source code, the reason for the error message with the SD card inserted is that the code attempts to eject the device using the drive letters in order. So when the eject is run on the main memory, all drives are removed, as the entire device is ejected. This causes the subsequent eject on the SD card to fail, harmlessly.
|