NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

JorgeTC's avatar
JorgeTC
Aspirant
Jan 11, 2022
Solved

Recover data from ReadyNAS RAID1 with chassis and one disk faulty

Hi all, I have a ReadyNAS duo v2 with 2TB disks in RAID1. One of the disks has been broken and the other is not accesible from the ReadyNAS web interface, the only one option I have is to format the...
  • JorgeTC's avatar
    JorgeTC
    Jan 12, 2022

    Simplemente me faltaba reiniciar el sistema operativo con la nueva tabla de particiones creada con la herramienta "testdisk".

     

    Una vez reiniciado el comando vgscan ya reconoce el volúmen LVM y con los siguientes comandos logro montar la partición y visualizar toda la información existente en el disco:

     

    # vgscan
    # vgchange -a y
    # mount /dev/c/c /mnt

     Saludos,