Skip to content

Instantly share code, notes, and snippets.

@NullEntity
Created November 21, 2015 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NullEntity/5461785af697d4902677 to your computer and use it in GitHub Desktop.
Save NullEntity/5461785af697d4902677 to your computer and use it in GitHub Desktop.
Bryces-MacBook-Pro:Desktop bryce$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Macintosh HD 250.4 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 249.0 GB disk0s5
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD +250.0 GB disk1
Logical Volume on disk0s2
8898FBA0-DF5E-41E5-9F16-BEDE603FBC6E
Unencrypted
Bryces-MacBook-Pro:Desktop bryce$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group 24D7E8DE-1B05-4564-86F5-2C2F99C53DAF
=========================================================
Name: Macintosh HD
Status: Online
Size: 250371223552 B (250.4 GB)
Free Space: 18903040 B (18.9 MB)
|
+-< Physical Volume 5F876A33-4BC1-47B0-8530-1259B1ED0A3B
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 250371223552 B (250.4 GB)
|
+-> Logical Volume Family EFAB7189-4321-4BE0-8267-D95D0002CE8F
----------------------------------------------------------
Encryption Type: None
|
+-> Logical Volume 8898FBA0-DF5E-41E5-9F16-BEDE603FBC6E
---------------------------------------------------
Disk: disk1
Status: Online
Size (Total): 249999998976 B (250.0 GB)
Revertible: Yes (no decryption required)
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
Bryces-MacBook-Pro:Desktop bryce$ sudo fdisk /dev/disk0
Password:
Disk: /dev/disk0 geometry: 60821/255/63 [977105060 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
*1: EE 0 0 2 - 25 127 14 [ 1 - 409639] <Unknown ID>
2: AF 25 127 15 - 1023 254 63 [ 409640 - 489006296] HFS+
3: AB 1023 254 63 - 1023 254 63 [ 489415936 - 1269536] Darwin Boot
4: 07 1023 254 63 - 1023 254 63 [ 490686464 - 486418432] HPFS/QNX/AUX
Bryces-MacBook-Pro:Desktop bryce$ sudo dd if=/dev/disk0s4 count=1 2> /dev/null | hexdump -C
[There wasn't any output spit out, from what I could find, this should spit out the bootloader of the Windows partition]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment