Rob said:
i'm running xp opertation system. I have 0GB hard disk space. They are
seperated in 2 partitions. The c:\ is 7GB and the D:\ is 63GB. How can I
merge these logical drives together to make the C:\ read 70GB? Please advise.
thanks
Assuming that you do not want any of the data on the D partion, you can
try the native XP tool called diskpart.
First, delete the D: partion from Disk Management so it reports as
unpartioned space.
Now drop to a cmd.exe prompt and type diskpart.exe
this enters interactive mode:
type "list" to see the commands.
type "list disk" to see the disk
type "select disk X" (where x is the disk identified in the list disk
command) Mine is 0
should get a prompt disk x is now the selected disk
type "list partion" to see all partions on the drive, (should be one in
your case) Partition 1
type "select partion X" (your partion as shown in the list statement )
should get a prompt that partion x is now the selected partition.
you can also type "list volume" to see all the volumes, and you will
notice an astriek next to the volume(on the partion) that you
selected.
now type "extend"
If it fails to extend, then I am affraid that Partion Magic or other
3rd party app ( short of complete reinstall) is needed.