Jump to content
9 posts in this topic

Recommended Posts

The way that I created a partition with HFS+ on it was using "diskpart" from inside Windows XP

 

Microsoft Windows XP [Version 5.1.2600]

© Copyright 1985-2001 Microsoft Corp.

 

F:\Documents and Settings\Justin>diskpart

 

Microsoft DiskPart version 5.1.3565

 

Copyright © 1999-2003 Microsoft Corporation.

On computer: STUDENT-18AB6F2

 

DISKPART> list disk <== Lists all hard disks

 

Disk ### Status Size Free Dyn Gpt

-------- ---------- ------- ------- --- ---

Disk 0 Online 37 GB 6660 M

 

DISKPART> select disk 0 <== Selects the hard disk you wish to use

 

Disk 0 is now the selected disk.

 

DISKPART> list partition <== Shows current partitions

 

Partition ### Type Size Offset

------------- ---------------- ------- -------

Partition 2 Primary 31 GB 6660 MB

 

DISKPART> create partition primary size=6660 id=af <== Creates a 6660 MB HFS+ hard disk

 

You can change the size to anything you want, but it has to be 6660 in order to use deadmoo's VMWare image.

 

I hope this works and helps you get to the point you want to be at.

Assuming you meant set the HFS+ partition as active, do the following:

 

F:\Documents and Settings\Justin>diskpart

 

Microsoft DiskPart version 5.1.3565

 

Copyright © 1999-2003 Microsoft Corporation.

On computer: STUDENT-18AB6F2

 

DISKPART> select disk 0 <== Selects your drive

 

Disk 0 is now the selected disk.

 

DISKPART> list partition <== Lists partitions on your drive

 

Partition ### Type Size Offset

------------- ---------------- ------- -------

Partition 1 Unknown 6660 MB 32 KB

Partition 2 Primary 31 GB 6660 MB

 

DISKPART> select partition 1 <== Change 1 to the number of your HFS+ partition (Shows up as Unknown in the "list partition" command)

 

Partition 1 is now the selected partition.

 

DISKPART> active <== Sets your HFS+ partition as active

 

 

Just make sure that you have a way of getting OS X on it, because once you set it to active, it will be the drive the computer boots from.

×
×
  • Create New...