Skip to content

Instantly share code, notes, and snippets.

@jukben
Created April 7, 2018 16:55
Show Gist options
  • Save jukben/cf4afbf962babf7d0c4b139559d18d83 to your computer and use it in GitHub Desktop.
Save jukben/cf4afbf962babf7d0c4b139559d18d83 to your computer and use it in GitHub Desktop.
The disk "Diskname" wasn't ejected because one or more programs may be using it.
# get PID of the process
sudo lsof /Volumes/1TB/
# kill that
kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment