Loner T,
I gathered everything I could think of that might help you .... see below.
I noticed that gdisk output is in Mebibytes/Gibibytes rather than Megabytes/Gigabytes, seems odd that gdisk uses the same units as Windows.
diskutil output:
Admins-MacBook-Pro:~ adminuser$ diskutil list
/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_HFS Macintosh HD 70.0 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data Windows 175.0 GB disk0s4
Admins-MacBook-Pro:~ adminuser$ diskutil verifyDisk disk0
Started partition map verification on disk0
Checking prerequisites
Checking the partition list
Checking the partition map size
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Checking the EFI system partition's folder content
Checking all HFS data partition loader spaces
Checking booter partitions
Checking booter partition disk0s3
Verifying file system
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking volume bitmap
Checking volume information
The volume Recovery HD appears to be OK
File system check exit code is 0
Checking Core Storage Physical Volume partitions
The partition map appears to be OK
Finished partition map verification on disk0
Admins-MacBook-Pro:~ adminuser$ diskutil verifyVolume disk0s1
Started file system verification on disk0s1 EFI
Verifying file system
** /dev/rdisk0s1
** Phase 1 - Preparing FAT
** Phase 2 - Checking Directories
** Phase 3 - Checking for Orphan Clusters
22 files, 177269 KiB free (354539 clusters)
File system check exit code is 0
Finished file system verification on disk0s1 EFI
Admins-MacBook-Pro:~ adminuser$ diskutil verifyVolume disk0s2
Started file system verification on disk0s2 Macintosh HD
Verifying file system
Using live mode
Performing live verification
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking catalog hierarchy
Checking extended attributes file
Checking volume information
File system check exit code is 0
Finished file system verification on disk0s2 Macintosh HD
Admins-MacBook-Pro:~ adminuser$ diskutil verifyVolume disk0s3
Started file system verification on disk0s3 Recovery HD
Verifying file system
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking volume bitmap
Checking volume information
The volume Recovery HD appears to be OK
File system check exit code is 0
Finished file system verification on disk0s3 Recovery HD
gdisk output:
Admins-MacBook-Pro:~ adminuser$ sudo gdisk /dev/disk0
Password:
GPT fdisk (gdisk) version 1.0.1
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
NOTE: Write test failed with error number 1. It will be impossible to save
changes to this disk's partition table!
You may need to deactivate System Integrity Protection to use this program. See
https://www.quora.com/How-do-I-turn-off-the-rootless-in-OS-X-El-Capitan-10-11
for more information.
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Command (? for help): v
No problems found. 10034245 free sectors (4.8 GiB) available in 3
segments, the largest of which is 10034015 (4.8 GiB) in size.
Command (? for help): r
Recovery/transformation command (? for help): o
Disk size is 490234752 sectors (233.8 GiB)
MBR disk identifier: 0xBBB3488A
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 409639 primary 0xEE
2 409640 137129983 primary 0xAF
3 137129984 138399519 primary 0xAB
4 * 138399744 480200703 primary 0x07
Recovery/transformation command (? for help): m
Command (? for help): p
Disk /dev/disk0: 490234752 sectors, 233.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 0BAF7312-19DB-43E6-A018-9764A4932C1C
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 490234718
Partitions will be aligned on 8-sector boundaries
Total free space is 10034245 sectors (4.8 GiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 137129983 65.2 GiB AF00 Customer
3 137129984 138399519 619.9 MiB AB00 Recovery HD
4 138399744 480200703 163.0 GiB 0700 Basic data partition