Contribute
Register

[Solved] Can't mount APFS EFI with diskutil

Status
Not open for further replies.
Joined
Nov 6, 2012
Messages
73
Motherboard
Gigabyte X99 Designare
CPU
i7-6950X
Graphics
980Ti
Mac
  1. MacBook Pro
  2. Mac Pro
Mobile Phone
  1. iOS
After reformatting my drive with APFS, I'm unable to mount the EFI partition with diskutil. It works with mount instead. Anyone know why? I've seen this happen on multiple computers with High Sierra, including a real mac.

Code:
$ diskutil mount disk0s1
Volume on disk0s1 failed to mount
If the volume is damaged, try the "readOnly" option

$ sudo mkdir /Volumes/EFI
sudo mount -t msdos /dev/disk0s1 /Volumes/EFI/
 
Update: it just requires sudo. This is on High Sierra 10.13.6. On Sierra it did not require sudo. I used to have a BetterTouchTool shortcut to run this, but now it's broken.

Code:
sudo diskutil mount disk0s1
 
Status
Not open for further replies.
Back
Top