Questions tagged [file-recovery]

130 questions
1
vote
0 answers

Is there a way to 'save' or recover a running Node.JS file?

I did something rather stupid and updated some node.js modules on a live server. Luckily the process is still running thanks to Forever, but the file server.js that made the whole thing tick no longer exists on the system. Is there a way to get the…
neoian
  • 33
  • 3
1
vote
1 answer

If Visual Studio crashes before you Save a project, can you recover the files?

I created a project this morning, but didn't Save it. Visual Studio just crashed, and I don't have a project folder. Is there anywhere else the project might have been stored? A temp folder somewhere or anywhere else I can look? It was about 6…
Aaron
  • 1,313
  • 16
  • 26
1
vote
1 answer

How to get recovered c# class in working order

I was browsing YouTube a few days ago, and my computer suddenly crashed with a PAGE_FAULT_IN_NONPAGED_AREA error. This has happened a few times, and I assume it's just a bug in Windows 10, and it never really affected me too much, as when the…
1
vote
1 answer

Extra bytes between clusters in FAT12

I am currently investigating a disk image with a FAT12 file system for data recovery purposes/researching for file carving. For this investigation, I have the actual files that need to be carved/recovered from the disk image so that I can validate…
1
vote
1 answer

Does a file system assure any form of file integrity?

I need to store a very large amount of data on an hard disk. I can format it in basically any kind of format. That data is fundamental, therefore I made a copy of it. However, if some file goes corrupted, I immediately need to know it so that I can…
Matteo Monti
  • 8,362
  • 19
  • 68
  • 114
1
vote
3 answers

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?
Ballon
  • 6,882
  • 18
  • 49
  • 63
1
vote
2 answers

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, one of my coworkers are working on a project and…
MrValdez
  • 8,515
  • 10
  • 56
  • 79
1
vote
3 answers

How To Write a python script to recover files from a formatted drive?

I want to write a python script using which I can recover files from a formatted drive. I know formatting doesn't delete the data on drive but marks that space available to overwrite. So how can I recover those files that have not been overwritten ?
badanomaly
  • 93
  • 1
  • 2
  • 5
1
vote
1 answer

Unconcatenating files

I have a corrupted 7-zip archive that I am extracting manually using the method outlined by Igor Pavlov at this link. An intermediate result is a large file that is a bunch of files cat'ed together that must be separated manually. I understand that…
Alex Hirzel
  • 1,719
  • 2
  • 12
  • 18
1
vote
1 answer

Recover a text file in linux

My project c source code file is corrupted while making the tgz of the file. I wanted to make *.tgz of 4 files. The file names are common.c common.h myfile.c and myfile.h. I mistyped the tar command. I used the following tar command by mistake tar…
user1667630
  • 297
  • 6
  • 15
1
vote
1 answer

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 language files on the hard drive. Unfortunately this…
ArdenDev
  • 4,051
  • 5
  • 29
  • 50
1
vote
1 answer

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 directories in the repository, so manually inspecting…
Björn Lindqvist
  • 19,221
  • 20
  • 87
  • 122
1
vote
1 answer

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 foo in it. So the directory home/foo got…
arunmoezhi
  • 3,082
  • 6
  • 35
  • 54
1
vote
1 answer

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 my files. Does anybody know a solution to this…
Ger
  • 25
  • 7
0
votes
1 answer

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 retrieved. Could you suggest for this problem?
Nava
  • 6,276
  • 6
  • 44
  • 68
1 2 3
8 9