Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

how to rebuild the 1TB Fusion Drive to recover the missing 500GB space

Note:

This is a follow-up on the question originally posted here.


Issue:

Basically, I have a 1TB Fusion Drive, and there is one 500GB partition (or drive) called Macintosh HD inside it as shown below. 500GB space is missing as the result of deleting a Bootcamp partition previously.


User uploaded file

User uploaded file


Objective:

So, I want to recover the missing 500GB space and merge it back with the current 500GB Macintosh HD.


What have I tried?

What I tried was described in the original post.


What help do I need?

I want know the exact lines of commands to be used in the Terminal during the Internet Recovery process to rebuild the Fusion Drive as suggested by @Loner T in his post here.


Thank you for your kind help in advance.


Dear @Loner T, appreciate your kind help if you see this post. Thank you.



The output of the following commands about the current information of my Fusion Drive and its partition is shown below for your reference:

  • diskutil list
  • diskutil cs list
  • diskutil apfs list
  • sudo gpt -vv -r show /dev/disk0


iMac:~ imac$ diskutil list

/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *1.0 TB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage Macintosh HD 487.4 GB disk0s2

3: Apple_Boot Recovery HD 512.6 GB disk0s3


/dev/disk1 (internal):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme 24.0 GB disk1

1: EFI EFI 314.6 MB disk1s1

2: Apple_CoreStorage Macintosh HD 23.6 GB disk1s2

3: Apple_Boot Boot OS X 134.2 MB disk1s3


/dev/disk2 (internal, virtual):

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD +510.0 GB disk2

Logical Volume on disk1s2, disk0s2

50E5E78B-F9C5-47CA-B8BC-FC1DCE01EC85

Unencrypted Fusion Drive


iMac:~ imac$ diskutil cs list

CoreStorage logical volume groups (1 found)

|

+-- Logical Volume Group 4EEE156A-593E-4D15-988B-02AA1BF9AC9D

=========================================================

Name: Macintosh HD

Status: Online

Size: 510905729024 B (510.9 GB)

Free Space: 106496 B (106.5 KB)

|

+-< Physical Volume 17AF9D26-27E0-434E-B9AC-88FB6204FAE7

| ----------------------------------------------------

| Index: 0

| Disk: disk1s2

| Status: Online

| Size: 23553724416 B (23.6 GB)

|

+-< Physical Volume 825A70D5-E665-4365-8B32-4FB81F0FC223

| ----------------------------------------------------

| Index: 1

| Disk: disk0s2

| Status: Online

| Size: 487352004608 B (487.4 GB)

|

+-> Logical Volume Family B6239B5F-0D9D-412E-9C2A-0590600F4729

----------------------------------------------------------

Encryption Type: None

|

+-> Logical Volume 50E5E78B-F9C5-47CA-B8BC-FC1DCE01EC85

---------------------------------------------------

Disk: disk2

Status: Online

Size (Total): 510000889856 B (510.0 GB)

Revertible: No

LV Name: Macintosh HD

Volume Name: Macintosh HD

Content Hint: Apple_HFS

LVG Type: Fusion, Sparse


iMac:~ imac$ diskutil apfs list

No APFS Containers found


iMac:~ imac$ sudo gpt -vv -r show/dev/disk0

Password:

gpt: unknown command: show/dev/disk0



iMac (Retina 4K, 21.5-inch, Late 2015), macOS High Sierra (10.13.6), null

Posted on Jul 21, 2018 11:00 PM

Reply
Question marked as Best reply

Posted on Jul 21, 2018 11:06 PM

Please backup macOS before you attempt the following steps.


See Can't partition my disk to install Windows 10 on as an example. The following steps have the values from your specific outputs.


Boot into Internet Recovery using the procedure described in About macOS Recovery - Apple Support .


In Recovery Console, click on Utilities -> Terminal, and


  1. Delete the CS LV - diskutil cs deleteVolume 50E5E78B-F9C5-47CA-B8BC-FC1DCE01EC85
  2. Delete the CS LVG - diskutil cs delete 4EEE156A-593E-4D15-988B-02AA1BF9AC9D
  3. Erase the SSD (121GB) and HDD (1TB) -
    1. disktuil eraseDisk jhfs+ SSD disk0
    2. diskutil eraseDisk jhfs+ HDD disk1
  4. Re-create the CS LVG
    1. diskutil cs create "Macintosh-LVG" disk0s2 disk1s2
    2. The previous command will generate a CS LVG UUID, similar to the string in step 2
  5. Re-create the CS LV using the UUID string created in step 4.1. You need to replace the "quoted" string by the actual value.

    diskutil cs createVolume "UUIDFromStep4.1" jhfs+ "Macintosh HD" 100%

  6. Post the output of diskutil cs list for verification
  7. Now restore your TM Backup
  8. Post the output of diskutil cs list for verification
  9. Re-try your BC Assistant steps and post any error messages

Similar questions

4 replies
Question marked as Best reply

Jul 21, 2018 11:06 PM in response to oatcracker

Please backup macOS before you attempt the following steps.


See Can't partition my disk to install Windows 10 on as an example. The following steps have the values from your specific outputs.


Boot into Internet Recovery using the procedure described in About macOS Recovery - Apple Support .


In Recovery Console, click on Utilities -> Terminal, and


  1. Delete the CS LV - diskutil cs deleteVolume 50E5E78B-F9C5-47CA-B8BC-FC1DCE01EC85
  2. Delete the CS LVG - diskutil cs delete 4EEE156A-593E-4D15-988B-02AA1BF9AC9D
  3. Erase the SSD (121GB) and HDD (1TB) -
    1. disktuil eraseDisk jhfs+ SSD disk0
    2. diskutil eraseDisk jhfs+ HDD disk1
  4. Re-create the CS LVG
    1. diskutil cs create "Macintosh-LVG" disk0s2 disk1s2
    2. The previous command will generate a CS LVG UUID, similar to the string in step 2
  5. Re-create the CS LV using the UUID string created in step 4.1. You need to replace the "quoted" string by the actual value.

    diskutil cs createVolume "UUIDFromStep4.1" jhfs+ "Macintosh HD" 100%

  6. Post the output of diskutil cs list for verification
  7. Now restore your TM Backup
  8. Post the output of diskutil cs list for verification
  9. Re-try your BC Assistant steps and post any error messages

Jul 22, 2018 12:01 AM in response to Loner T

Thank you very much, T.


I'm got the following error while starting the internet recovery process.


"appple.com/support"

"-2001F" for the first try, and "-2003F" for the second try.


I'm not sure if it is caused by failure to connect to the apple server.


I'll try a few more time as there are people saying this issue went away after a few tries...


So, before I can enter the internet recovery mode, I'm unable to try the commands you suggested.


...

how to rebuild the 1TB Fusion Drive to recover the missing 500GB space

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