Please recommend some data recovery programs.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Please recommend some data recovery programs.
# 1  
Old 11-18-2010
Please recommend some data recovery programs.

This is a unlacky day! I deleted some data in my server by mistake. Please recommend me some data recovery programes. I don't want to carry the big thing to a company of data service.
Thanks very much to my friends
# 2  
Old 11-18-2010
Stop any writes to the disk if you can. Any writing of new files may trash the traces of what you deleted.

We need more details. We don't even know what hardware you're operating on, let alone what version of what software.
# 3  
Old 11-18-2010
Quote:
Originally Posted by Corona688
Stop any writes to the disk if you can. Any writing of new files may trash the traces of what you deleted.

We need more details. We don't even know what hardware you're operating on, let alone what version of what software.
Thanks very much for reply.

The server is Dell 1750. hard disk is SCSI 146G.

I deleted a folder witch contains about 100M website data.

I have stop the server and tack out the harddisk.

What should I do next?
# 4  
Old 11-18-2010
What software was the server running?

What filesystem was the data stored on?

First thing I'd do is make a blind copy of the disk to guarantee my data recovery efforts don't make it worse.
Code:
dd if=/dev/oopsmybad1 of=/path/to/backupbackup bs=65536

backupbackup has to go on a filesystem big enough to hold it, of course.

What happens next depends on the nature of your system.
# 5  
Old 11-18-2010
Quote:
Originally Posted by Corona688
What software was the server running?

What filesystem was the data stored on?
Thank very much for your reply.

The software is FreeBSD 8.0
filesystem is devfs
# 6  
Old 11-18-2010
Might be UFS2, then. If you can make sure of that, you might give UFS Explorer a whirl.

[edit] I see you sneak-edited. I don't think devfs makes sense at all, more likely UFS or something else.
# 7  
Old 11-18-2010
Quote:
Originally Posted by Corona688
Might be UFS2, then. If you can make sure of that, you might give UFS Explorer a whirl.

[edit] I see you sneak-edited. I don't think devfs makes sense at all, more likely UFS or something else.
I found the info in the website. Thanks very much for your help

---------- Post updated at 02:50 PM ---------- Previous update was at 02:45 PM ----------

Quote:
Originally Posted by Corona688
Might be UFS2, then. If you can make sure of that, you might give UFS Explorer a whirl.

[edit] I see you sneak-edited. I don't think devfs makes sense at all, more likely UFS or something else.
I have download the programe to the server. Can you help me to fix it?

The server is in internet. I can give you the ip, user and password.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between inbuilt suid programs and user defined root suid programs under bash shell?

Hey guys, Suppose i run passwd via bash shell. It is a suid program, which temporarily runs as root(owner) and modifies the user entries. However, when i write a C file and give 4755 permission and root ownership to the 'a.out' file , it doesn't run as root in bash shell. I verified this by... (2 Replies)
Discussion started by: syncmaster
2 Replies

2. Gentoo

Data recovery of formatted external HDD

accidentally formatted ext3 external hard disk .. im using EAse us tool in windows system to recover the data ... will this works?? if yes ... the another external hard disk have to be formatted in which file system ? is there any other option ..please help me out (1 Reply)
Discussion started by: rajeshz
1 Replies

3. Red Hat

Data recovery from lost+found in centos6.2

Respective sir, I have Centos-6.2 on my system(P-4,1GB RAM, 80GB hdd).While working on my system I just face one problem my all folder get symbol of lock so I go for open terminal but my terminal is also not opened.So I shut down my pc without proper way.After restart my system I... (1 Reply)
Discussion started by: Kiran ursal
1 Replies

4. Programming

Which C++ book do you recommend?

Hello, May be my post may look naive to many...but it isn't if you were to believe me.After, trying to learn programming in C for at least 5 years , I concluded that K & R is the best book to learn C, alas I took a lot of time to realize this. So, I'm going to start learning how to program... (8 Replies)
Discussion started by: blackwhite
8 Replies

5. UNIX for Dummies Questions & Answers

Are programs like sys_open( ) ,sys_read( ) et al examples of system level programs ?

Are the programs written on schedulers ,thread library , process management, memory management, et al called systems programs ? How are they different from the programs that implement functions like open() , printf() , scanf() , read() .. they have a prefix sys_open, sys_close, sys_read etc , right... (1 Reply)
Discussion started by: vishwamitra
1 Replies

6. UNIX for Advanced & Expert Users

Data Recovery from file system overwritten with LVM.

Hey peeps, Here is somethin u might find interestin.... Is it possible to recover data from a partition which used to be an ext3 file sytem with some nice forgotten backups, which now is an lvm partion containg root partition of another OS. :) I couldn't create any mess better than this, can... (2 Replies)
Discussion started by: squid04
2 Replies

7. UNIX for Dummies Questions & Answers

Data Transfer programs in IPC Mechanisms??

I have no IPC Mechanisms program which includes data transfer on the same Linu machine. All mechanisms of IPC must be tested. If anyone have programs about it, could you send to me?? I am waiting your answers. please help me...!!!! (2 Replies)
Discussion started by: boris35
2 Replies
Login or Register to Ask a Question