HDD Help please

Are you running XP or Win 7 on the PC?

If XP go to control panel > Administrative Tools > Computer Management > Disk management and see if you can extend the partition or format the remainder as an extended partition.
 
as above have a look in disk management and see if the rest of the disk is greyed out.

if so fire up a command prompt:

diskpart [return]
list vol [return] (make a note of the vol # of the C: drive)
sel vol # [return] (where # is the number above)
extend [return]

the disk should now show the full amount.
 
as above have a look in disk management and see if the rest of the disk is greyed out.

if so fire up a command prompt:

diskpart [return]
list vol [return] (make a note of the vol # of the C: drive)
sel vol # [return] (where # is the number above)
extend [return]

the disk should now show the full amount.

sorted :D Thanks Guys ;)
 
Back
Top