Morning all,
After problems with myprevious install I have done a clean install of 7.4 onto my server. I now want to add a second HD which is identical to the current one. I have gone into the console and clicked on option 5 and asked it to add the disk. After a blue screen for a few seconds it goes back to the menu but does not start the raid recovery.
I have checked my message log and attach it as follows.
Aug 11 09:27:01 cfs4 add_drive_to_raid:
Aug 11 09:27:01 cfs4 add_drive_to_raid: sfdisk: ERROR: sector 0 does not have an msdos signature
Aug 11 09:27:01 cfs4 add_drive_to_raid:
Aug 11 09:27:01 cfs4 add_drive_to_raid: Disk /dev/hdc: 38913 cylinders, 255 heads, 63 sectors/track
Aug 11 09:27:01 cfs4 add_drive_to_raid: /dev/hdc: unrecognized partition
Aug 11 09:27:01 cfs4 add_drive_to_raid: Old situation:
Aug 11 09:27:01 cfs4 add_drive_to_raid: No partitions found
Aug 11 09:27:01 cfs4 add_drive_to_raid: New situation:
Aug 11 09:27:01 cfs4 add_drive_to_raid: Units = blocks of 1024 bytes, counting from 0
Aug 11 09:27:01 cfs4 add_drive_to_raid:
Aug 11 09:27:01 cfs4 add_drive_to_raid: Device Boot Start End #blocks Id System
Aug 11 09:27:01 cfs4 add_drive_to_raid: /dev/hdc1 * 0+ 104384 104384+ fd Linux raid autodetect
Aug 11 09:27:01 cfs4 add_drive_to_raid: /dev/hdc2 104385 312568671 312464287 fd Linux raid autodetect
Aug 11 09:27:01 cfs4 add_drive_to_raid: /dev/hdc3 0 - 0 0 Empty
Aug 11 09:27:01 cfs4 add_drive_to_raid: /dev/hdc4 0 - 0 0 Empty
Aug 11 09:27:01 cfs4 add_drive_to_raid: Warning: partition 1 does not end at a cylinder boundary
Aug 11 09:27:01 cfs4 add_drive_to_raid: Successfully wrote the new partition table
Aug 11 09:27:01 cfs4 add_drive_to_raid:
Aug 11 09:27:01 cfs4 add_drive_to_raid: Re-reading the partition table ...
Aug 11 09:27:04 cfs4 kernel: hdc: hdc1 hdc2
Aug 11 09:27:04 cfs4 add_drive_to_raid: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
Aug 11 09:27:04 cfs4 add_drive_to_raid: to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
Aug 11 09:27:04 cfs4 add_drive_to_raid: (See fdisk(8).)
Aug 11 09:27:04 cfs4 add_drive_to_raid:
Aug 11 09:27:14 cfs4 add_drive_to_raid: mdadm: Cannot open /dev/hdc1: Device or resource busy
Aug 11 09:27:14 cfs4 add_drive_to_raid:
Aug 11 09:27:14 cfs4 add_drive_to_raid: Checking partitions on /dev/hdc...
Aug 11 09:27:14 cfs4 add_drive_to_raid:
Aug 11 09:27:14 cfs4 add_drive_to_raid: Going to add /dev/hdc1 to /dev/md1
Aug 11 09:27:16 cfs4 add_drive_to_raid: mdadm: Cannot open /dev/hdc2: Device or resource busy
Aug 11 09:27:16 cfs4 add_drive_to_raid: Going to add /dev/hdc2 to /dev/md2
Aug 11 09:27:33 cfs4 add_drive_to_raid:
Aug 11 09:27:33 cfs4 add_drive_to_raid: Waiting for boot partition to sync before installing grub...
Aug 11 09:27:33 cfs4 add_drive_to_raid: Probing devices to guess BIOS drives. This may take a long time.
Aug 11 09:27:33 cfs4 add_drive_to_raid:
Aug 11 09:27:33 cfs4 add_drive_to_raid:
Aug 11 09:27:33 cfs4 add_drive_to_raid: GNU GRUB version 0.95 (640K lower / 3072K upper memory)
Aug 11 09:27:33 cfs4 add_drive_to_raid:
Aug 11 09:27:33 cfs4 add_drive_to_raid: [ Minimal BASH-like line editing is supported. For the first word, TAB
Aug 11 09:27:33 cfs4 add_drive_to_raid: lists possible command completions. Anywhere else TAB lists the possible
Aug 11 09:27:33 cfs4 add_drive_to_raid: completions of a device/filename.]
Aug 11 09:27:33 cfs4 add_drive_to_raid: grub> device (hd0) /dev/hdc
Aug 11 09:27:33 cfs4 add_drive_to_raid: grub> root (hd0,0)
Aug 11 09:27:33 cfs4 add_drive_to_raid: Filesystem type unknown, partition type 0xfd
Aug 11 09:27:33 cfs4 add_drive_to_raid: grub> setup (hd0)
Aug 11 09:27:33 cfs4 add_drive_to_raid:
Aug 11 09:27:33 cfs4 add_drive_to_raid: Error 17: Cannot mount selected partition
Aug 11 09:27:33 cfs4 add_drive_to_raid: grub> quit
I have tried deleting the partitions and this command dd if=/dev/zero of=/dev/hdc bs=512 count=1
but it still comes up with the same Error 17 Cannot mount selected partition.
Can anybody please help me with this?
Many thanks
Mike