Post date: May 27, 2013 5:47:47 PM
How did I resize the Windows 7 ( Win7 ) BootCamp partition on my (kids) MacMini? I have a 2011 MacMini with a 500GB HD that has a 60GB Partition for Windoze7 created by BootCamp.
It became too small to hold all the games that are getting installed :( AND the Mac partition had lots of empty space.
You will need your windows install disc (or recovery disc)
You will need GParted Live iso
Here are the steps I used to increase the size of the Windoze partition:
It worked with NO data loss; however, there was a couple small tweaks to get the MacMini and the Windoze bootLoader to "see" the partition after the resize - see below.
dmesg
sudo dd if=/path-to-gparted-live.x.y.z-w.iso of=/dev/sdd bs=4M; sync
sudo umount /dev/sdd
sudo gptsync /path-to-disk-device