Getting is error trying to remove my Win 10 Partition.
"disktutil list" shows the following. Any ideas?
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *251.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Mac OS 29.4 GB disk0s2
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Mac OS +29.0 GB disk1
Logical Volume on disk0s2
B7D96129-BE28-48C5-98EB-39FAF8A90FD1
Unencrypted
sudo diskutil cs resizestack B7D96129-BE28-48C5-98EB-39FAF8A90FD1 0
in a Terminal application window. Post a comment if this command fixes the problem or not. – David Anderson Jun 05 '19 at 07:55resizestack
. The next oldest link mentions using0
for the size. This predates any Core Storage answers posted by klanomath or me. – David Anderson Jun 05 '19 at 09:37