Explorar o código

Update mac partition resizing

Andrew Swistak %!s(int64=11) %!d(string=hai) anos
pai
achega
a7096a3163
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -10,9 +10,8 @@ This needs revisiting. I already had a partition available from a previous insta
 diskutil corestorage list # Need the bottom-most logical volume UUID
 diskutil corestorage resizeStack <UUID> <size>
 
-# If that doesn't work, some tinkering may be required along the lines of:
-diskutil corestorage resizeVolume UUID <size>
-diskutil corestorage resizeDisk UUID <size>
+# If that doesn't work, some tinkering may be required similar to this:
+diskutil corestorage resizeStack UUID <size>
 
 # Once you've got a free partition, you need to
 # format an JHFS+ partition for booting via rEFInd