The file-recovery tag has no wiki summary.
-2
votes
0answers
17 views
Windows binary files corrupted when copied from Linux [closed]
As my Windows 7 was not working properly, I booted from Ubuntu live CD and backed up the binary executables, RAR, ZIP etc from my Hard Disk to an external USB( wiht NTFS).
But later on when I try to ...
0
votes
0answers
53 views
Recover sdf corrupted file data
I've got SQL CE 3.5 .sdf file, that was corrupted during data recovery procedure, so it's possible that it's not complete etc., so SQL CE tools are not able to open it, or fire recover db methods.
It ...
0
votes
1answer
74 views
Recovering Eclipse source files from .metadata folder
I'm trying to recover some .cpp source files from Eclipse projects I made over a year ago. At the time I was using Ubuntu and I would just save all my projects to the same workspace folder.
When I ...
1
vote
1answer
35 views
Retrieve source files from git
I've been saving all my source files using the xcode git repository. I saw some articles online about speeding up the Mac performance and I used a tool called 'Monolingual' to cleanup unwanted ...
2
votes
3answers
211 views
File and Folder Attributes - Programming API
I knew that PHP is able to read file content by different ways, for example: fread, file_get_contents, file, readfile, etc.
Currently, I am looking for an API that can read real index of files and ...
8
votes
2answers
205 views
Recover files after 'git rm -rf'
On my local Mac I remove files from folder.
git init
git add --all
then i wrote (don't ask me, why! :) )
git rm -rf
I don't commit, yet. Now I have empty folders in my project. In ".git" folder ...
0
votes
0answers
253 views
Dreamweaver CS6 How to recover corrupted PHP/HTML file [closed]
I was saving a html file in Dreamweaver CS6, when my power-backup has failed causing my computer to be restarted.
After restarting i found it empty, although file size looks OK, means file is ...
0
votes
1answer
105 views
header footer of text files
What are the header and footer for text files? COntext: I am trying to recover deleted matlab, latex and txt files using scalpel. I am guessing all these will be searched by scalpel as text files.
Or ...
0
votes
0answers
50 views
Is there a way to recover a file that was saved over using SSH
I am working on a project through SSH and they had someone add to a page. Then asked me to go in and edit some text mistakes. I have been telling them they need to set it up on a repo if they are ...
0
votes
0answers
262 views
aspx file has lost its contents due to power failure. How to recover
Due to a power failure, Visual Studio abc.aspx file has lost its whole data. Double click on it, opens it in a notepad. The .cs file is still there and it is showing the error for control ids because ...
0
votes
2answers
271 views
recovering the deleted python script file
How can we recover the deleted python script file(deleted using rm), say lostfile.py in debian linux box?
The file system of the linux box is jfs
0
votes
1answer
142 views
Recover deleted file in the tfs
I have a huge repository. A while ago a file with the name FooBar.xml was deleted from some unknown directory in the tfs. What would be the easiest way to find the file? There are thousands of ...
0
votes
1answer
64 views
How to recover app/controllers on Ruby Rails?
I accidentally deleted my app/controllers file on Ruby Rails. How would I get it back? I didn't use git init when I first set it up.
Thanks
0
votes
1answer
928 views
Linux recover deleted directory
I had a directory named foo in my linux server. home/foo
I also had a file named foo.tgz in home directory.
I issued an extract of foo.tgz from home directory and the tar file had a directory named ...
0
votes
2answers
85 views
Get overridden file data?
I have a script file. Unfortunately I've overridden it with some other data. I need the old data. crtl+Z is not working.
How do I recover it?
-2
votes
4answers
5k views
It's possible to recover folders from a deleted windows 7 user account? [closed]
Sorry for my bad english.
I haven't found the answer to this question in stackoverflow or google or the microsoft website.
Please if you aren't 100% sure about the answer don't post.
This is my ...
0
votes
0answers
133 views
How to restore a dd overwritten disk partition? [closed]
First of all, I admit I'm stupid and I didn't run proper backup of my data, but you know crap happens...
So, I've used dd to overwrite the first 2GB of my 750GB NTFS partition with a FAT32 partition. ...
1
vote
2answers
648 views
how can i recover windows chk-files extensions in linux bash
After a scan disk i have a lot of CHK-files in folders like "found.000", ...
I can find out the extensions with the file command:
for i in /media/Daten/found.*/*.chk ; do file $i; done
how can I ...
0
votes
1answer
214 views
Accidentally deleted mongodb files
Accidentally I deleted the folder with the data mongodb. I found some programs that retrieve linux system files, but they all need the instructions for file's header, footer, and extension.
Example, ...
0
votes
1answer
133 views
aspx file content replaced by whitespace characters, Is there anyway to recover aspx files?
I was working on some aspx page, and suddenly my system was crashed, when I rebooted my system, file was there, but when I opened that file from solution explorer, file content was replaced by some ...
1
vote
1answer
116 views
How to recover .cs files after a republish of my webservices to the same location?
I tried to republish my WCF solution in Visual Studio and unchecked the checkbox "Leave extra files on destination (do not delete)". Now my whole solution has gone bad. Visual Studio can't find any of ...
-2
votes
1answer
143 views
Accidentally deleted /usr/bin/vim on my computer. Need help please? [closed]
Ok first of all, I have no idea why I deleted the file. It was just absolutely stupid on my part. I updated my system vim from source to vim73, which is now working fine. The problem is I can't use ...
-1
votes
1answer
483 views
Recover the deleted files in amazon ec2
How I would recover the recent deleted files from amazon ec2 ubuntu server.For example The all "tar" files are removed unfortunately in amazon ec2 + ubuntu 11.04 instance.
The removed files should be ...
2
votes
3answers
2k 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 ...
2
votes
4answers
2k 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 ...
0
votes
1answer
137 views
Lost all my CodeIgniter Project Files while editting in EasyEclipse. How can I salvage it? [closed]
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 ...
2
votes
1answer
1k 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 ...
0
votes
1answer
36 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?
2
votes
1answer
5k 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 ...
3
votes
3answers
5k 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 ...
1
vote
3answers
2k 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
602 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 ...
1
vote
3answers
248 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?
0
votes
1answer
783 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 ...
5
votes
2answers
1k 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
8answers
326 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.
1
vote
3answers
682 views
NTFS (Direct) Reader for Linux [closed]
I managed to damage my NTFS partition pretty well (Details below*; I don't think it's extremely relevant but it might be.) and was wondering if there is any linux tool that can read an invalidly ...
3
votes
4answers
9k 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
2answers
433 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 ...
4
votes
5answers
3k 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?
2
votes
2answers
338 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
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, ...

