Stuck in DiskPart
I followed KarlSnooks instructions to the letter (or so I thought) in trying to solve my problem: I have a 111GB SSD (120GB advertised) as "C" and I want to replace it with a 223GB (240GB advertised) drive (a never-before used device). I could see it displayed as the BIOS went through POST and initial load, and if I got into the BIOS I could see it, but not Windows 7 (to keep confusion at a minimum, I uninstalled the four rotating hard drives before I started this). However, once I got onto Windows 7 and opened Windows Explorer, it was nowhere to be found. So, KarlSnooks' tutorial on DiskPart seemed to be on-target.
I had no problem starting DiskPart and running the commands (I'm a retired IT guy who after concentrating on mainframes, got my feet really wet in MS-DOS). The "detail disk" command for my selected disk had basically the same numbers as cbrundage got. Here was the list disk command:
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 111 GB 1024 KB
Disk 1 Online 223 GB 223 GB
I next changed to disk 1. The new SSD is from Intel (the old from SanDisk), so detail disk proved that I had the correct device:
DISKPART> detail disk
INTEL SS DSC2BW240A4 SCSI Disk Device
Disk ID: 00000000
Type : ATA
Status : Online
Path : 1
Target : 1
LUN ID : 0
Location Path : PCIROOT(0)#ATA(C01T01L00)
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
Next I started DetailDisk to populate the new device with zeros. About five hours later, I figures something was wrong, because it was still running. Used Control-C to abort the command. After it stopped, I used list volume to see what was there:
list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 H DVD-ROM 0 B No Media
* Volume 1 C System NTFS Partition 111 GB Healthy System[/FONT][/COLOR]
So, Volume 0 was "C", but now it is my DVD-ROM; Volume 1 was the new Intel SSD, and it is nowhere to be found.
Suggestions?