Home > Questions

How to Fix External Hard Drive Not Mounting on MacBook?

Hi, recently my external hard drive (WD My Passport) is not mounting on my MacBook Air. I should be more specific. I partitioned the drive for Time Machine, and that partition seems to be mounting fine, but the data partition doesn't. I can only see the Time Machine partition in Finder, and in Disk Utility, My Passport is visible but grayed out. When I select mount in Disk Utility I get the following error message: Could not mount “WD My Passport”. (com.apple.DiskManagement.disenter error 49218. I've done Time Machine backups, and it seems to be working properly, but I need to access the data on the other partition. I'll gladly provide more details as requested. Thanks very much.

Best Answered by

Eudora Liu

Answered on Monday, April 29, 2024

To fix the external hard drive not mounting on MacBook, you need to check if there's something wrong with the USB cable or USB port. 

If the connection is fine, your external hard drive might be corrupted, and you can run First Aid in Disk Utility to fix it. Here's how:

  1. Go to Finder > Applications > Utilities > Disk Utility.
  2. Select the unmounted drive in the left sidebar.
  3. Click on First Aid and click Run.

If there is any problem, it will be fixed automatically. After that, mount your external hard drive on your MacBook again. If First Aid fails to repair it, and it still won't mount in Disk Utility, you can try to mount them by using Terminal.

  1. Go to Launchpad > Other > Terminal.
  2. Type in the following command. Find and remember the identifier of your external hard drive. Replace disk1s2 with the identifier.    
    diskutil listdiskutil mount /dev/disk1s2

If your external hard drive still won't mount, then it might be corrupted, you can use fsck to check and repair it:

  1. Run diskutil list in Terminal. Find and remember the identifier of your external hard drive.
  2. Restart your MacBook and hold Command + S to boot it into Single User mode.
  3. Type in the following command. The 'hfs' should be replaced with the file system of your external hard drive and 'disk1s2' should be replaced with its identifier.    
    /sbin/fsck_hfs -fy /dev/disk1s2
  4. After fsck is finished, type in reboot and press Enter to restart your MacBook.

If all the above solutions still can't help you to mount your external hard drive, you need to reformat your drive. Before you do so, remember back up your data.