Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-19-2008, 11:42 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2007
Posts: 13
Rep:
|
How to register new HD with OS?
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!
Thanks,
John
|
|
|
|
03-19-2008, 12:54 PM
|
#2
|
|
Senior Member
Registered: Oct 2003
Posts: 2,280
Rep: 
|
Is the new drive detected in the bios setup? If not, it's probably defective. If it is, see if your system can see the drive by running:
# /sbin/fdisk -l
and/or:
$ cat /proc/partitions
|
|
|
|
03-19-2008, 12:55 PM
|
#3
|
|
Senior Member
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334
Rep:
|
Quote:
Originally Posted by johnfman
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.
|
|
|
|
03-19-2008, 02:05 PM
|
#4
|
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,259
|
Try
Code:
dmesg | grep -i ata
dmesg | grep -i scsi
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.
|
|
|
|
03-19-2008, 07:33 PM
|
#5
|
|
Senior Member
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334
Rep:
|
Quote:
Originally Posted by theNbomr
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 believe he meant to say RHEL 4.3, as I don't believe any redhats prior to 6 actually worked well enough to still boot today.
good idea on dmesg, though.. always good to check there too.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:37 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|