If you encounter the “Couldn’t Open Device 69877” error on a Mac, it means the system is unable to access or manipulate a storage device during operations like mounting, formatting, or erasing. This issue can arise from permission restrictions, disk corruption, security settings, hardware problems, or incompatible formatting. The following step-by-step guide will walk you through effective ways to resolve this problem with clear and straightforward instructions.
Step 1: Check and Reconnect the Device
Start with the basics to rule out connection issues:
- Unplug and reconnect the external drive to a different USB or Thunderbolt port.
- Try a different cable to eliminate the possibility of a faulty connection.
- Test the device on another Mac if available to confirm whether the problem is with the device itself.
Ensuring hardware connections are sound can often resolve access issues without further troubleshooting.
Step 2: Grant Full Disk Access to Disk Utility and Terminal
macOS security might restrict Disk Utility or Terminal; to fix this:
- Open System Settings and go to Privacy & Security.
- Find Full Disk Access and click the + button.
- Add Disk Utility and Terminal to the list.
- Restart your Mac to apply the changes.
This grants the necessary permissions so macOS tools can properly access the drive.
Step 3: Use Disk Utility’s First Aid to Repair the Drive
Disk corruption can cause the error. Running First Aid may fix the problem:
- Open Disk Utility (via Launchpad or Recovery Mode).
- Select the problematic disk or partition.
- Click First Aid and confirm to scan and repair disk errors.
- After completion, try the operation again.
If First Aid fails, continue to the next steps.
Step 4: Boot into macOS Recovery Mode for Disk Operations
Erasing or formatting certain disks can require working from Recovery Mode:
- For Intel Macs:
- Restart and immediately press Option + Command + R to enter Internet Recovery mode.
- For Apple Silicon Macs:
- Shut down, then press and hold the power button until startup options appear; select Options to enter Recovery.
- Once in Recovery, open Disk Utility or Terminal to erase or reformat the disk.
Using Internet Recovery with the exact macOS version that shipped with your Mac often bypasses restrictions that cause error -69877.
Step 5: Use Terminal Commands to Format the Disk (Advanced)
If Disk Utility cannot erase the disk:
-
Launch Terminal in Recovery Mode from the Utilities menu.
-
Identify the disk with
diskutil list
. -
Unmount the disk with
diskutil unmountDisk /dev/diskX
(replace X with your disk number). -
Erase the disk with a command like:
diskutil eraseDisk JHFS+ "NewDiskName" /dev/diskX
This method can complete formatting processes that Disk Utility’s GUI can’t when encountering this error.
Step 6: Reset PRAM/NVRAM and Restart
Sometimes low-level hardware settings interfere with disk communication:
- Shut down your Mac.
- Turn it on and immediately press and hold Option + Command + P + R for about 20 seconds.
- Release the keys and let the Mac restart normally.
Resetting PRAM/NVRAM often resolves device recognition issues related to hardware parameters.
Step 7: Consider Hardware Issues or Professional Help
If none of the above steps fix the error:
- The storage device or ports may have physical damage.
- Try another device or consult a professional technician to evaluate and repair hardware faults.
By following these clear and progressive steps, you can effectively resolve the “Couldn’t Open Device 69877” error on your Mac and regain access to your storage device. Always ensure you back up important data beforehand when performing disk operations to safeguard against data loss.

Hey! I’m Easha, the creator and writer behind DailyMacTips.com. I’m a tech enthusiast, Apple lover, and a big fan of making life easier through smart shortcuts and hidden features.