Can't rename internal hd

Hello,

I was having issues with my internal hard drive so I added an external SSD. I'm following the directions from Jack-19's "Use an external SSD as your startup disk with your iMac ..." I've done everything except I'm not able to change the name of my internal HD to something other than Macintosh HD. I've clicked on the icon for the drive and clicked Get Info but I'm not able to change the drive name, it's greyed out. Any suggestions?


2017 21.5 iMac 18,2

Mac OS 13.6

iMac (2017 – 2020)

Posted on Oct 9, 2023 8:14 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 23, 2023 11:09 AM

I had the exact same problem. Added an external SSD to a 2017 iMac. Followed the instruction to install the OS and set it as the boost disk. But I just couldn't find a way to rename the original internal HD. This created a problem for TimeMachine. THE SOLUTION is to unmount and remount the internal HD from the Disk Utility. Once I did that, the rename function started to work. Remember to change the disk names for both partition in the internal HD. This includes the one with "- Data". Hope this works for those of you having the same issue. Happy Holidays!

Similar questions

24 replies
Question marked as Top-ranking reply

Dec 23, 2023 11:09 AM in response to t_seeker

I had the exact same problem. Added an external SSD to a 2017 iMac. Followed the instruction to install the OS and set it as the boost disk. But I just couldn't find a way to rename the original internal HD. This created a problem for TimeMachine. THE SOLUTION is to unmount and remount the internal HD from the Disk Utility. Once I did that, the rename function started to work. Remember to change the disk names for both partition in the internal HD. This includes the one with "- Data". Hope this works for those of you having the same issue. Happy Holidays!

Dec 24, 2023 1:07 PM in response to Nice_Dude

Nice_Dude wrote:

I had the exact same problem. Added an external SSD to a 2017 iMac. Followed the instruction to install the OS and set it as the boost disk. But I just couldn't find a way to rename the original internal HD. This created a problem for TimeMachine. THE SOLUTION is to unmount and remount the internal HD from the Disk Utility. Once I did that, the rename function started to work. Remember to change the disk names for both partition in the internal HD. This includes the one with "- Data". Hope this works for those of you having the same issue. Happy Holidays!

You are correct that it is best to make sure all the base names match within a Volume Group since it makes it much easier to manage and tell things apart, plus an app like TM won't see a duplicate or incorrect volume.


Unfortunately Apple does make this difficult and the behavior of macOS and even Disk Utility has changed over the years in regards to renaming the boot volume.


The easiest method I have discovered to rename all of the associated APFS volumes in the Volume Group is by renaming the "Volume Group" itself. The Volume Group is usually the top-most item listed on the left pane of Disk Utility unless you've chosen to modify the "View" preference to "Show All Devices". The Volume Group will contain several APFS volumes inside it. If All Devices are shown, then the Volume Group will be the first item listed within the Container. If you have multiple boot volumes, then you may see another Volume Group listed at the same first level. On macOS 13.x+ (not sure about 12.x) that item will actually say "Volume Group".


Right-click or Control-click on the Volume Group and select "Rename" from the pop-up contextual menu. This will cause all of the other APFS volumes within that Volume Group to inherit the same base name. I know this works on later versions of macOS, but I have not tried it on older versions such as 10.13 to 10.15.



Oct 10, 2023 10:47 AM in response to t_seeker

If the internal drive is using a newer version of macOS (10.15+), then renaming the volume becomes tricky since technically there are two independent volumes which Apple secretly links together so it shows as a single volume to the user. It is not advisable to rename these volumes since you will usually end up with only one of the two volumes being renamed which can be very confusing (it will function fine, but is just confusing). This includes renaming the boot volume when using 10.15+.


If you are trying to rename a macOS 10.15+ volume while running macOS 10.14 or earlier, then things may be even more complicated since the older versions of macOS don't even recognize the linked volumes (even 10.15 won't fully recognize the linked volumes for macOS 11.x).


If you do want to rename the volume(s), then use Disk Utility to do so. You can right-click or Control-click on a volume name on the left pane of Disk Utility which should offer a "rename" option....just make sure to rename both APFS volumes of the pair if you do so (leave " - Data" part untouched, just change the common base name).


Oct 10, 2023 6:08 PM in response to t_seeker

The drive should have "Ignore Ownership" checked, but I'm not sure if that can be done for a boot drive even when booting from an external drive.


Once you know that you have all your data on the new drive, then I would erase the internal drive. It helps to better separate your external drive from the internal. If you happen to accidentally save something to the internal drive, then it is much easier to notice if the internal drive is blank than if you have all the macOS files/folders on it. Plus if the PRAM is reset, it will reset the default Startup Disk where it would then try to boot from the internal drive.


I would probably even go one step further and prevent the internal drive from even being mounted so that it won't be seen an option when saving files. This requires the use of the command line to edit the "fstab" file. I just tested this on Big Sur for not auto mounting an external APFS volume.


Launch the Apple System Profiler (Option-click the Apple menu and select the first item). Click on the "Storage" item on the left pane. On the upper right pane, select the mounted internal volume. You need to highlight the long alphanumeric value found after "Volume UUID:" (it will look something like "6B55EDA6-76AB-4DA1-8725-9451848CAF9A") and copy it.



Launch the Terminal app and type the following command to launch the editor so you can modify the "fstab" file properly:

EDITOR=nano  sudo  vifs


Make sure to note the upper case & lower case characters. You will be prompted for your admin password. Nothing will appear on the screen as you type the password, so just press the "Return" key to submit the password.


Once the editor is launched in the Terminal window, use the down arrow key on the keyboard to move the pointer to the end of the document (the trackpad pointer has no bearing on the cursor for the editor). Begin typing "UUID=". Now paste the UUID value you copied from the Apple System Profiler by using Command + V (or click the "Edit" menu for the Terminal app and select "Paste").


Now press the Tab key and type "none", then press the Tab key again and type "apfs" if it is an APFS volume. Press the Tab key once more and type "noauto"


Assuming the internal volume is an APFS volume with a "Volume UUID" of "6B55EDA6-76AB-4DA1-8725-9451848CAF9A", then the text within the editor should look like this (you will have a different value for UUID):


#
# Warning - this file should only be modified with vifs(8)
#
# Failure to do so is unsupported and may be destructive.
#


UUID=6B55EDA6-76AB-4DA1-8725-9451848CAF9A       none    apfs    noauto


To save the updated contents you need to press Control + X.


Note: The bottom two lines of the editor window will list several common key commands used with the editor. The "^" part signifies the Control key.


You will see a prompt at the bottom of the editor window within the Terminal app window say:


Save modified buffer (ANSWERING "No" WILL DESTROY CHANGES) ?                                                                                                                                            
 Y Yes
 N No           ^C Cancel


If you decide to abort the new entry, then just press "N", otherwise if the line looks correct, then just press "Y" (you can respond with a lower case "Y" or "N"). It will then ask you another question:

File Name to Write: /etc/fstab   


Just press the "Return" key to accept this file name & location.


If you decide you don't want to prevent the internal drive from mounting when you boot the computer (that is you want to restore default behavior), then all you need to do is relaunch the text editor from the Terminal app, use the down arrow key to move the cursor to the beginning of the line you added and type a "#" character so the line starts with the "#" character like the other lines, since this make the line a comment line which is ignored by the system. Just make sure to exit & save like before.


Keep in mind if you ever erase the drive again, then the resulting volume will have a different UUID value so if you still wanted to prevent it from auto mounting, then you would need to edit the "fstab" file again by providing the updated UUID value.


If you prevent the internal drive from auto mounting at boot....you can always mount it manually later on by launching Disk Utility....select the grayed out volume on the left pane of Disk Utility, then click the "Mount" button on the right pane. You can eject the drive as usual using the Finder.


If you instead erased the internal drive as MacOS Extended (Journaled), then you would follow all of the above steps, but you would replace the "apfs" part with "hfs" instead.


Also, this is the only safe way to edit the "fstab" file.

Jul 3, 2024 10:44 AM in response to t_seeker

I’ve dealt with this issue for so long, it really disappointing apple cant fix foundational aspect of its software… The reason this happens due to a bug in Disk Utility, where the System Volume isnt part of the group changes. (1) if you have all disks shown in menu setttings, then select the top volume group holding your volumes (system and data) any changes to that should change all volumes below it. EX: if you say unmount the group it should unmount all volumes in the group, if you rename the volume group it should rename all volumes in the group (Prefix only) so system would change and data would change keep the “ - data” suffix.


