Tagged Questions

1
vote
3answers
177 views

NTFS (Direct) Reader for Linux

I managed to damage my NTFS partition pretty well (Details*; I don't think its extremely relevant but it might be.) and was wondering if there is any linux tool that can read an invalidly partitioned …
0
votes
0answers
77 views

How do I recover my database? [closed]

I exported my database to test whether it works. I then deleted the database and then it went to the "Trash" (I'm using Ubuntu). I then deleted it from "Trash" accidently. Is there a way to recover my …
0
votes
0answers
35 views

Need deleted data back from Pen Drive, Please help [closed]

All, I am using a Pendrive to transfer files from one system to another. I think I deleted some files from the Pendrive that I now need back. Also, there are chances that I might have overwritten the …
0
votes
0answers
28 views

Recovering files downloaded from IE [closed]

Hi, A friend of mine has opened a Microsoft Word document from an e-mail (in gmail) in IE. They made changes to the file, repeatedly saved the changes, then closed Word. I've tried looking in …
0
votes
1answer
42 views

How Can I Recover a .nfs file?

I have been working on an algorithm in Python, and I was using Vim to edit this file. I opened it up, did a save, and it came up with an Error something like it occasionally does: "WARNING: YOUR …
4
votes
2answers
134 views

How does file recovery software work?

I wanted to make some simple file recovery software, where I want to try to recover files which happen to have been deleted by pressing Shift + Delete. I'm working in Windows, can anyone show me any …
0
votes
2answers
253 views

Recovering file from the Visual Studio document cache?

I've just lost some code. I needed to move a couple of methods from one class to another so i hit save, cut the methods and VS crashed. Now it seems that the save happened after the cut since the …
0
votes
8answers
88 views

Which tools exists for byte-level inspection of files ?

I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.
0
votes
2answers
162 views

git newbie: lost (unadded) files after deleting them and switching branch

Hi everyone, I've made a pretty stupid mistake with a git repository and lost some files I really need. I thought I added all new files to the repo before I commited the change to the current branch …
4
votes
6answers
504 views

Can I recover a file in linux which i accidentally did an “rm” on? [closed]

Do you know of any tools/commands by which I recover files which I accidentally removed?
0
votes
2answers
779 views

How to recover deleted files which TortoiseSVN accidentally removed?

This is an accident and I don't think there's a solution. But I'm asking anyways. I introduced SVN to our webshop and I set all the dev pc's htdocs as part of the repository. (my first mistake) Now, …
1
vote
1answer
71 views

Error Correction Libraries?

I'm interested in using a Reed-Solomon error correction [http://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction as a reference] to try to rebuild files from partial bits of a file. I'm …