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.
Distribution: Linux Mint 10 x64, Fedora 14 x64, aptosid x64
Posts: 137
Rep:
Hello altarazul.
/dev/hdc is NORMALLY for CD-Roms...unless you have a SATA cd-rom like I do...if I remember correctly, in your case, it would be /dev/hdb5 (/dev is the location, hdb is the second hard drive, and 5 is the partition #)...hope that clears things up (also, for SATA hard drives, it would go like this: first partition of the master drive would be /dev/sda1, second partition on master would be /dev/sda2, and so on...for a second hard drive (slave), it would be /dev/sdb, second would be /dev/sdb2, and so on)
Last edited by fedoralinuxjunkie; 07-12-2008 at 12:57 AM.
/dev/hdc5 with a "normal" (old) IDE configuration (two masters, two slaves). The newest distributions (kernel >= 2.6.26?) use /dev/sdc5, due to a new driver in the kernel. Look into the /dev directory, there is something like this directory /dev/devices (or some such) which in turn contains /by_label and /by-UUID ... they all contain differing valid descriptors for all partitions and devices.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.