I have a 140GB partition I would like to merge into an existing partition. Both are APFS formatted. How can I merge these two containers ?
- Container Disk2 is my MacMini OS Mojave 115.9GB
- Container Disk1 is 140GB empty that I want to merge to Disk2
I have a 140GB partition I would like to merge into an existing partition. Both are APFS formatted. How can I merge these two containers ?
sudo diskutil apfs deleteContainer disk0s3
sudo diskutil eraseVolume "Free Space" %noformat% /dev/disk0s3
sudo diskutil apfs resizeContainer disk0s2 0
– Donkichot Mar 01 '19 at 17:38