LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Accidentally formatted a NTFS partition with ext3 (https://www.linuxquestions.org/questions/linux-software-2/accidentally-formatted-a-ntfs-partition-with-ext3-496548/)

kamran_pro 10-29-2006 02:02 AM

Accidentally formatted a NTFS partition with ext3
 
I have accidentally formatted (an important) NTFS partition (/dev/sda1) with ext3 file system from Linux (mkfs.ext3 /dev/sda1).

Is there any hope of recovering my data back :cry: ?

uselpa 10-29-2006 02:31 AM

You need to look for NTFS recovery tools. A Google search of "NTFS recovery" yields a lot of results, but personally I haven't used any.

Make sure you don't mount the partition, because ext3 might go on writing to it. Check your /etc/fstab and remove all references to /dev/sda1. Manually unmount it if it's currently mounted.


All times are GMT -5. The time now is 12:46 AM.