Created
April 7, 2018 16:55
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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