Questions tagged [recover]

The recover tag is used to mark questions that have something to do with recovering data. By itself, it is ambiguous and useless and must be combined with other, appropriate tags such as software packages and database system tags, operating system tags, programming language and programming language environment tags.

Recovery usually involves some need to regain lost data whether that data is management data such as the management data of a database resulting in database access failing or raw data such as the contents of a database record or a file.

Any post using the [recovery] tag must include additional tags and a write up that helps the reader to know the context of the failure that lead to data loss along with the operating environment at the time of the data loss.

The post should include what was being done at the time of the data loss, any error logs generated, steps taken after the data loss such as recovery procedures executed along with their results, and a description of the actual data lost.

Context information may include: the operating system, the database system, the source code repository package, the programming language being used, the kind of data that was lost, and/or the IDE being used.

322 questions
-1
votes
1 answer

Definition of goto out of main and print threads

I have two questions about Go code. This is my program. This program controls the presence of a nickname in a "database". package main import "fmt" func rcv(){ if r := recover() ; r != nil { fmt.Println("retry.") main() } } func…
mx88
  • 27
  • 1
  • 1
  • 7
-1
votes
1 answer

raspberry pi 3 - preinstalled sdcard recover

I have just get a new sd card preinstalled with noobs, now i am thinking where must be something wrong, because it fail with wolfram egnine and some other stuff. Is it possible to make a recovery of something on the sd card. I don't know about…
jokerper
  • 1
  • 1
  • 1
-1
votes
1 answer

Recover wordpress site

Is it possible to recover your site after an accidentally removed files? Only directories like wp-config,wp-admin,wp-content are left. nothing is left in the parent directory Maybe it is enough just to restore a wp-config.php file to start your…
aras07
  • 3
  • 2
-1
votes
1 answer

I want to get back my whole dynamic web project from openshift ,how could i get back it in my local server (eclipse)?

I have made a project and I made it online through Openshift.My project is still online on openshift URL http://easynote-sansari.rhcloud.com/ , but due to mistake is deleted from my local server. I want to get back my project in my local server for…
-1
votes
4 answers

Recover overwritten JAVA file

I was making a jar file but accidentally wrote TimerV1.java instead of TimerV1.jar and as a result, my whole source code got replaced with machine code and the sad thing is there's still something I have to edit. I am using Notepad++ and tried…
-1
votes
1 answer

How can I recover my Outlook VBA code after Outlook crashed and I had to reinstall Outlook?

My Outlook crashed. I made a full backup of my hard drive (from c:). Is there anyway I can recover my Outlook VBA code from my backup?
SixSigmaGuy
  • 313
  • 3
  • 11
-1
votes
1 answer

Mongodb sharding is NOT recovered after power off accident

I'm running 4 vms (centos) on a single machine (Windows 2008 R2). The 4 vms are setup as below: 1 mongos 1 mongo configure server 2 mongod as sharding servers OK, everything was fine before a power off accident. When the power came back, I did…
Like Zhang
  • 45
  • 6
-1
votes
1 answer

Recovering program from Android device

Ive written a program for my android device and its installed and working on my phone (S3), BUT ive just lost my PC HD and thought id saved my eclipse android coding folder but I didn't, the program is only a small one but took me a while to perfect…
-1
votes
2 answers

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 whitespace characters,and opened in notepad file. I…
Mox Shah
  • 2,967
  • 2
  • 26
  • 42
-2
votes
1 answer

Could not recover SATA HDD after 5 attempts Mac

The Mac has decided to freeze and restart several times a day while I'm using it. panic (cpu 2 caller 0xffffff801a579938): watchdog timeout: no checkins from watchdogd in 93 seconds ..... Used the repair disk utility tool multiple times in…
Awadhesh Kumar
  • 29
  • 1
  • 1
  • 5
-2
votes
1 answer

CS50 Recover (Pset4): Segmentation fault

Basically title. I'm getting a segmentation fault instead of 50 jpeg images when I run my program. I've tried playing around with different conditions. Code: #include #include #include const int BLOCK_SIZE =…
PianoOwl
  • 13
  • 2
-2
votes
2 answers

CS50: Segmentation fault pset4 recover

I've written this below code but the error is something to do with the char array of size 8. I am not sure why it's happening. I also tried changing the size of the array. I still get the same error. More about the file naming method: The files you…
Annie
  • 21
  • 2
  • 10
-2
votes
1 answer

Need advice pset4 recover. Tried for a week and still getting segmentation fault

Output: :( recovers 000.jpg correctly failed to execute program due to segmentation fault :( recovers middle images correctly failed to execute program due to segmentation fault :( recovers 049.jpg correctly failed to execute program due…
Van
  • 3
  • 1
-2
votes
1 answer

How to recover a resized btrfs lvm partition

I tried shrinking a btrfs lvm partition to make room for another new partition. I've used fdisk. I deleted and recreated the btrfs partition. To my despair, the btrfs partition is now typeless. I tried $ sudo btrfs restore /dev/sda6 /mnt/sda6/ No…
Necktwi
  • 2,483
  • 7
  • 39
  • 62
-2
votes
1 answer

Only was able to recover MySQL data folder (IBD, FRM, and OPT files), can I recover databases?

As title says, I had an unfortunate failure which resulted in me only being able to recover my MySQL data folder (IBD, FRM, and OPT files). I built a new server and installed MySQL 5.6 (old one used 5.5). I copied over the data folder hoping I would…
1 2 3
21
22