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 Wednesday, April 24, 2024

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

Tor Browser for Mac

A Complete Guide on the Tor Browser for Mac & How to Use

What is Tor Browser? How to use the Tor web browser for Mac? This article answers these questions in detail.

Wiki Tips

desktop file names change themselves to random characters

Desktop Files/Folders being Renamed Themselves, Why & Fix

Read to learn why your desktop file names change themselves to random characters and follow the ways to fix it.

News Tips

MKV no es compatible con QuickTime Player

Cómo reproducir archivos MKV en Mac - 3 formas sencillas

Este artículo te dice cómo reproducir archivos MKV en Mac con un reproductor multimedia de terceros, un convertidor de video o el complemento Perian para QuickTime.