1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
| -bash-3.2# diskutil list disk0 /dev/disk0 (internal, physical): 0: GUID_partition_scheme *251.0 GB disk0 1: Apple_APFS_ISC Container disk1 524.3 MB disk0s1 2: Apple_APFS Container disk3 175.4 GB disk0s2 (free space) 69.7 GB - 3: Apple_APFS_Recovery Container disk2 5.4 GB disk0s4 -bash-3.2# diskutil apfs resizeContainer disk0s2 173.107g Started APFS operation Aligning shrink delta to 2,260,205,568 bytes and targeting a new container size of 173,106,999,296 bytes Determined the minimum size for the APFS Container to be 157,974,265,856 bytes Resizing APFS Container designated by APFS Container Reference disk3 The specific APFS Physical Store being resized is disk0s2 Verifying storage system Performing fsck_apfs -n -x /dev/disk0s2 Checking the container superblock Checking the checkpoint with transaction ID 3807957 Checking the space manager Checking the space manager free queue trees Checking the object map Checking the encryption key structures Checking volume /dev/rdisk3s1 Checking the APFS volume superblock The volume Macintosh HD - Data was formatted by newfs_apfs (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking the document ID tree Checking the fsroot tree Checking the extent ref tree Checking the file key rolling tree Verifying volume object map space The volume /dev/rdisk3s1 with UUID F58353C4-8159-454D-AFB3-421634CC88D4 appears to be OK Checking volume /dev/rdisk3s2 Checking the APFS volume superblock The volume Update was formatted by com.apple.MobileSof (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking the fsroot tree Checking the extent ref tree Verifying volume object map space The volume /dev/rdisk3s2 with UUID 5ECB5FB8-90DD-4525-B1FD-D64A99EB5D15 appears to be OK Checking volume /dev/rdisk3s3 Checking the APFS volume superblock The volume Macintosh HD was formatted by com.apple.MobileSof (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking snapshot 1 of 1 (com.apple.os.update-6C20124963FD889CD9025E2E07872E80437188F0E3C2FE025CAE091EF03ACFD2, transaction ID 3245245) Checking the fsroot tree Checking the file extent tree Checking the extent ref tree Verifying volume object map space The volume /dev/rdisk3s3 with UUID 59A50417-0279-45DF-A397-AC145C4E803D appears to be OK Checking volume /dev/rdisk3s4 Checking the APFS volume superblock The volume Preboot was formatted by com.apple.MobileSof (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking the fsroot tree Checking the extent ref tree Verifying volume object map space The volume /dev/rdisk3s4 with UUID AD582370-8A1A-4F1E-B2DD-9DE11340985C appears to be OK Checking volume /dev/rdisk3s5 Checking the APFS volume superblock The volume Recovery was formatted by com.apple.MobileSof (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking the fsroot tree Checking the extent ref tree Verifying volume object map space The volume /dev/rdisk3s5 with UUID 890BDD7F-9E94-4C88-B4F8-78C1CAE216FD appears to be OK Checking volume /dev/rdisk3s6 Checking the APFS volume superblock The volume VM was formatted by com.apple.MobileSof (2142.81.1) and last modified by apfs_kext (2313.40.8.0.1) Checking the object map Checking the snapshot metadata tree Checking the snapshot metadata Checking the fsroot tree Checking the extent ref tree Verifying volume object map space The volume /dev/rdisk3s6 with UUID 560E06DE-57B0-401B-B63F-ABB4A85C5AB0 appears to be OK Verifying allocated space The container /dev/disk0s2 appears to be OK Storage system check exit code is 0 Shrinking APFS Physical Store disk0s2 from 175,367,204,864 to 173,106,999,296 bytes Shrinking APFS data structures Shrinking partition Modifying partition map Finished APFS operation -bash-3.2#
|