while installing ubuntu, I have lost all the data, which I had stored in my d drive, when I was using Windows 7. Is it possible to retrieve the data by using Recuva software.
Thanks.
while installing ubuntu, I have lost all the data, which I had stored in my d drive, when I was using Windows 7. Is it possible to retrieve the data by using Recuva software.
Thanks.
To retrive data form a drive there are two ways in ubuntu depending upon the file system the drive contained. 1) If file system was ext4/ext3 it is possible by
extundelete
to know more about this read type on your terminal
sudo man extundelete
2) If file system you were working with was ntfs we have a command as
ntfsundelete
to know more about this type following on your terminal
sudo man ntfsundelete
To know every detail of command for extundelete see this
To know more about ntfsundelete see this