Skip to content

Instantly share code, notes, and snippets.

@xremix
Created December 13, 2017 09:45
Show Gist options
  • Save xremix/d9550a5c83c5c2b20e9247e10e912d71 to your computer and use it in GitHub Desktop.
Save xremix/d9550a5c83c5c2b20e9247e10e912d71 to your computer and use it in GitHub Desktop.
Tries to Remount Disk if disk not showing up on macOS
diskutil list
read -p "Which drive do you want to repair? " answer
echo $answer
diskutil unmount $answer
diskutil unmountDisk $answer
diskutil mountDisk $answer
diskutil mount $answer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment