I want to restore all my disk containers into one and basically get all my storage back!
MacBook
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
MacBook
In your specific case, given the current state, try
diskutil eraseVolume jhfs+ BC1 disk0s3
diskutil eraseVolume jhfs+ BC2 disk0s4
diskutil eraseVolume jhfs+ BC3 disk0s5
diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s5
diskutil list
If you see only disk0s3 as the last entry under disk0, then run
diskutil eraseVolume fat32 BOOTCAMP disk0s3
and retry removing the partition using BC Assistant only.
In your specific case, given the current state, try
diskutil eraseVolume jhfs+ BC1 disk0s3
diskutil eraseVolume jhfs+ BC2 disk0s4
diskutil eraseVolume jhfs+ BC3 disk0s5
diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s5
diskutil list
If you see only disk0s3 as the last entry under disk0, then run
diskutil eraseVolume fat32 BOOTCAMP disk0s3
and retry removing the partition using BC Assistant only.
I have performed the above steps and I dont see disk0s3 as the last entry under disk 0, but as when I first tried to partition my Mac through BC Assistant and it failed(which is the cause of the entire problem). I was experimenting restoring it which clearly did not happen. However, I dont know how to restore using BC assistant as acc. to It my Mac was never partitioned. Now this is all it shows
Output of diskutil list
----------------------------------------------------
/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 251.0 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 194.0 GB disk0s2
3: Microsoft Basic Data OSXRESERVED 8.0 GB disk0s3
4: Microsoft Basic Data BOOTCAMP 24.3 GB disk0s4
5: Microsoft Basic Data BOOTCAMP 24.1 GB disk0s5
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +194.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 175.9 GB disk1s1
2: APFS Volume Preboot 23.1 MB disk1s2
3: APFS Volume Recovery 519.0 MB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
----------------------------------------------------------------------
/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 251.0 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 194.0 GB disk0s2
3: Apple_HFS BC1 56.6 GB disk0s3
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +194.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 174.2 GB disk1s1
2: APFS Volume Preboot 20.7 MB disk1s2
3: APFS Volume Recovery 519.0 MB disk1s3
4: APFS Volume VM 2.1 GB disk1s4
vaibhav97 wrote:
/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 251.0 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 194.0 GB disk0s2
3: Apple_HFS BC1 56.6 GB disk0s3
You need to run Step 2.
Can you post the output of
diskutil list
I am sorry! Yes, Thank you so much. I have restored the entire volume!
Excellent!
I want to restore all my disk containers into one and basically get all my storage back!