Today i screwed up a partition of my hard disk. I had booted the system using some kinda recovery disk.
I had to copy a file to a mounted NTFS partition (/dev/sdb1 mounted on /mnt/ntfs) . Instead of typing
I don't know what possessed me to type
So i obviously screwed the partition table on it partition. I tried to recover it using Partition table doctor. but it didn't help. The file file.txt was a txt file in few KBs so must not have done extensive damage to the files on disk.
Can someone recommend a recovery software to recover files from this partition
thanks
I had to copy a file to a mounted NTFS partition (/dev/sdb1 mounted on /mnt/ntfs) . Instead of typing
| Code: |
| cp /tmp/file.txt /mnt/ntfs |
I don't know what possessed me to type
| Code: |
| cp /tmp/file.txt /dev/sdb1 |
So i obviously screwed the partition table on it partition. I tried to recover it using Partition table doctor. but it didn't help. The file file.txt was a txt file in few KBs so must not have done extensive damage to the files on disk.
Can someone recommend a recovery software to recover files from this partition
thanks
