How to recover data and partition after diskpart clean

3

1

While installing Windows 10 from the Repair Tools command prompt, I ran clean command by mistake on the whole disk, so it becomes a single 465GB partition. Previously, it contained four partitions.

How can I recover them with the data intact?

KSK

Posted 2015-11-16T04:15:23.830

Reputation: 33

Answers

5

Assuming you haven't made any more writes to the disk, I believe TestDisk should easily be able to fix this for you.

Just in case something goes wrong or if this otherwise does not work, I would advise you first take a raw image of the disk's current state, so you can roll back your changes and not put your data at any more unnecessary risk.

Brian

Posted 2015-11-16T04:15:23.830

Reputation: 671

Thanks alot... I have recovered using testdisk and all my partitions are there, but now there is no operating system. I had formatted c drive before I lost partitions so c drive is empty and small 100mb windows volume is shown as unallocated space. When I start my computer is gives the message that No operating system found. What should I do now? – KSK – 2015-11-18T02:06:59.280

@K.Ketan It probably restored the last known state of your bootsector from the point after where you had formatted your filesystem. Use something that will ignore the filesystem and scrape for raw data, like PhotoRec.

– Brian – 2015-11-18T04:15:10.220

I've installed fresh copy of windows, But one of the partition which was previously of 80 gb is recovered like 50gb of one and 30gb un allocated space. I lost the data from it. 50gb partiiton is not formatted.What to do with testdisk. And at the time of booting chkdisk run and 'MFT currupted' message shown. But 'windows failed to recover MFT' is displayed then computer boots. – KSK – 2015-11-20T15:51:40.577

@K.Ketan You can try restoring your Master File Table from a backup copy kept by NTFS. In TestDisk, select that partition, and under Boot, select Repair MFT. From the sound of it, though, even your backup copy could be hosed at this point. – Brian – 2015-11-20T20:30:51.933

-2

I did it by mistake too. Just use "list volume" in order to see if it is still present, you should see the partition's size but no letter assigned to it. Use "assign" and it will work.

Joseph

Posted 2015-11-16T04:15:23.830

Reputation: 1