I accidentally deleted a volume in my HDD, can I still recover it?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I need your help to see if it is possible to recover the data from a HDD that I accidentally damaged using diskpart. Well I explain in summary how everything happened. Yesterday I decided to install Windows 10 on a SSD (120GB); besides that SSD I have a HDD (1TB) where I have all my files stored. To install Windows 10 I used an USB stick that I managed to boot correctly using the UEFI option. Once inside the Windows installation program, in the part where you need to select the drive where you want to install it, I selected the SSD but it gave me an error that said the unit was in MBR and I needed to convert it to GPT. So following a tutorial that I found online, I did this from the CMD:
diskpart
list disk
- disk 0 (SSD) 120gb
- disk 1 (HDD) 1tb (it has 2 partitions, the 1st in 900gb and the other 100gb)
select disk 0
clean
create part pri
select part 1
format fs=ntfs
select disk 0
detail disk
select volume 1 (this is where I think I made the mistake, volume 1
was the 1st partition of disk 1 HDD I think, I didn't check it)
delete volume
convert gpt (here it gave me an error and could not convert to GPT)
Then I went back to the installer of Windows 10 and again in the part where it asks you to select the unit where you are going to install Windows was when I realized the damage I had done. Not only I was not able to convert the SSD to GPT but also accidentally deleted the volume of the HDD (1st partition of 900gb) where I had my files; the 2nd partition was not damaged. Now I do not know if everything I had in that partition was deleted or there is still a way to recover it.
Using GParted program from Linux I took a capture of the current state of the HDD. You can see the "sin asignar" (unassigned) partition with 833.86 GB. Is this recoverable?
By the way, I already managed to convert the SSD to GPT and install Windows 10 correctly, but this time of course, I did it by disconnecting the HDD to avoid doing more damage. Currently I still have it disconnected.
I would like to know what I can do to try to recover that HDD partition. The "delete volume" command is the same as doing a format or it can be recovered?
I would appreciate if you could help me. Thanks and regards.
hard-drive partitioning ssd
add a comment |
I need your help to see if it is possible to recover the data from a HDD that I accidentally damaged using diskpart. Well I explain in summary how everything happened. Yesterday I decided to install Windows 10 on a SSD (120GB); besides that SSD I have a HDD (1TB) where I have all my files stored. To install Windows 10 I used an USB stick that I managed to boot correctly using the UEFI option. Once inside the Windows installation program, in the part where you need to select the drive where you want to install it, I selected the SSD but it gave me an error that said the unit was in MBR and I needed to convert it to GPT. So following a tutorial that I found online, I did this from the CMD:
diskpart
list disk
- disk 0 (SSD) 120gb
- disk 1 (HDD) 1tb (it has 2 partitions, the 1st in 900gb and the other 100gb)
select disk 0
clean
create part pri
select part 1
format fs=ntfs
select disk 0
detail disk
select volume 1 (this is where I think I made the mistake, volume 1
was the 1st partition of disk 1 HDD I think, I didn't check it)
delete volume
convert gpt (here it gave me an error and could not convert to GPT)
Then I went back to the installer of Windows 10 and again in the part where it asks you to select the unit where you are going to install Windows was when I realized the damage I had done. Not only I was not able to convert the SSD to GPT but also accidentally deleted the volume of the HDD (1st partition of 900gb) where I had my files; the 2nd partition was not damaged. Now I do not know if everything I had in that partition was deleted or there is still a way to recover it.
Using GParted program from Linux I took a capture of the current state of the HDD. You can see the "sin asignar" (unassigned) partition with 833.86 GB. Is this recoverable?
By the way, I already managed to convert the SSD to GPT and install Windows 10 correctly, but this time of course, I did it by disconnecting the HDD to avoid doing more damage. Currently I still have it disconnected.
I would like to know what I can do to try to recover that HDD partition. The "delete volume" command is the same as doing a format or it can be recovered?
I would appreciate if you could help me. Thanks and regards.
hard-drive partitioning ssd
add a comment |
I need your help to see if it is possible to recover the data from a HDD that I accidentally damaged using diskpart. Well I explain in summary how everything happened. Yesterday I decided to install Windows 10 on a SSD (120GB); besides that SSD I have a HDD (1TB) where I have all my files stored. To install Windows 10 I used an USB stick that I managed to boot correctly using the UEFI option. Once inside the Windows installation program, in the part where you need to select the drive where you want to install it, I selected the SSD but it gave me an error that said the unit was in MBR and I needed to convert it to GPT. So following a tutorial that I found online, I did this from the CMD:
diskpart
list disk
- disk 0 (SSD) 120gb
- disk 1 (HDD) 1tb (it has 2 partitions, the 1st in 900gb and the other 100gb)
select disk 0
clean
create part pri
select part 1
format fs=ntfs
select disk 0
detail disk
select volume 1 (this is where I think I made the mistake, volume 1
was the 1st partition of disk 1 HDD I think, I didn't check it)
delete volume
convert gpt (here it gave me an error and could not convert to GPT)
Then I went back to the installer of Windows 10 and again in the part where it asks you to select the unit where you are going to install Windows was when I realized the damage I had done. Not only I was not able to convert the SSD to GPT but also accidentally deleted the volume of the HDD (1st partition of 900gb) where I had my files; the 2nd partition was not damaged. Now I do not know if everything I had in that partition was deleted or there is still a way to recover it.
Using GParted program from Linux I took a capture of the current state of the HDD. You can see the "sin asignar" (unassigned) partition with 833.86 GB. Is this recoverable?
By the way, I already managed to convert the SSD to GPT and install Windows 10 correctly, but this time of course, I did it by disconnecting the HDD to avoid doing more damage. Currently I still have it disconnected.
I would like to know what I can do to try to recover that HDD partition. The "delete volume" command is the same as doing a format or it can be recovered?
I would appreciate if you could help me. Thanks and regards.
hard-drive partitioning ssd
I need your help to see if it is possible to recover the data from a HDD that I accidentally damaged using diskpart. Well I explain in summary how everything happened. Yesterday I decided to install Windows 10 on a SSD (120GB); besides that SSD I have a HDD (1TB) where I have all my files stored. To install Windows 10 I used an USB stick that I managed to boot correctly using the UEFI option. Once inside the Windows installation program, in the part where you need to select the drive where you want to install it, I selected the SSD but it gave me an error that said the unit was in MBR and I needed to convert it to GPT. So following a tutorial that I found online, I did this from the CMD:
diskpart
list disk
- disk 0 (SSD) 120gb
- disk 1 (HDD) 1tb (it has 2 partitions, the 1st in 900gb and the other 100gb)
select disk 0
clean
create part pri
select part 1
format fs=ntfs
select disk 0
detail disk
select volume 1 (this is where I think I made the mistake, volume 1
was the 1st partition of disk 1 HDD I think, I didn't check it)
delete volume
convert gpt (here it gave me an error and could not convert to GPT)
Then I went back to the installer of Windows 10 and again in the part where it asks you to select the unit where you are going to install Windows was when I realized the damage I had done. Not only I was not able to convert the SSD to GPT but also accidentally deleted the volume of the HDD (1st partition of 900gb) where I had my files; the 2nd partition was not damaged. Now I do not know if everything I had in that partition was deleted or there is still a way to recover it.
Using GParted program from Linux I took a capture of the current state of the HDD. You can see the "sin asignar" (unassigned) partition with 833.86 GB. Is this recoverable?
By the way, I already managed to convert the SSD to GPT and install Windows 10 correctly, but this time of course, I did it by disconnecting the HDD to avoid doing more damage. Currently I still have it disconnected.
I would like to know what I can do to try to recover that HDD partition. The "delete volume" command is the same as doing a format or it can be recovered?
I would appreciate if you could help me. Thanks and regards.
hard-drive partitioning ssd
hard-drive partitioning ssd
edited Jan 28 at 15:05
Ahmed Ashour
1,3872716
1,3872716
asked Jan 28 at 11:12
Kellogs1234Kellogs1234
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
TestDisk by cgsecurity.
Make sure not to save any thing to the drive to be recovered.
- download
- extract
- run testdisk as admin
- No log (You can log if you want to)
- select a disk
- Intel
- Analyse ] Analyse current partition structure and search for lost partitions
- Quick search
If it finds it.
A add partition
Else
Extended search will take a long time
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399205%2fi-accidentally-deleted-a-volume-in-my-hdd-can-i-still-recover-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
TestDisk by cgsecurity.
Make sure not to save any thing to the drive to be recovered.
- download
- extract
- run testdisk as admin
- No log (You can log if you want to)
- select a disk
- Intel
- Analyse ] Analyse current partition structure and search for lost partitions
- Quick search
If it finds it.
A add partition
Else
Extended search will take a long time
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
add a comment |
TestDisk by cgsecurity.
Make sure not to save any thing to the drive to be recovered.
- download
- extract
- run testdisk as admin
- No log (You can log if you want to)
- select a disk
- Intel
- Analyse ] Analyse current partition structure and search for lost partitions
- Quick search
If it finds it.
A add partition
Else
Extended search will take a long time
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
add a comment |
TestDisk by cgsecurity.
Make sure not to save any thing to the drive to be recovered.
- download
- extract
- run testdisk as admin
- No log (You can log if you want to)
- select a disk
- Intel
- Analyse ] Analyse current partition structure and search for lost partitions
- Quick search
If it finds it.
A add partition
Else
Extended search will take a long time
TestDisk by cgsecurity.
Make sure not to save any thing to the drive to be recovered.
- download
- extract
- run testdisk as admin
- No log (You can log if you want to)
- select a disk
- Intel
- Analyse ] Analyse current partition structure and search for lost partitions
- Quick search
If it finds it.
A add partition
Else
Extended search will take a long time
answered Jan 28 at 16:20
cybernardcybernard
10.5k31828
10.5k31828
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
add a comment |
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
Thanks, I will try that, I just need a little more time to learn about how it works. Also to know what are all my options since I'll probably only have one chance to try to fix it.
– Kellogs1234
Jan 29 at 4:19
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399205%2fi-accidentally-deleted-a-volume-in-my-hdd-can-i-still-recover-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown