1

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

Terminal screenshot

Graham Miln
  • 43,776
  • 1
    Please don't use screenshots for text as this prevents your text from showing up in search and in screenreaders. You can easily copy/paste from Terminal (and apply code formatting for it). – nohillside Mar 01 '19 at 07:29
  • Many thanks to Giridharan-Ramasamy those commands did merge my empty space to my ssd !

    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

0 Answers0