public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFS data lost recover
@ 2014-06-10 19:23 Duarte  Franco
  2014-06-10 19:30 ` Eric Sandeen
  0 siblings, 1 reply; 4+ messages in thread
From: Duarte  Franco @ 2014-06-10 19:23 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 1576 bytes --]

Hi

 

I have a Linux RHEL 5.3 server with a XFS partition over lvm on an
infortrend Fc storage. 

Recently we have a system failure that corrupt the XFS partition. After a
xfs_restore the partition was recovered but the lost+found directory contain
about 5.5TB of inode files. (almost the total size 7TB)

 

After that the partitions were used to write a few more data, without any
problem. 

 

I would like to ask if there is any way to recover the files in lost+found
directory? Do you have any service to recover these files? 

 

If possible I would prefer to be contacted by email.

 

Best Regards

 

Duarte Franco

AIA – Area Infra-estruturas Aplicacionais 

 _________________________________________________

FCT, FCCN

Av. do Brasil, 101 Apartado 50435 1708-001 Lisboa

Telf. 300 005 257  Fax 351 21 8472167

 <blocked::http://www.fccn.pt/> http://www.fccn.pt/

 

Aviso de Confidencialidade

Esta mensagem é exclusivamente destinada ao seu destinatário, podendo conter
informação CONFIDENCIAL, cuja divulgação está expressamente vedada nos
termos da lei. Caso tenha recepcionado indevidamente esta mensagem,
solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o
telefone +351 218440100 devendo apagar o seu conteúdo de imediato. 

This message is intended exclusively for its addressee. It may contain
CONFIDENTIAL information protected by law. If this message has been received
by error, please notify us via e-mail or by telephone +351 218440100 and
delete it immediately.

 


[-- Attachment #1.2: Type: text/html, Size: 6599 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XFS data lost recover
  2014-06-10 19:23 XFS data lost recover Duarte  Franco
@ 2014-06-10 19:30 ` Eric Sandeen
  2014-06-11 14:20   ` Duarte  Franco
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Sandeen @ 2014-06-10 19:30 UTC (permalink / raw)
  To: Duarte Franco, xfs

On 6/10/14, 2:23 PM, Duarte Franco wrote:
> Hi
> 
>  
> 
> I have a Linux RHEL 5.3 server with a XFS partition over lvm on an
> infortrend Fc storage.

> Recently we have a system failure that corrupt the XFS partition.
> After a xfs_restore the partition was recovered but the lost+found
> directory contain about 5.5TB of inode files. (almost the total size
> 7TB)
> 

presumably you mean xfs_repair?

lost+found/ is populated with files for which name data has been lost.
There is no great way to recover the names; if there were, xfs_repair
would do it.

> 
> After that the partitions were used to write a few more data, without
> any problem.
> 
> 
> 
> I would like to ask if there is any way to recover the files in
> lost+found directory? Do you have any service to recover these
> files?

The files themselves are not lost, but they have lost their names.

Depending on the data you have in the files, perhaps they are still
recognizable, and could be renamed back to their original locations
via script?

-Eric

> 
> 
> If possible I would prefer to be contacted by email.
> 
>  
> 
> Best Regards
> 
>  
> 
> Duarte Franco
> 
> *AIA*– Area Infra-estruturas Aplicacionais
> 
>  _________________________________________________
> 
> FCT, FCCN
> 
> Av. do Brasil, 101 Apartado 50435 1708-001 Lisboa
> 
> Telf. 300 005 257  Fax 351 21 8472167
> 
> http://www.fccn.pt/ <blocked::http://www.fccn.pt/>
> 
>  
> 
> *Aviso de Confidencialidade*
> 
> Esta mensagem é exclusivamente destinada ao seu destinatário, podendo conter informação CONFIDENCIAL, cuja divulgação está expressamente vedada nos termos da lei. Caso tenha recepcionado indevidamente esta mensagem, solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o telefone +351 218440100 devendo apagar o seu conteúdo de imediato.
> 
> This message is intended exclusively for its addressee. It may containCONFIDENTIAL information protected by law. If this message has been received by error, please notify us via e-mail or by telephone +351 218440100 and delete it immediately.
> 
>  
> 
> 
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: XFS data lost recover
  2014-06-10 19:30 ` Eric Sandeen
@ 2014-06-11 14:20   ` Duarte  Franco
  2014-06-11 14:53     ` Emmanuel Florac
  0 siblings, 1 reply; 4+ messages in thread
From: Duarte  Franco @ 2014-06-11 14:20 UTC (permalink / raw)
  To: 'Eric Sandeen', xfs

Thanks for you reply


-----Original Message-----
From: Eric Sandeen [mailto:sandeen@sandeen.net] 
Sent: 10 de junho de 2014 20:31
To: Duarte Franco; xfs@oss.sgi.com
Subject: Re: XFS data lost recover

On 6/10/14, 2:23 PM, Duarte Franco wrote:
> Hi
> 
>  
> 
> I have a Linux RHEL 5.3 server with a XFS partition over lvm on an 
> infortrend Fc storage.

> Recently we have a system failure that corrupt the XFS partition.
> After a xfs_restore the partition was recovered but the lost+found 
> directory contain about 5.5TB of inode files. (almost the total size
> 7TB)
> 

presumably you mean xfs_repair?

lost+found/ is populated with files for which name data has been lost.
There is no great way to recover the names; if there were, xfs_repair would
do it.

Yes it was a xfs_repair.

> 
> After that the partitions were used to write a few more data, without 
> any problem.
> 
> 
> 
> I would like to ask if there is any way to recover the files in
> lost+found directory? Do you have any service to recover these
> files?

The files themselves are not lost, but they have lost their names.

Depending on the data you have in the files, perhaps they are still
recognizable, and could be renamed back to their original locations via
script?

The files are essentially http pages but are thousands of them! Is there any
way to restore the name of the files or is only by their content?

Regards
Duarte

-Eric

> 
> 
> If possible I would prefer to be contacted by email.
> 
>  
> 
> Best Regards
> 
>  
> 
> Duarte Franco
> 
> *AIA*– Area Infra-estruturas Aplicacionais
> 
>  _________________________________________________
> 
> FCT, FCCN
> 
> Av. do Brasil, 101 Apartado 50435 1708-001 Lisboa
> 
> Telf. 300 005 257  Fax 351 21 8472167
> 
> http://www.fccn.pt/ <blocked::http://www.fccn.pt/>
> 
>  
> 
> *Aviso de Confidencialidade*
> 
> Esta mensagem é exclusivamente destinada ao seu destinatário, podendo
conter informação CONFIDENCIAL, cuja divulgação está expressamente vedada
nos termos da lei. Caso tenha recepcionado indevidamente esta mensagem,
solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o
telefone +351 218440100 devendo apagar o seu conteúdo de imediato.
> 
> This message is intended exclusively for its addressee. It may
containCONFIDENTIAL information protected by law. If this message has been
received by error, please notify us via e-mail or by telephone +351
218440100 and delete it immediately.
> 
>  
> 
> 
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XFS data lost recover
  2014-06-11 14:20   ` Duarte  Franco
@ 2014-06-11 14:53     ` Emmanuel Florac
  0 siblings, 0 replies; 4+ messages in thread
From: Emmanuel Florac @ 2014-06-11 14:53 UTC (permalink / raw)
  To: Duarte Franco; +Cc: xfs

Le Wed, 11 Jun 2014 15:20:32 +0100
"Duarte  Franco" <duarte.franco@fccn.pt> écrivait:

> The files are essentially http pages but are thousands of them! Is
> there any way to restore the name of the files or is only by their
> content?
> 

There is no way unfortunately. I've made a perl script that creates a
database of file with their names and inodes to cover precisely this
problem, but you would need to have run it once beforeend to index the
filesystem...

You should try to run the latest xfs_repair first however; you probably
used a very old version. In a similar case a newer xfs_repair was able
to find many files that the previous release couldn't reattach properly
to the filesystem tree.

-- 
------------------------------------------------------------------------
Emmanuel Florac     |   Direction technique
                    |   Intellique
                    |	<eflorac@intellique.com>
                    |   +33 1 78 94 84 02
------------------------------------------------------------------------

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-11 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 19:23 XFS data lost recover Duarte  Franco
2014-06-10 19:30 ` Eric Sandeen
2014-06-11 14:20   ` Duarte  Franco
2014-06-11 14:53     ` Emmanuel Florac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox