I have already installed win 7 in my primary partition (30GB). Now I want to make logical partitions in the rest of the disk space (566GB) but I don't want to use partition wizard. Advice will be helpful.

link|improve this question
feedback

1 Answer

Using Disk Manager is the easiest way.

However you can do it from a command prompt with the DISKPART utility.

DISKPART> select disk 0
DISKPART> list partition
DISKPART> create partition extended
DISKPART> create partition logical

The last two commands create an extended partition in which you will put the logicals, and the logical partition itself. Choose the sizes you need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.