[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xfs recovery filesystem




Un saluto a tutta la lista.



Un mio hard disk ha deciso di non funzionare più.

Qualche giorno fa, salvando dei dati ha dato degli errori su dei
blocchi, il giorno dopo riaccendendo non funzionava più nulla.

In calce posto parte degli errori presenti nei log.
Provato a recuperare con i comandi canonici:

fsck
xfs_check
xfs_repair -L

ma non ho concluso nulla. I dati in questione sono già in salvo con
un:

mount -r /dev/sdc1 $MOUNTPOINT -t xfs -o norecovery

quindi posso fare qualunque cosa, ma siccome ho già fatto un:

badblocks -snv /dev/sdc1

su tutta la superficie senza incontrare errori penso che il problema
possa essere solo software e recuperare il filesystem, con i dati già
li contenuti.
Cos'altro posso fare?

Altra domanda, su hard disk di backup, che quindi hanno poco traffico
ma dove vi è richiesta altissima affidabilità quale filesystem è
consigliato?

Tiziano.



[ 8320.817561] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 8320.817564] sd 10:0:0:0: [sdc] CDB: 
[ 8320.817567] Write(10): 2a 00 57 54 43 60 00 00 02 00
[ 8320.817579] end_request: I/O error, dev sdc, sector 1465140064


[ 8320.821978] XFS (sdc1): metadata I/O error: block 0x57544322
("xlog_recover_iodone") error 5 numblks 1 [ 8320.824096] XFS (sdc1):
xfs_do_force_shutdown(0x1) called from line 388 of
file /build/linux-lq6CKI/linux-3.12.9/fs/xfs/xfs_log_recover.c.  Return
address = 0xffffffffa099a8ab [ 8320.824374] XFS (sdc1): log
mount/recovery failed: error 5 [ 8320.824535] XFS (sdc1): log mount
failed


root@PC:/home/user# xfs_check /dev/sdc1
ERROR: The filesystem has valuable metadata changes in a log which
needs to be replayed.  Mount the filesystem to replay the log, and
unmount it before re-running xfs_check.  If you are unable to mount the
filesystem, then use the xfs_repair -L option to destroy the log and
attempt a repair. Note that destroying the log may cause corruption --
please attempt a mount of the filesystem before doing this.

root@PC:/home/user# xfs_repair -L /dev/sdc1
Phase 1 - find and verify superblock...
superblock read failed, offset 0, size 524288, ag 0, rval -1

fatal error -- Errore di input/output


Reply to: