Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default SATA Drives

    Maybe someone here can help me with this problem,

    I installed 2 SATA raptors drives on my server. I formatted/partitioned one of the drives through WHM. After rebooting both drives disappeared. They are still detected within the BIOS but not in CentOS. It is possible that I installed a wrong driver or made a bad configuration change.

    Server Info:

    CentOS 4.6 64bit
    cPanel/WHM
    Motherboard: http://www.supermicro.com/products/m.../X6DVL-EG2.cfm
    OS is running on a 250GB IDE drive
    2 SATA WD Raptors (That I am trying to get to work)


    Any help would be greatly appreciated.

    Thanks

  2. #2
    Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    CompufixHosting ,

    if you would post the output of /sbin/fdisk -l , it will really help to determine what kind of issue you have. we need to know how many HD and partitions are there ..

    in general , when you make a partition, you have to make a mount point and mount the partition to it .

    BTW, I have never formatted/partitioned through WHM. I usually do them using command lines. if you need help doing so, just ask

  3. #3
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    Disk /dev/hda: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 13 104391 83 Linux
    /dev/hda2 14 1318 10482412+ 83 Linux
    /dev/hda3 1319 2232 7341705 83 Linux
    /dev/hda4 2233 30401 226267492+ 5 Extended
    /dev/hda5 2233 2493 2096451 82 Linux swap
    /dev/hda6 2494 2754 2096451 83 Linux
    /dev/hda7 2755 2885 1052226 83 Linux
    /dev/hda8 2886 30401 221022238+ 83 Linux

  4. #4
    Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    There is only one hard drive which is /dev/hda = 250 GB
    Your system don't recognize the additional hard drive.

    it will be helpful if you post the output of dmesg | egrep 'sd[a-d]?'
    it should print out the bootup messages that is related to sata hard drive ..

  5. #5
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    That command did not come back with anything when I typed it in.

    I typed dmesg | egrep 'sd[a-d]?'

  6. #6
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    However here is the whole dmesg log:

    http://split-dns.net/dmesg.log

  7. #7
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    Well, I know they are connected properly as they are seen in the BIOS and have previously worked.

  8. #8
    Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    the way I see it now is that the kernel don't see/recognize sata hard drive at all. The reason I can think of is that they probably are not connected to/installed on the machine correctly . I would double check that before I go any further.

    In general , when the hard drive is connected to the machine correctly , it will show up in the boot log , here is an example of my own machine :

    [root@localhost ~]# dmesg | egrep 'sd[a-d]?' | head -30
    SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 3a 00 00
    SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 3a 00 00
    SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    da: sda1 sda2 sda3 < sda5 > sda4
    sd 0:0:0:0: Attached scsi disk sda
    SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
    sdb: Write Protect is off
    sdb: Mode Sense: 00 3a 00 00
    ....
    ...
    etc.

    I wish I could help you more, but I hope the above information is helpful.

  9. #9
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    Well, I know they are connected properly as they are seen in the BIOS and have previously worked like a week ago.

  10. #10
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    I received the following msgs when upgrading the kernal:

    WARNING: No module aarich found for kernel 2.6.9-67.0.1.EL, continuing anyway
    WARNING: No module aar81xx found for kernel 2.6.9-67.0.1.EL, continuing anyway
    WARNING: No module adpahci found for kernel 2.6.9-67.0.1.EL, continuing anyway


    Not sure if it has anything to do with this problem.

  11. #11
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    Suprisingly after upgrading the kernal and rebooting the drives are now detected. Now what would be the best way to create a software RAID? Or would you recommend just using the drives seperatly?

  12. #12
    Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    hey :

    I just notice that you post the boot log : Here was your issue :

    divert: not allocating divert_blk for non-ethernet device lo
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Probing IDE interface ide0...
    hda: WDC WD2500JB-00REA0, ATA DISK drive
    ide1: I/O resource 0x170-0x177 not free.
    ide1: ports already in use, skipping probe


    google it ! I found many people had the same issue when they have IDE and SATA hard drive in the same machine . it seems to me that it was an issue and it has already been fixed in the last kernel release .

    HTH .
    Last edited by SecFilterEngine; 02-01-2008 at 11:01 PM.

  13. #13
    Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    Quote Originally Posted by CompufixHosting View Post
    Suprisingly after upgrading the kernal and rebooting the drives are now detected. Now what would be the best way to create a software RAID? Or would you recommend just using the drives seperatly?
    it really depends on what you need them for ..

  14. #14
    Member
    Join Date
    Nov 2005
    Posts
    30

    Default

    I am going to use the raptors for customer data and use the 250GB IDE for backups.

Similar Threads & Tags
Similar threads

  1. Smartcheck for SATA drives
    By yaax in forum cPanel and WHM Discussions
    Replies: 19
    Last Post: 10-20-2008, 10:46 AM
  2. SATA 500G very slow
    By pedsil in forum Database Discussions
    Replies: 1
    Last Post: 06-28-2008, 09:47 PM
  3. Upgrade Server Disk IDE to Sata
    By Tymsah in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-09-2007, 04:12 PM
  4. whm doesn't report SATA drives
    By ANewDay in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-29-2006, 11:21 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube