undelete


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users undelete
# 1  
Old 01-08-2002
undelete

Hi All,

I just given $rm abc.pc, I don't have backup also.
is there any way to recover?

thanks in advance

krishna
# 2  
Old 01-08-2002
U have done the same that i have done last week..

This is what I had done that time.. may be it helps you.........

well certainly there appears to be no way to retrieve exactly the same deleted file. So, all I could do is look for the file in

/var/preserve/username

that is where VI stores the open files when the session is suddenly terminated. And luckily I found a recent version of my deleted file there...


Wish you all the best.. Smilie
# 3  
Old 01-08-2002
Just to add on, the path where vi stores open files could vary across flavors, so try vi -r instead. Hope this works out! Smilie

Last edited by shaik786; 01-08-2002 at 06:11 AM..
shaik786
# 4  
Old 01-08-2002
Well, there IS a slight chance to recover a text file, provided that the universe will cease to exist if the file goes missing tomorrow morning. Otherwise it isn't worth the trouble, resources... If you are dead set on recovering it (or part of it, depending on how much disk activity is occuring - it may already be allocating the space to new files), check here:
http://www.fish.com/tct/help-recovering-file
(I think that's the link. Our web-proxy here at work now classifies fish.com as "entertainment", so it's off-limits, even at 2:15 AM, and I'm not about to push the net-admin by circumventing it...)

Anyways, good luck!
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Undelete, backup inodes

is there a way to backup all inodes? (could that help with undeleting files?) (9 Replies)
Discussion started by: orange47
9 Replies

2. SCO

Versioning through undelete

Hi , I am using SCO openserver realease 3.2 and tried to test versioning on a directory with undelete -s . The command executes well but it is not creating any versions of the files in it. I have also setted versioning options via filesystem and then remounted it but of ... (0 Replies)
Discussion started by: dextergenious
0 Replies

3. UNIX for Advanced & Expert Users

UNDELETE a file

Hi, In tcsh, I mistakenly deleted some files under a dir with rm * Is there any way by which I can recover those files (without restoring to an earlier backup point) ? I mean any command like undelete or anything similar (10 Replies)
Discussion started by: snowline84
10 Replies

4. UNIX for Advanced & Expert Users

How to undelete

Hi Is there a way by which I can recover the last deleted file file from a folder. OR I had a file in a path .(i didnt notice the size at that time ) I tried ftp that file to my windows but got file of zero size. I want to check whether the file was already empty when I tried ftping it... (1 Reply)
Discussion started by: pratim09
1 Replies

5. UNIX for Dummies Questions & Answers

Undelete files in Unix

Hi Is there any way to restore files accidentally deleted in Unix (other than rm -i) (10 Replies)
Discussion started by: misenkiser
10 Replies

6. Filesystems, Disks and Memory

Undelete files

Right, a mate of mine screwed up today and deleted the entire contents of a directory and he really needs to get the files back. He's using Red Hat Enterprise Edition 4. The files were deleted using rm *. He can't remember if the hard drive was formatted using ext2 or ext3. Anybody have any idea... (0 Replies)
Discussion started by: Bacchus
0 Replies
Login or Register to Ask a Question