Efi Mounter For Mac

  1. Command Line EFI Mounter is a minimalist Mac OS X application that offers you the possibility to visualize all the volumes connected to your computer and mount any of the included EFI partitions.
  2. REFIt 0.14 (6.5M Mac disk image) rEFIt 0.14 (6.5M ISO disk image) rEFIt 0.14 (3.2M.tar.gz) rEFIt 0.14 source code (253K.tar.gz) You can browse the source code online through the ViewVC interface to the Subversion repository at SourceForge. See the troubleshooting section for a full list. Here are a few common problems.
  1. Efi Mounter For Mac Download
  2. Mounting Efi On Windows
  3. Mount Efi Download
  4. Mac Os Mount Efi
  5. Mount Efi Partition

In order to be able to access the macOS EFI partition on Windows we first need to mount it. There are a couple ways to mount an EFI partition, in my opinion the simplest way is to give it a drive letter. Install MiniTool Partition Wizard Free Edition Open MiniTool Partition Wizard. MacMan's version of Koen2X's EFI Mounter v2. Modified to use the diskutil command and supports running on systems with up to 10 disks attached. Updated to 64-bit. G.Beared, Frozar, nimitiz and 38 others. EFI Mounter v3 MacMan’s version of Koen2X’s EFI Mounter v3. Modified to use the diskutil command and sMacMan’s version of Koen2X’s EFI Mounter v2. Modified to use the diskutil command and supports running on systems with up to 10 disks attached.

Mounting volumes on macOS can be done using Disk Utility.app. For some reason, Apple decided not to show EFI partitions (among others such as Preboot, Recovery, etc) in Disk Utility.app. In this article, I will show you how to mount these volumes using command line (Terminal).

Efi Mounter For Mac Download

Efi mounter for mac computer

Listing all volumes

Mounting Efi On Windows

To list all volumes (partitions), use diskutil list.

As you can see, there are 2 physical drives, both containing EFI partition.

If you compare it to Disk utility.app, it is rather brief.

Mount Efi Download

Mounter

Mounting a volume

To mount a volume, use sudo diskutil mount DiskIdentifier|DeviceNode|VolumeName.

This will mount the volume to /Volumes/<VolumeName>. If this mount point is already in use, a number will be added at the end (e.g: /Volumes/EFI 1).

The sudo command in the beginning is very import, omitting it causes error message like

Mounting a volume to specified mount point

You can mount a volume to a different mount point (directory) using -mountPoint option. Beware, target mount point must exist.

Mac Os Mount Efi

Efi

Unmounting a volume

Mount Efi Partition

Unmounting a volume is as easy as mounting a volume, use diskutil umount DiskIdentifier|DeviceNode|VolumeName.