LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Ahhhh ... I think I get it (hardrive labeling) (https://www.linuxquestions.org/questions/linux-general-1/ahhhh-i-think-i-get-it-hardrive-labeling-32344/)

purpleburple 10-09-2002 01:55 PM

Ahhhh ... I think I get it (hardrive labeling)
 
Hi. I have the ASUS A7v133 that has 4 IDE connectors on the motherboard. After doing a 'dmesg' I think I now understand the labeling system.

My first IDE (ATA66)

------- Primary ---- hda
---- hdb

------- Secondary ---- hdc
---- hdd


My Second IDE (ATA100)

----- Primary ---- hde
---- hdf

----- Secondary ---- hdg
---- hdh


I have FOUR 'IDE' connectors on my mobo in pairs of two.
Each connector can have TWO devices on them.

Am I right in all this?


PS I thought hd stood for harddrive. I noticed it's also used as partition labeling. So hd is used for partition labeling AND device labeling?
:) thanks

mcleodnine 10-09-2002 02:00 PM

Quote:

PS I thought hd stood for harddrive. I noticed it's also used as partition labeling. So hd is used for partition labeling AND device labeling?
Yep - but for IDE devices. SCSI uses a different naming convention.

jglen490 10-09-2002 03:01 PM

You got it. Just remember that in Linux everything is considered to be a "file" -- even hardware. Thus your primary IDE master hard drive is identified to a device file called /dev/hda ... and so on.

dewcansam 10-09-2002 04:30 PM

EVERYTHING is a file
ls -lh /proc/kcore
your memory


All times are GMT -5. The time now is 02:32 PM.