In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you how to install CentOS 6.x error report "Disk sda contains BIOS RAID metadata" solution, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Today, when installing CentOS6.2, when it comes to testing the hard drive, it is always difficult to pass, and the error is as follows: Disk sda contains BIOS RAID metadata, but is not part of any recognized BIOS RAID sets. Ignoring disk sda
This situation is similar in Ubuntu,SUSE, but the hints are not quite the same.
Sometimes it's sda, sometimes it's sdb.
It feels like this hard drive has done raid before, but now I don't recognize it. What to do.
When entering the installation selection menu
Press the TAB key to enter the command line mode of Linux, then add nodmraid after the startup command line (note that a space is added first) and press ENTER.
After entering the installation process, you will find that the hard drive is found.
The nodmraid command is to turn off the array
It is possible to install the system in this way, but this is required every time the system is reinstalled. How to solve the problem completely.
I tried to be in first aid mode.
Dmraid-r-E / dev/sdb
But report the error.
It seems that we can only put the hard drive on another machine to see what's going on.
Start to deal with this problem right away at work. Put the hard drive on another machine
# dmraid-rE / dev/sdb
No raid disks and with names: "/ dev/sdb"
No. Search on the Internet, some friends give an easier way, use parted
# parted / dev/sdb-- script mklabel gpt
# parted / dev/sdb-- script-- mkpart primary 0-1
Warning: The resulting partition is not properly aligned for best performance.
# parted / dev/sdb-- script print
Model: ATA TOSHIBA MK1002TS (scsi)
Disk / dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
NumberStart End Size File system Name Flags
1 17.4kB 1000GB 1000GB primary finished processing, put back to the original machine, unexpectedly no problem, successfully installed the system.
If so, it should be no problem to run parted in emergency mode.
If not, the last resort is DD.
Ddif=/dev/null of=/dev/sda bs=512 count=1
The above is all the contents of the article "how to install CentOS 6.x error report" Disk sda contains BIOS RAID metadata "solution". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.