1824971 Members
3465 Online
109678 Solutions
New Discussion юеВ

Deleted Files

 
SOLVED
Go to solution
Gustavo Souza Lima
Frequent Advisor

Deleted Files

Are there any way to undelete a file on HPUX??
A command or a software that does it.

Thank you since now..
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: Deleted Files

No, not really. There is a rather complicated procedure for attempting to reconstruct the inodes back into the semblance of the deleted file, but it only works if there have been no other changes that might have affected those inodes.

Your best bet is a restore from backup.


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: Deleted Files

Hi:

Essentially no.

I say essentially, because if you had an absolutely quiet filesystem from the moment of deletion onward, you could attempt to recover the information with 'fsdb' --- if you *really* know what you are doing [...and no, I have never tried].

Regards!

...JRF...
Gustavo Souza Lima
Frequent Advisor

Re: Deleted Files

Thank you for the help.