The bugs are (1) the system volume remains with white text which indicates it still mounted when it says its not (2) if you unmount a volume indepentantly (say data volume) it should only unmount that volume not all in the the group.


these need to get addressed to apple so they can get fixed.

Oct 10, 2023 2:15 PM in response to t_seeker

t_seeker wrote:

Thanks for the reply. The internal drive is running macOS 13.6. In Disk Utility it does not give me the option to rename the APFS volumes, only the data volume. I'm getting an error running a Time Machine backup stating I have to rename one of the data volumes to proceed.

It should not be a problem to rename the macOS 10.13 volume name since it is just a traditional single volume. You should even be able to do so from the Finder as long as you are currently booted to macOS 10.13+.


Is Filevault enabled on the internal drive? If so, that may prevent modification of the volume name since you may first need to unlock that locked volume.


FYI, macOS does not allow having the same volume name for two different drives. When you boot from the external drive, if the external volume name is "Macintosh HD", then it should mount the internal one as "Macintosh HD 1" although this doesn't not changed its real name of "Macintosh HD".


So the internal drive is running macOS 10.13. Are you also running macOS 10.13 from the external drive as well?


If you are having issues with the internal drive, then perhaps those issues are why you cannot easily rename the internal drive. With some hard drive failures, the failure can be severe enough where the drive won't respond properly.


You may also want to make sure to check "Get Info" on the internal drive to see if you have "Ignore Ownership" checked as it may be a permissions issue. You should be able to modify the volume name from the "Get Info" window as well for a macOS 10.13 volume.


Jul 4, 2024 9:16 PM in response to LVFR

LVFR wrote:

I’ve dealt with this issue for so long, it really disappointing apple cant fix foundational aspect of its software… The reason this happens due to a bug in Disk Utility, where the System Volume isnt part of the group changes. (1) if you have all disks shown in menu setttings, then select the top volume group holding your volumes (system and data) any changes to that should change all volumes below it. EX: if you say unmount the group it should unmount all volumes in the group, if you rename the volume group it should rename all volumes in the group (Prefix only) so system would change and data would change keep the “ - data” suffix.

The bugs are (1) the system volume remains with white text which indicates it still mounted when it says its not (2) if you unmount a volume indepentantly (say data volume) it should only unmount that volume not all in the the group.

these need to get addressed to apple so they can get fixed.

Apple is unlikely to fix things they do not know are broken. Have you contacted Apple?


You can also try providing Apple with product feedback here:

Feedback - macOS - Apple


FYI, I did a little experimentation with such a broken system and discovered that you can get the system back to functioning correctly at least in regards to the name changes of the macOS boot volume(s) & Volume Group, although you must reboot the system after making sure the base names are the same for the Volume Group and the macOS system volume & Data volume. I never tried the "unmount" option on the "Volume Group".


Oct 10, 2023 1:12 AM in response to t_seeker

I've made numerous external bootable drives and never changed the name of the internal drive. I prefer to never tinker with Apple's defaults


For us, the bootable external drive is a "safety valve" sort of thing and is tested periodically but it's not there for constant use. The two systems are entirely separate and one or the other will necessarily be dormant at all times. You can't boot from both simultaneously.


If the idea is to make the drives obvious as to their purpose, you can name the external drive differently.


I leave the Apple naming defaults alone, but the bootable drives are named "[Computer name] Bootable SD! Clone" as seen in finder. "SD!" = SuperDuper! the cloning software.


Names are labels and have no functionality unless assigned such in some way.


If the bootable drive works, and that's the real test, I wouldn't worry about not changing the name of Macintosh HD. But the choice is yours. I do advise renaming the external drive with a name that has identifying logic built-in.

Oct 10, 2023 2:16 PM in response to Old Toad

I'm not backing up two Macs, I just added an external SSD drive to my iMac because of slowdown issues. I was following the instructions of Jack-19's "Use an external SSD as your startup disk with your iMac ..." document and it mentions changing the name of the old internal drive once the new drive is set up, that's what I'm trying to do. It also mentions that the old internal drive should be erased, is this something that you would recommend? Thanks.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Can't rename internal hd

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.