Skip to content

Instantly share code, notes, and snippets.

@sleepdefic1t
Created October 2, 2017 11:53
Show Gist options
  • Save sleepdefic1t/be9857763b0381da5860b29ffc77ecc6 to your computer and use it in GitHub Desktop.
Save sleepdefic1t/be9857763b0381da5860b29ffc77ecc6 to your computer and use it in GitHub Desktop.
Mounts EFI Partition of macOS installation. Useful for multi-boot environments.
mkdir mnt && sudo mount -t msdos /dev/disk0s1 mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment