I have Windows 10 running on a partition on my iMac. What I'd like to do is shrink the Mac HDD and add that space to make the Windows 10 partition larger.
Here's the layout of my drives now.
Report for internal hard disk
Current GPT partition table:
# Start LBA End LBA Type
1 40 409639 EFI System (FAT)
2 409640 1674026927 Mac OS X HFS+
3 1674026928 1675296463 Mac OS X Boot
4 1675296768 1953523711 Basic Data
Current MBR partition table:
# A Start LBA End LBA Type
1 1 409639 ee EFI Protective
2 409640 1674026927 af Mac OS X HFS+
3 1674026928 1675296463 ab Mac OS X Boot
4 * 1675296768 1953523711 07 NTFS/HPFS
MBR contents:
Boot Code: Unknown, but bootable
Partition at LBA 40:
Boot Code: None (Non-system disk message)
File System: FAT32
Listed in GPT as partition 1, type EFI System (FAT)
Partition at LBA 409640:
Boot Code: None
File System: HFS Extended (HFS+)
Listed in GPT as partition 2, type Mac OS X HFS+
Listed in MBR as partition 2, type af Mac OS X HFS+
Partition at LBA 1674026928:
Boot Code: None
File System: HFS Extended (HFS+)
Listed in GPT as partition 3, type Mac OS X Boot
Listed in MBR as partition 3, type ab Mac OS X Boot
Partition at LBA 1675296768:
Boot Code: Windows BOOTMGR (Vista)
File System: NTFS
Listed in GPT as partition 4, type Basic Data
Listed in MBR as partition 4, type 07 NTFS/HPFS, active
gdisk
can achieve a similar thing. I later found that I still could not repair my Windows install enough for it to boot until I found these instructions which worked! I have made an edit to your answer to hopefully assist others with this. – Simon East Jun 26 '20 at 02:59