How do I rename a Logical Volume Group?

I just installed some new SATA drives in my 2010 MacPro and when I formatted them, it created Logical Volume Groups for each drive and now I have a drive named "Untitled" There does not appear to be any way to rename this drive, only the Logical Partition. How do I rename the Volume Group to something more descriptive? Thanks in advance.

Mac Pro, OS X Yosemite (10.10.4), 2010 6 Core

Posted on Jul 7, 2015 11:54 PM

Reply
4 replies

Jul 8, 2015 12:28 AM in response to Bob Worthingham

Open the OS X Terminal Utility (in Applications > Utilities) and run the following command:


diskutil cs list


When you do this, a tree-like output will show (expand the window to see it all, if needed). Then notice the name of the Logical Volume Group, which should be the "Name: groupname" entry under the bar of equals signs that underscore the words "Logical Volume Group: UUID_NUMBER".


Yours is likely called "Untitled" so I will use that in this following command which is the one to use for renaming the drive:


diskutil cs renameLVG Untitled NewName


If you want a space in the name (such as "My LVG Name") then use double-quotes around the name.

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.

How do I rename a Logical Volume Group?

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