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

Mac OS updates

Mac OS Updates Download Center [Latest & Older Versions]

Follow this Mac OS updates download center to download the latest and older macOS versions for free. Learn where to download macOS updates.

Pictures folder on Mac

Where is Pictures Folder on Mac | Pictures Folder Missing

Where is Pictures folder on Mac? Learn what Pictures folder on Mac is, how to access or open it on Mac, and how to add it to Favorites sidebar.