how to use unallocated space and merge it into another Mac OS X partition. Basically these are the steps to expand the main partition after increasing the size of a virtual machine running MAC OS X.
STEPS
- Shutdown the Mac VM
- Increase the drive size in Vmware Workstation
- Edit Settings
- Select Hard Disk
- Select Utilities\Expand
- Set new size
- Attach Partition Utility ISO
- Example: Gparted, Partition Magic, PowerSuite
- Set BIOS to boot from CD/DVD
- Boot Mac VM
- Partition the unallocated space as FAT32 or EXT2 - Primary
- It may have some issues with 5MB of space and fail to format the first time, but create the partition
- Just select and format the new partition minus the 5MB and format it.
- Shutdown
- Switch Darwin.iso back to CD/DVD drive
- Boot Mac VM
- Select "mac" partition if prompted
- Open Disk Utility
- Go\Utilities\Disk Utility
- Get Parition Identifiers
- Right-Click on each partition and select Information
- Example
- mac = disk0s1
- Untitled = disk0s2
- Open Terminal
- Merge Partitions
- sudo diskutil mergePartitions "Journaled HFS+" New disk0s1 disk0s2
- Verify in Disk Utility
- Done
No comments:
Post a Comment