
Quote: Originally Posted by
Shayx
it said clean all earlier he changed it.
never mind, there was nothing on the partitions anyway.
now i have one primary partition, no os installed.
can i divide it to 3 primary partitions in advance using diskpart?
Hello Shayx.
Yes you can, here are the commands.
diskpart <enter>
List disk <enter>
select disk
# (
# your disk number) <enter>
create partition primary
10240MB <enter> you will have to enter the size you want to create in MB
Do that for all the partitions/volumes you want to create.