How to recover data from NTFS partition after accidently running EXT4 dd on it?
up vote
1
down vote
favorite
I was trying to copy my EXT4 partition as backup and I accidentally putted my NTFS partition containing my data on the dd command.
Now my data is lost :(
I've tried testdisk but it wasn't able to find partition. What should I do?
Update: This was the command I ran:
dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
hard-drive data-recovery ntfs dd
|
show 2 more comments
up vote
1
down vote
favorite
I was trying to copy my EXT4 partition as backup and I accidentally putted my NTFS partition containing my data on the dd command.
Now my data is lost :(
I've tried testdisk but it wasn't able to find partition. What should I do?
Update: This was the command I ran:
dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
hard-drive data-recovery ntfs dd
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
1
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
No!dd
copies block for block and overwrites the destination - what is overwritten is gone.
– Soren A
Nov 21 at 10:14
|
show 2 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I was trying to copy my EXT4 partition as backup and I accidentally putted my NTFS partition containing my data on the dd command.
Now my data is lost :(
I've tried testdisk but it wasn't able to find partition. What should I do?
Update: This was the command I ran:
dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
hard-drive data-recovery ntfs dd
I was trying to copy my EXT4 partition as backup and I accidentally putted my NTFS partition containing my data on the dd command.
Now my data is lost :(
I've tried testdisk but it wasn't able to find partition. What should I do?
Update: This was the command I ran:
dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
hard-drive data-recovery ntfs dd
hard-drive data-recovery ntfs dd
edited Nov 21 at 10:26
asked Nov 21 at 10:04
HQuser
1115
1115
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
1
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
No!dd
copies block for block and overwrites the destination - what is overwritten is gone.
– Soren A
Nov 21 at 10:14
|
show 2 more comments
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
1
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
No!dd
copies block for block and overwrites the destination - what is overwritten is gone.
– Soren A
Nov 21 at 10:14
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
1
1
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
No!
dd
copies block for block and overwrites the destination - what is overwritten is gone.– Soren A
Nov 21 at 10:14
No!
dd
copies block for block and overwrites the destination - what is overwritten is gone.– Soren A
Nov 21 at 10:14
|
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2faskubuntu.com%2fquestions%2f1094750%2fhow-to-recover-data-from-ntfs-partition-after-accidently-running-ext4-dd-on-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
Exactly what did tou run? Please update your question with the command you did run.
– Soren A
Nov 21 at 10:05
@SorenA this is what I ran dd if=/dev/sda2 of=/dev/sda1 bs=64K conv=noerror,sync
– HQuser
Nov 21 at 10:06
1
What is overwritten is gone. dd copies data from source (if=) to destination (of=) and overwrites data on destination. Testdisk can only recover data that hasn't been overwritten. A current backup is your only hope now.
– Soren A
Nov 21 at 10:09
Is there any way to recover what can be recovered by repairing the filesystem?
– HQuser
Nov 21 at 10:11
No!
dd
copies block for block and overwrites the destination - what is overwritten is gone.– Soren A
Nov 21 at 10:14