I've just reinstalled Ubuntu, and I chose a partition full of data as a swap area. I didn't realize that the swap area would overwrite my files.
Can I recover my partition or my data now?
I've just reinstalled Ubuntu, and I chose a partition full of data as a swap area. I didn't realize that the swap area would overwrite my files.
Can I recover my partition or my data now?
What you could do, is take a dd image of your swap, bit by bit:
dd if=/your/swap of=/path/to/file.dd
"Your swap" is usually a separate partition. To find out which one do:
fdisk -l
once you obtain the .dd file, install autopsy:
apt-get install autopsy
run it as root in your terminal, and open a browser as instructed.
Create a case in autopsy, and try recovering data in this way. It may be complicated, but first secure the .dd file, then try forensic techniques recovering files. You may want to read up on autopsy as a forensic tool for data recovery.
but the say that this apply for old 7.04 7.10 8.04, so can I use this way since I have 11.10
– Muhammad Jawabreh Nov 12 '11 at 21:47