Sunday, November 24, 2013

Eject USB Drive - Error and Fix

Earlier today, I successfully used a USB drive in my raspberry pi but when I went to eject the drive by right clicking on the drive in the file manager (via the desktop), I got an error message: "Error starting job: Failed to execute child process "eject". No such file."

Found this thread: http://www.raspberrypi.org/phpBB3/viewtopic.php?t=18364

Installed "eject" using the command line:

sudo apt-get install eject

Works now.

No comments:

Post a Comment