I dual boot Ubuntu and Windows 10 but I accidentally formatted the Windows partition which contains all my backup. How can I recover data on that partition?
Asked
Active
Viewed 660 times
0
-
Have you deleted it? or just formatted it? did you change the partition type? – Sumeet Deshmukh Apr 24 '17 at 17:24
1 Answers
2
Use TestDisk
it's command line based tool which can recover almost all of your data, even in NTFS partition. I wouldn't use it to recover an OS but media files and documents in the partition should come back. you can even choose what files you want and it's a really powerful tool if you first read the complete instructions
to install testdisk and start using it, type these commands into in terminal
sudo apt-get install testdisk
testdisk

Sumeet Deshmukh
- 8,866