Ide Drive Not Seen By The Kernel With Sata Disk As Boot Disk
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Ide Drive Not Seen By The Kernel With Sata Disk As Boot Disk
Good day,
I successfuly installed Slackware 12.0 on a Dell Optiplex GX520. It's got a SATA disk as the boot device. I added a second, but IDE, new hard drive, but although the BIOS does "see" both drives, fdisk only "sees" the SATA drive, and not the IDE drive.
What command did you give?
If you want to see all dev. as root in a terminal type fdisk -l
EDIT: I should also note that the drive you added will not just show up, you need to mount the drive to use it. If you want the drive to auto mount at boot time you will need to add the drive to your fstab.
Here is a link to a Howto that will get you going.
Last edited by mrrangerman; 12-27-2007 at 11:30 AM.
Reason: add info
I added a second, but IDE, new hard drive, but although the BIOS does "see" both drives, fdisk only "sees" the SATA drive, and not the IDE drive.
Slackware 12 is probably using and old enough kernel to report IDE drives as "/dev/hdX" instead of "/dev/sdX". Run "ls -l /dev/hd* /dev/sd*" to see all disk devices.
Once you find the drive, you will have to mount it by hand or add an entry to fstab. Either way, you have some man pages to read.
In addition you would need to have created one or more partitions then have created a file system on the partition(s) in order to be able to access them, most new drives do not come already partitioned/formatted.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.