Skip to content

Instantly share code, notes, and snippets.

@nealfennimore
Last active October 6, 2019 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nealfennimore/f85515d77fd9b69745e043f8d5b4fcce to your computer and use it in GitHub Desktop.
Save nealfennimore/f85515d77fd9b69745e043f8d5b4fcce to your computer and use it in GitHub Desktop.
Unmounting busy drive
# Check to see what processes are using drive
fuser -vm /dropbox
sudo umount /dropbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment