Anyone able to explain this:
100 + 20 + 25 < 148.7 (I had started with 100G, 20G, and 28.7G).
Code:
MBP:~ gsnedders$ diskutil list
/dev/disk0
#: type name size identifier
0: GUID_partition_scheme *149.1 GB disk0
1: EFI 200.0 MB disk0s1
2: Apple_HFS Macintosh HD 148.7 GB disk0s2
MBP:~ gsnedders$ sudo diskutil resizeVolume disk0s2 100G "MS-DOS FAT32" XP 20G "MS-DOS FAT32" Vista 25G
Started resizing on disk disk0s2 Macintosh HD
Verifying
Resizing Volume
Resizing encountered error No space left on device (28) on disk disk0s2 Macintosh HD
100 + 20 + 25 < 148.7 (I had started with 100G, 20G, and 28.7G).