[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq550 recovery HELP !!
- Subject: RE: [cobalt-users] Raq550 recovery HELP !!
- From: "H.P. Noordam" <bno@xxxxxxxxx>
- Date: Fri Aug 1 01:27:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > My question..
> > I had a /home/raqbackup with the users and data for the 80 sites.
> >
> > Is there a way to get a bit data back ?
> > I only want to get the /home/raqbackup back
> > Is there a datarecovery comp. Or software to recover a xfs system ?
> >
> > Many thanks
> > bob
> >
>
> Perhaps you can use ERDcommander and plug the disk in as a slave
> in a normal
> pc and see if you are able to recover the wanted dir. I havent heard of
> something to recover overwritten data in linux. But i can be wrong :-)
>
> Robbert
>
I looked into recovering files for a 550 before. The XFS filesystem has
sadly, never been designed to make this possible. It is a logn story, and i
tried a lot of tools for the customer at that time, but the bottom line is
that it is close to impossible with xfs to do any recovery, especialy
automated ones.
this is what de faq from the xfs developers has to say about it;
[quote]
Q: Does the filesystem have a undelete function?
There is no undelete in XFS, in fact once you delete something, the chances
are the space it used to occupy is the first thing reused. Undelete is
really something you have to design in from the start. Getting anything back
after a accidental rm -rf is near to impossible.
[/quote]
http://oss.sgi.com/projects/xfs/faq.html
Bob.