RAID disks = PITA in more ways than one

1

116e32s

I tried to install Centos 7 on an old PC that had Vista on it.
But installer did not detect any disks. Drove me mad for hours.
Eventually I found out this PC originally had RAID mirror on it.
One of the drives shat itself, so owner carried on using one disk,
just by deselecting RAID in BIOS, and Windows Vista would still boot.
Now when a RHEL 7 derivative linux glimpses RAID signature at start of a
hard drive, it will do a Sargeant Schultz "I see nothing".
Previous versions of Centos would tell you it was RAID a member,
but not the new 7.
 
Y

Yousuf Khan

I tried to install Centos 7 on an old PC that had Vista on it.
But installer did not detect any disks. Drove me mad for hours.
Eventually I found out this PC originally had RAID mirror on it.
One of the drives shat itself, so owner carried on using one disk,
just by deselecting RAID in BIOS, and Windows Vista would still boot.
Now when a RHEL 7 derivative linux glimpses RAID signature at start of a
hard drive, it will do a Sargeant Schultz "I see nothing".
Previous versions of Centos would tell you it was RAID a member,
but not the new 7.

You should be able to replace the MBR on the partition with a non-RAID
type, without losing data.

Yousuf Khan
 
G

Grant

You should be able to replace the MBR on the partition with a non-RAID
type, without losing data.

Write zeroes to the entire drive (use dd), acts like a low-level format,
freshens up any weak blocks too.

Example: "dd if=/dev/zero bs=4k of=/dev/sdX" where X if the drive selector.

Do this from the installer command line (Slackware can) or use a live CD.

Grant.
 
Y

Yousuf Khan

Write zeroes to the entire drive (use dd), acts like a low-level format,
freshens up any weak blocks too.

Example: "dd if=/dev/zero bs=4k of=/dev/sdX" where X if the drive selector.

Do this from the installer command line (Slackware can) or use a live CD.

Except, I thought he was trying to preserve data? What you suggest he do
will overwrite all data including metadata completely.

Yousuf Khan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top