Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
OK, one of my customers has put a new 500G drive into one of the slots in a Dell rack server. The box is running RedHat 4.3. I want to partition the drive and make filesystems, but nothing in the OS (that I know of) recognizes the new drive. There are no additional /dev/sd* files, no additional /dev/hd* files; lvm isn't aware of it, and the dmesg messages dont mention a new drive at all.
Is there a utility I need to run that will find the new drive and make it visible? I'm stymied!
Is there a utility I need to run that will find the new drive and make it visible? I'm stymied!
There is no utility, per se, other then the typical tools.
as root or sudoer, do an "fdisk -l" If it doesn't show up in that list, then the computer doesn't see it. It's likely a BIOS issue at that point... maybe the port the drive is plugged into is setup for RAID in the BIOS? Maybe the BIOS is set to some sort of legacy combo mode for IDE/SATA that remaps the ports & the port the new drive is on has been mapped away?
fdisk -l should show you all the drives on your system, however, so that's where you want to start.
See if the new drive shows up somewhere. With a distro that ancient, it may be that the kernel cannot recognize a modern drive due to its capacity or the type of interface. I doubt that the BIOS is an issue. I've seen numerous cases where the drive hardware was not recognized by the BIOS, but the linux kernel still handled it properly. Mind you, that was not on a pre-2.x kernel....
Strongly suggest upgrading.
--- rod.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.