Hello all,
on a 7.5.1 system with a single 320Gb drive and a non-existent system admin, the disk produced errors. smartctl -t short shows that the drive fails even the small test.
I installed a second 640Gb disk, in the hope that a sync can be performed. md1 (boot) syncs ok, but the rest filesystem does not and restarts obviously due to read error (hdc is the old/failed 320Gb disk):
Jan 28 05:04:18 sme-server kernel: hdc: read_intr: status=0x51 { DriveReady SeekComplete Error }
Jan 28 05:04:18 sme-server kernel: hdc: read_intr: error=0x40 { UncorrectableError }, LBAsect=121288638, high=7, low=3848126, sector=121288637
Jan 28 05:04:18 sme-server kernel: ide: failed opcode was: unknown
Jan 28 05:04:18 sme-server kernel: end_request: I/O error, dev hdc, sector 121288637
Jan 28 05:04:18 sme-server kernel: raid1: hdc: unrecoverable I/O read error for block 121079680
Jan 28 05:04:18 sme-server kernel: md: md2: sync done.
Jan 28 05:04:18 sme-server kernel: md: syncing RAID array md2
Jan 28 05:04:18 sme-server kernel: md: minimum _guaranteed_ reconstruction speed: 1000 KB/sec/disc.
Jan 28 05:04:18 sme-server kernel: md: using maximum available idle IO bandwith (but not more than 200000 KB/sec) for reconstruction.
Jan 28 05:04:18 sme-server kernel: md: using 128k window, over a total of 312464128 blocks.
# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 hdc2[0] hda2[2]
312464128 blocks [2/1] [U_]
[==>..................] recovery = 14.9% (46712320/312464128) finish=2440.7min speed=1814K/sec
md1 : active raid1 hdc1[0] hda1[1]
104320 blocks [2/2] [UU]
unused devices: <none>
Any way I can somehow sync the two drives, in order to completely remove the old one? The only thing that comes to mind is finding the sysadmin and shooting him right in the eye. But it definitely would not help here :/