| 
| Need help with my hard drive |  
| Author: | Message: |  
| ~INVASION~ Veteran Member
 
      
 
  
 Posts: 1093
 Reputation: 29
 37 /
  /  Joined: May 2004
 Status: Away
 
 | | O.P.  Need help with my hard drive In the picture it shows my 38 gig hard drive is spplit into 2, f and g 
what i would like to know is how can i put them together again so it is 1 38 instead of a 36 and a 2?
 
also if anybody knows a program that can completely wipe it, no data left so its like brand new again that would be great    
thanx in advance for any help!
 ![[Image: attachment.php?pid=712090]](http://shoutbox.menthix.net/attachment.php?pid=712090)
  Attachment: Neoshooter 1.jpg (36.68 KB) This file has been downloaded 359 time(s).
 
 This post was edited on 08-12-2006 at 02:16 AM by ~INVASION~.
 {WindowsLive Butterfly ~ 2006 - 2009} | 
 |  
| 08-12-2006 02:15 AM |  |  
|  |  
| DJeX Veteran Member
 
      
 
  
 
 Posts: 1137
 Reputation: 11
 – /
  / – Joined: Jul 2003
 
 | | RE: Need help with my hard drive quote:Originally posted by ~INVASION~
 also if anybody knows a program that can completely wipe it
 
 
You can use the Windows XP Install CD to format it. Or unless you want to be really secure and want to make sure you wipe EVERYTHING including the partitions use http://dban.sourceforge.net/ | 
 |  
| 08-12-2006 02:21 AM |  |  
|  |  
| markee Veteran Member
 
      
 
  
 Posts: 1622
 Reputation: 50
 37 /
  /  Joined: Jan 2006
 
 | | RE: Need help with my hard drive To unpartition them seeing as neither has your OS on it is quite easy.   quote:Originally posted by Microsoft Management Console
 To delete a partition or logical drive
 Using the Windows interface
 
 Open Computer Management (Local).
 In the console tree, click Disk Management.
 Where?
 
 Computer Management (Local)
 Storage
 Disk Management
 
 Right-click the partition, logical drive, or volume you want to delete, and then click Delete Partition.
 Important
 
 When you delete a partition, all data on that deleted partition or logical drive is lost.
 You cannot recover deleted partitions or logical drives.
 Notes
 
 To open Computer Management, click Start, and then click Control Panel. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
 You must be logged on as an administrator or a member of the Administrators group in order to complete this procedure. If your computer is connected to a network, network policy settings might also prevent you from completing this procedure.
 You cannot delete the system volume, boot volume, or any volume that contains the active paging file or crash dump (memory dump).
 You cannot delete an extended partition unless the extended partition is empty.
 All the logical drives in an extended partition be deleted before you can delete the extended partition.
 
 Using a command line
 
 Open Command Prompt.
 Type:
 diskpart
 
 At the DISKPART prompt, type:
 list disk
 
 Make note of the disk number of the disk from which you want to delete the partition.
 
 At the DISKPART prompt, type:
 select disk n
 
 Select the disk n from which you want to delete the partition.
 
 At the DISKPART prompt, type:
 list partition
 
 Make note of the number of the partition that you want to delete.
 
 At the DISKPART prompt, type:
 select partition n
 
 Select the partition n that you want to delete.
 
 At the DISKPART prompt, type:
 delete partition
 
 Caution
 
 Deleting a partition on a dynamic disk can delete all dynamic volumes on the disk, thus converting the disk to basic disk. To delete a dynamic volume, use the delete volume command instead.
 Important
 
 When you delete a partition, all data on that deleted partition or logical drive is lost.
 You cannot recover deleted partitions or logical drives.
 Value Description
 list disk Displays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style. The disk marked with an asterisk (*) has focus.
 select disk Selects the specified disk, where n is the disk number, and shifts the focus to it.
 list partition Displays the partitions listed in the partition table of the current disk.
 select partition n Selects the specified partition and gives it focus. If no partition is specified, the select command lists the current partition with focus.
 delete partition On a basic disk, deletes the partition with focus. You cannot delete the system partition, boot partition, or any partition that contains the active paging file or crash dump (memory dump).
 
 Notes
 
 To open a command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.
 You must be logged on as an administrator or a member of the Administrators group in order to complete this procedure. If your computer is connected to a network, network policy settings might also prevent you from completing this procedure.
 You cannot delete the system volume, boot volume, or any volume that contains the active paging file or crash dump (memory dump).
 You cannot delete an extended partition unless the extended partition is empty.
 All the logical drives in an extended partition be deleted before you can delete the extended partition.
 
 You cannot delete partitions on removable media using DiskPart.
 For more information about DiskPart, click Related Topics.
 
 
 
Gotta love the help window =PThis post was edited on 08-12-2006 at 02:24 AM by markee.
 | 
 |  
| 08-12-2006 02:23 AM |  |  
|  |  
| ~INVASION~ Veteran Member
 
      
 
  
 Posts: 1093
 Reputation: 29
 37 /
  /  Joined: May 2004
 Status: Away
 
 | | O.P.  RE: Need help with my hard drive WOW, for some reason when i deleted both of them they stayed as unallocated seperately, but now i did it again and they merged, must messed some little thing up the first time i tried :/ 
o well thanx for the help    
[concern] if i use dban, which i have looked at before but was unsure about it, can i select what disk to erase when i pop it in or does it just wipe any drive plugged in to the comp?This post was edited on 08-12-2006 at 02:35 AM by ~INVASION~.
 {WindowsLive Butterfly ~ 2006 - 2009} | 
 |  
| 08-12-2006 02:31 AM |  |  
|  |  
| lizard.boy Veteran Member
 
      
 
  
 Posts: 1708
 Reputation: 24
 35 /
  /  Joined: Mar 2003
 
 | | RE: Need help with my hard drive For safety's sake, and so you dont f#$@ it up yourself, I'd suggust unplugging your good drive(s) and then running dban. | 
 |  
| 08-12-2006 03:48 AM |  |  
|  |  
| ~INVASION~ Veteran Member
 
      
 
  
 Posts: 1093
 Reputation: 29
 37 /
  /  Joined: May 2004
 Status: Away
 
 | | O.P.  RE: Need help with my hard drive yep, thats what i plan on  {WindowsLive Butterfly ~ 2006 - 2009} | 
 |  
| 08-12-2006 06:02 AM |  |  
|  |  
|  |  |