Install Multi OS on Mac: step 1 , partition with diskutil


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. diskutil resizevolume disk0s2 179G jhfs+ linux 70G jhfs+ win7 70G
  2.  
  3. diskutil list
  4. /dev/disk0
  5. #: TYPE NAME SIZE IDENTIFIER
  6. 0: GUID_partition_scheme *320.1 GB disk0
  7. 1: EFI 209.7 MB disk0s1
  8. 2: Apple_HFS Mac OS 178.9 GB disk0s2
  9. 3: Apple_HFS linux 69.9 GB disk0s3
  10. 4: Apple_HFS win7 70.7 GB disk0s4

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.