Results 1 to 6 of 6
Hello,
I have purchased a new Hard disk of 500Gb( "WD5000BEVT" SATA-SAS drive). My Hard disk is not detected by CentOS 5.4
#uname -mr
2.6.32.10 i686
I tried to load ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
SATA SAS Hard drive is not detected
Hello,
I have purchased a new Hard disk of 500Gb( "WD5000BEVT" SATA-SAS drive). My Hard disk is not detected by CentOS 5.4
#uname -mr
2.6.32.10 i686
I tried to load the mtp2sas driver still it is not detecting the HDD
I also saw cat /proc/bus/pci/devices
My Hard disk is not even detected by PCI Bus.
Kudos please help me on this.
- 09-16-2011 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,744
Why do you not think it is detected? It may be detected, but just not be auto-mounting. Open up a terminal as root and:
Run this command to display disk info / partition table info of all attached hard drives:
Run this command to show you the model names of attached disks:Code:fdisk -l
[/code]Code:grep -H . /sys/block/sd*/device/model
- 09-19-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
SATA SAS drive not detected
fdisk -l output
-bash-3.1# fdisk -l
Disk /dev/sda: 4021 MB, 4021936128 bytes
16 heads, 63 sectors/track, 7793 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1 472+ 83 Linux
/dev/sda2 2 3683 1855728 83 Linux
/dev/sda3 3684 7365 1855728 83 Linux
/sys/block/sd*
is not detecting my Hardd drive
- 09-19-2011 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,744
Have you confirmed that the drive is being detected by the computer at the BIOS level? If not, reboot and enter the BIOS (usually the Del or F1 or F2 key). In one of the main screens of the BIOS you should see detected hard drives.
If it is not there, then I would suggest powering off the PC and checking the SATA cables (both data and power) going from the drive to the motherboard.
It might also be prudent to check the motherboard documentation for information on the proper procedure for connecting additional hard drives.
- 09-20-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
- 09-20-2011 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,744
That is indeed mysterious.
Have you checked the output of dmesg for any hints?, e.g.:
Is it possible to download and boot the CentOS 6.0 LiveCD, to see if the updated kernel makes a difference?Code:dmesg|grep sd


Reply With Quote

