Raid 1 folder recovery

  • Hello everybody. I had problems with OMV 3, it stopped working and I was forced to install the new version (OMV6). The only problem is that I no longer see the data contained within the disks (RAID1), but the data within the disks are there. I see the occupied space, so I assume the data is inside. I need to recover them, how can I do?

  • Perfect, ths :)


    cat /proc/mdstat

    Code
    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
    md127 : active raid1 sdc[1] sdb[0]
          2930135488 blocks super 1.2 [2/2] [UU]
          bitmap: 0/22 pages [0KB], 65536KB chunk
    
    unused devices: <none>


    blkid

    Code
    /dev/sda1: UUID="4349d75e-04b5-4553-a4b7-c8853da12ea6" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3afdf993-01"
    /dev/sda5: UUID="8f759511-1f3e-43f5-b7fd-9f5fce9ed5e5" TYPE="swap" PARTUUID="3afdf993-05"
    /dev/sdc: UUID="5a6eff1f-334c-e303-9eff-940baca7249b" UUID_SUB="d421a345-f254-58c2-ea58-99a799086d7d" LABEL="cloudexpert:InternalCloud" TYPE="linux_raid_member"
    /dev/sdb: UUID="5a6eff1f-334c-e303-9eff-940baca7249b" UUID_SUB="5276f338-dc24-a649-1e76-e5df87db42d3" LABEL="cloudexpert:InternalCloud" TYPE="linux_raid_member"
    /dev/md127: LABEL="CloudUnieuro" UUID="ba00ed29-d7e9-4ce3-9683-08f880581c97" BLOCK_SIZE="4096" TYPE="ext4"


    fdisk -l | grep "Disk "

    Code
    Disk /dev/sda: 29,82 GiB, 32017047552 bytes, 62533296 sectors
    Disk model: TS32GSSD370S
    Disk identifier: 0x3afdf993
    Disk /dev/sdc: 2,73 TiB, 3000592982016 bytes, 5860533168 sectors
    Disk model: WDC WD30EFRX-68E
    Disk /dev/sdb: 2,73 TiB, 3000592982016 bytes, 5860533168 sectors
    Disk model: WDC WD30EFRX-68E
    Disk /dev/md127: 2,73 TiB, 3000458739712 bytes, 5860270976 sectors



    mdadm --detail --scan --verbose

    Code
    ARRAY /dev/md/InternalCloud level=raid1 num-devices=2 metadata=1.2 name=cloudexpert:InternalCloud UUID=5a6eff1f:334ce303:9eff940b:aca7249b
       devices=/dev/sdb,/dev/sdc
  • geaves

    Hat das Label OMV 6.x hinzugefügt.
  • chente

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!