Windows Dos Based SSD Partition Manager?

Discussion in 'Software' started by gtiboy, 6 Aug 2013.

  1. gtiboy

    gtiboy Minimodder

    Joined:
    25 Apr 2008
    Posts:
    173
    Likes Received:
    1
    Hi all, I seem to have a problem trying to format my SSD clean. My Windows 7 CD doesn't allow me to format the drive or delete partitions during the installation process, only install over a previous one which has now created a new partition which I cannot delete.

    Does anyone know of a bootable Dos based program I could you use to download and burn to CD?
     
  2. saspro

    saspro IT monkey

    Joined:
    23 Apr 2009
    Posts:
    9,463
    Likes Received:
    284
    hirens boot disk has several
     
  3. gtiboy

    gtiboy Minimodder

    Joined:
    25 Apr 2008
    Posts:
    173
    Likes Received:
    1
    I see it has a program called Data Shredder? Is this safe for SSD's?

    Also does Active Partition Manager support SSD's?

    http://www.pcdisk.com/
     
  4. saspro

    saspro IT monkey

    Joined:
    23 Apr 2009
    Posts:
    9,463
    Likes Received:
    284
    I wouldn't use any shred program on a SSD as the multiple overwrites would reduce the read/write cycles on the chips but the partition manager should work (storage is storage to DOS etc)
     
  5. aramil

    aramil One does not simply upgrade Forums

    Joined:
    10 Jul 2012
    Posts:
    961
    Likes Received:
    57
    Boot a live linux distribution on cd/usb and use gparted to remove all partitions. And then reboot to windows install media.
     
  6. gtiboy

    gtiboy Minimodder

    Joined:
    25 Apr 2008
    Posts:
    173
    Likes Received:
    1
    I'm abit of a beginner at this, So are you saying I have to download two programs? A Live Linux Distribution

    Any links?

    Also do I download this software from this site?

    GParted Live CD/USB/HD/PXE Bootable Image

    http://gparted.sourceforge.net/download.php
     
  7. saspro

    saspro IT monkey

    Joined:
    23 Apr 2009
    Posts:
    9,463
    Likes Received:
    284
    Are you trying to put a fresh windows install on it or just wipe it before selling it?
     
  8. aramil

    aramil One does not simply upgrade Forums

    Joined:
    10 Jul 2012
    Posts:
    961
    Likes Received:
    57
    Gparted live will work on it's own.
     
  9. gtiboy

    gtiboy Minimodder

    Joined:
    25 Apr 2008
    Posts:
    173
    Likes Received:
    1
    I'm trying to wipe the SSD clean and delete partitions then re install windows from scratch.

    I understand now that Debian, Fedora, OpenSUSE are Linux operating systems that run from a bootable CD.

    So i'm guessing gparted is a program within Linux that you run to delete and partition the drive?
     
  10. saspro

    saspro IT monkey

    Joined:
    23 Apr 2009
    Posts:
    9,463
    Likes Received:
    284
    In that case boot of the Windows CD then when the partition show hit the drop down on the bottom left (more or advanced, something like that). You then get extra options and can delete the partitions from there.
     
  11. aramil

    aramil One does not simply upgrade Forums

    Joined:
    10 Jul 2012
    Posts:
    961
    Likes Received:
    57
    Yeah.

    But as said above, if memory serves you can (on the install partition select screen) go advanced delete all the partitions, then select the empty drive and continue. Should prompt you that windows will make partitions needed for install and use.
     
  12. narwen

    narwen narwen

    Joined:
    6 Aug 2010
    Posts:
    387
    Likes Received:
    12
    Just use samsung magician and make abootable secure erase disk.
     
  13. gtiboy

    gtiboy Minimodder

    Joined:
    25 Apr 2008
    Posts:
    173
    Likes Received:
    1
    So gparted it is then, Thanks for the advice guys. As for using Samsung Magician, well it didn't work, wouldn't burn an iso to CD...kept failing so for some reason, same for downloading the image to USB drive.

    Also for trying to delete and format partitions in Win 7, well that doesn't work for me either as I don't have the option to do it strangely.
     
    Last edited: 6 Aug 2013
  14. RichCreedy

    RichCreedy Hey What Who

    Joined:
    24 Apr 2009
    Posts:
    4,699
    Likes Received:
    172
    plug it into a working machine via usb if possible, right click computer, select manage, disk management, find the ssd in the list of drives, and delete the partitions
     
  15. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    5,727
    Likes Received:
    552
    I would do one of two things.

    1. Get Hiren's Boot CD and fire up Parted Magic. You can then use GParted to delete the partitions.

    2. Use a working WIndows computer, open an elevated command prompt (type cmd, right click, run as admin). Then do this:

    Code:
    diskpart
    list disk
    select disk *
    clean
    The * refers to whichever number your SSD has been given.

    The 2nd option is probably the fastest if you have a second working computer as it only takes a few seconds generally.
     

Share This Page