Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
774 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 ...
4
votes
5answers
829 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?
3
votes
2answers
3k views

Flash CS5 Crash corrupted files. How can I get my xml library assets back into a new FLA?

I started using Flash CS5 (and it sucks btw, but that's not my issue today). I spent many hours working on a .FLA file. Saving as I went and at one point Flash CS5 crashed during the save. The .fla ...
3
votes
3answers
3k 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 ...
2
votes
4answers
98 views

SVN deleted files, how can I recover them?

I use eclipse with subversion in Ubuntu linux. Today I made some new java class files and edited old one (those classes are connected). I tried to update, but there were some conflicts. So i did ...
2
votes
2answers
192 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 ...
1
vote
1answer
149 views

Recover a .CS class file after crash

I was working on a class in visual studio 2010 when suddenly my computer crashes. after I restart the computer. I start Visual studio and I find that class to be completely empty. it contained more ...
1
vote
4answers
178 views

Get data back with extension .java

I delete my java program from java project in eclipse. The extension was .java and I don't know how to get back? I try (getdataback for NTFS) but I didn't get back my *.java file. Some solution?
1
vote
3answers
475 views

NTFS (Direct) Reader for Linux [closed]

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 ...
1
vote
2answers
2k 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, ...
0
votes
0answers
35 views

Recovering File Names of Recovered Corrupted Files

Not sure if this is the correct site for posting this type of question, but maybe someone can point me in the right direction. I had some concerns about how can I efficiently recover names of files ...
0
votes
2answers
145 views

Accidently Deleted .m File in XCode 4 - How to Recover?

In XCode 4 when I was deleting some images I had .m selected as well and oops... it's gone. I has a lot of work done for today. How can I recover? Please help. I did not use Time Machine backup ...
0
votes
1answer
37 views

Lost all my CodeIgniter Project Files while editting in EasyEclipse. How can I salvage it?

I'm new to PHP and developing an app on CodeIgniter using EasyEclipse for LAMP Version: 1.2.2.2 on Win 7. Why coding and testing on my loclhost, suddenly Eclipse warned me that all files that I had ...
0
votes
1answer
19 views

Hello world example for file recovery?

How can I recover a file that's already deleted(how does those disk recovery tools do the job)? Is there an example to follow no matter which fs or os?
0
votes
2answers
1k views

How do I recover this VBA Project? Excel Error message: “Removed Part: /xl/vbaProject.bin part.”

I've seen related posts on other forums about this (see: http://www.mrexcel.com/forum/showthread.php?t=372534), but I've attempted everything that I've found with no success. Here's the situation: I ...
0
votes
3answers
697 views

Deleted file recovery program using C C++

I want to write a program that can recover deleted files from hard drive ( FAT32/NTFS partition Windows). I don't know where to start from. What should be the starting point of this? What should i ...
0
votes
1answer
266 views

“Git Clean -fdx” recovery… possible?

I probably did a huge mistake. relevant system info: Windows XP SP2 i686 Cygwin 1.7.6 git 1.7.1 I was trying to create an empty branch on a newly created git repository, here are the commands I ...
0
votes
1answer
220 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 ...
0
votes
8answers
161 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
340 views

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

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 (didn't ...