Home > Questions

How can I prevent the second internal hard drive from mounting at boot?

So I installed an SSD in my original HD slot, then replaced the optical drive with my original HD. How do I prevent my HD from mounting at boot? Can anyone help me, or give me a guided set up of how to accomplish this? Thanks!

Best Answered by

iBoysoft author Jenny Zeng

Jenny Zeng

Answered on Tuesday, August 5, 2025

To prevent the second internal hard drive from mounting at startup, you need to run some commands in the Terminal app.

Ensure the disk you wish to prevent from mounting at boot is mounted and follow the steps below:

  1. Open Terminal from the Applications > Utilities folder.
  2. Select the partition or volume you'd like not to mount at startup.
  3. Click the ℹ️ button at the top-right corner.
  4. Copy the UUID (e.g, FF9DBDC4-F77F-3F72-A6C2-26676F39B7CE) to the clipboard.
  5. Type in the command below and hit Enter.cd /etc
  6. Input the command below and hit Enter to edit a fstab file.sudo vifs
  7. Type in your password and hit Enter.
  8. Tap the down arrow key to move to the end of the document, then press the o key to start a new line.
  9. Paste the following line, substituting the UUID (FF9DBDC4-F77F-3F72-A6C2-26676F39B7CE) with the one you pasted in step 4 and hfs with your file system if different.UUID=FF9DBDC4-F77F-3F72-A6C2-26676F39B7CE none hfs rw,noauto
  10. Press the Enter key.
  11. Type escape and then ZZ to save and exit the vifs text editor.
  12. Input the command below and hit Enter to reset the auto mounter.sudo automount -vc
  13. Close Terminal.

The second hard drive won't be mounted the next time you reboot your Mac. If you want to mount it again, simply go to Disk Utility, select it, and click the Mount button at the top.

People Also Ask

Read More Questions

Read More Advice From iBoysoft's Computer Experts

fix error code 43 on Mac

Fix Error Code -43 When Copying Files & Deleting Documents

Error code -43 occurs when you fail to delete or copy certain files. It may be caused by unresponsive Finder, etc. The simplest solution is to force quit Finder.

Mac OS Extended Journaled

What is Mac OS Extended Journaled & How to Format?

What is Mac OS Extended (Journaled)? Read this post to get the answer and learn how to format Mac OS Extended (Journaled) on Mac and Windows, as well as its differences with APFS, ExFAT and NTFS.