Questions tagged [file-recovery]
130 questions
0
votes
2 answers
How do I restore a deleted file in Eclipse?
Long story short, I accidently deleted a project which I thought was something else, but not, and I deleted the file from the disk.
How do I get the file back? Im running Recuva, but are there any other file recovery methods out there?

mooL
- 59
- 1
- 3
- 7
0
votes
2 answers
Recover an Android project from an installed app
Recently I've switched to windows 10 by performing a clean install, which means that I've wiped the whole HDD. Sadly I forgot to backup a project built up in Android Studio but I have it installed and running on my phone.
Is it possible to somehow…

KDX2
- 945
- 2
- 14
- 31
0
votes
1 answer
File History in Windows 8.1
I know this question has been apparently asked here and here
But mine is different.
Do file histories include only extensions such as pdf, jpg, mp3, doc
etc
File history for moved files is available not just deleted ones?
At preset I am accessing…

Meenohara
- 314
- 4
- 9
0
votes
1 answer
"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 just issued:
git init
git symbolic-ref HEAD…

RaptorX
- 331
- 1
- 9
- 19
0
votes
1 answer
Anyway to recover a php file that is currently open on my browser but deleted from my localhost?
I accidentally deleted a file that I have been working on for the last 2 days using the unlink() function. I was using the unlink function to delete other files but the name of the other files was similar to the file I was working on so it got…

SomeDude
- 23
- 6
0
votes
2 answers
Recover deleted repository on disk SourceTree
I was trying to delete my repositories in sourcetree but inadvertently deleted all the files and code within the repository,
I have seen a very similar question asked once before but the solution was not answered or commented,
Any possible solutions…

Connor Mcgrann
- 322
- 2
- 15
0
votes
1 answer
Is there any way to recover code from an arduino?
So I made this device for my car using an arduino. great, works almost perfect, only have minor debugging left to do. then my computer crashes the other day and I lost all my files because I never thought to back anything up. I've put at least 20…

bethy2015
- 1
- 1
0
votes
1 answer
Recover a GZIP file of which first 361 bytes are truncated
I have a gzip file of size 325 MB. I just figured it that it is truncated by 361 bytes from the beginning.
Please advise how can I recover the compressed files from it.

Izhar Aazmi
- 915
- 12
- 25
0
votes
1 answer
Git: restore file with local changes after removal
I doubt git keeps this in memory, but perhaps I missed an option.
I modified a file on my local repository, and then I did git rm file. I would like to restore file in its previous state, ie. my local modified copy. git checkout file will restore it…

bagage
- 1,094
- 1
- 21
- 44
0
votes
1 answer
How to see the database name of each physical Mdf file?
I formatted my pc, so I lost a lot of MDF files(Databases), using a program I was able to recover a lot of .mdf files, the thing is that they have a different name.
I have a list of mdf files, for example:
folder: MDFiles
Content: f324324234.mdf,…

user3044096
- 171
- 1
- 17
0
votes
1 answer
Lost Database in Microsoft Access 2010
While "finishing off" my database, I chose options from the file menu.
File Menu -> options -> Current database -> Application Options -> Display Form: field.
Upon hitting OK, Access immediately shut down and now just gives me the "Access has…

Barry Voight
- 1
- 1
0
votes
1 answer
Recover a source file after it has been written on
One of my friends had launched this command:
gcc -o source.c source
Instead of:
gcc -o source source.c
And now he has lost the code that he's been working on for few days.
Is there a chance to recover the code?
It's a Red Hat Enterprise Linux AS…

johni
- 5,342
- 6
- 42
- 70
0
votes
0 answers
Recover a deleted (unmerged) branch from a remote Atlassian Stash server
I would like to try to recover a deleted branch from a remote Atlassian Stash server.
I will explain the steps that I did, which brought me to this situation:
I initially created a new branch (using the command line) on my local
computer (my local…

user3441604
- 582
- 7
- 23
0
votes
1 answer
Program to record all file names in a drive
Is there a program that makes a list of all the file names in my drive? I think this can go a long way in file recovery (more like replacement) if I ever get a bad drive.
Thanks

user3240815
- 21
- 1
- 5
0
votes
1 answer
Mercurial - why can't I find deleted files?
I recently let the IDE replace a trivial text in the entire project, and recognized that mistake only after committing other changes to Mercurial. I panicked and (knowing very little about Mercurial, now after having read the definitive guide…

PeerBr
- 675
- 1
- 11
- 26