Advertisement
Guest User

Untitled

a guest
Sep 30th, 2015
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. diskutil list:
  2.  
  3. /dev/disk0 (internal, physical):
  4. #: TYPE NAME SIZE IDENTIFIER
  5. 0: GUID_partition_scheme *1.0 TB disk0
  6. 1: EFI EFI 209.7 MB disk0s1
  7. 2: Apple_CoreStorage Macintosh HD 999.2 GB disk0s2
  8. 3: Apple_Boot Recovery HD 650.0 MB disk0s3
  9. /dev/disk1 (internal, virtual):
  10. #: TYPE NAME SIZE IDENTIFIER
  11. 0: Apple_HFS Macintosh HD +998.9 GB disk1
  12. Logical Volume on disk0s2
  13. 9A1310D8-0C18-40E2-9165-71FF4E8805C8
  14. Unencrypted
  15.  
  16. diskutil cs list:
  17.  
  18. CoreStorage logical volume groups (1 found)
  19. |
  20. +-- Logical Volume Group 200B26FD-11DE-438A-8CE9-5CEA3A32BB1C
  21. =========================================================
  22. Name: Macintosh HD
  23. Status: Online
  24. Size: 999223816192 B (999.2 GB)
  25. Free Space: 0 B (0 B)
  26. |
  27. +-< Physical Volume 04E0BA99-1695-4453-8331-4A88FA867A7E
  28. | ----------------------------------------------------
  29. | Index: 0
  30. | Disk: disk0s2
  31. | Status: Online
  32. | Size: 999223816192 B (999.2 GB)
  33. |
  34. +-> Logical Volume Family 81967E5E-008A-48A9-8913-AC646CA63C12
  35. ----------------------------------------------------------
  36. Encryption Type: None
  37. |
  38. +-> Logical Volume 9A1310D8-0C18-40E2-9165-71FF4E8805C8
  39. ---------------------------------------------------
  40. Disk: disk1
  41. Status: Online
  42. Size (Total): 998871494656 B (998.9 GB)
  43. Revertible: Yes (no decryption required)
  44. LV Name: Macintosh HD
  45. Volume Name: Macintosh HD
  46. Content Hint: Apple_HFS
  47.  
  48. sudo gpt -r show /dev/disk0:
  49.  
  50. start size index contents
  51. 0 1 PMBR
  52. 1 1 Pri GPT header
  53. 2 32 Pri GPT table
  54. 34 6
  55. 40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
  56. 409640 1951609016 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
  57. 1952018656 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  58. 1953288192 921895
  59. 1954210087 32 Sec GPT table
  60. 1954210119 1 Sec GPT header
  61.  
  62. sudo fdisk /dev/disk0:
  63.  
  64. Disk: /dev/disk0 geometry: 121643/255/63 [1954210120 sectors]
  65. Signature: 0xAA55
  66. Starting Ending
  67. #: id cyl hd sec - cyl hd sec [ start - size]
  68. ------------------------------------------------------------------------
  69. 1: EE 1023 254 63 - 1023 254 63 [ 1 - 1954210119] <Unknown ID>
  70. 2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
  71. 3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
  72. 4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement