Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hda or hdc?
Name: secrets Date: February 1, 2004 at 11:32:53 Pacific OS: Linux CPU/Ram: 2.4 HT
Comment:
tell me fairly i m confused in linux 7 hdisk partations were called hda# in linux 9 they are called hdb or hdc some like that what is that change?
Name: Jake Date: February 1, 2004 at 15:28:07 Pacific
Reply:
There is no Linux 7 or 9. RedHat is one distribution of GNU/Linux, but there are many others.
ATA hard drives get their device names from how they're attached. The naming scheme doesn't change. Have you changed hardware configuration? hda is the primary master, b the slave, c the secondary master, etc.
0
Response Number 2
Name: 3Dave Date: February 2, 2004 at 03:51:01 Pacific
Reply:
/dev/hda = primary master IDE device /dev/hdb = primary slave IDE device /dev/hdc = secondary master IDE device /dev/hdd = secondary slave IDE device
The numbers at the end refer to the partitions: /dev/hda1 = first primary partition on primary master /dev/hdc3 = third primary partition on secondary master /dev/hdd5 = first logical partition on secondary slave
Summary: Hi all folks, How to make RH9.0 recognize RAID Controller =================================== New installation RH9.0 on a RAID-0 box Partition-1 (Drive-C in Windows) running Win2K Partition-2 (Drive-D...
Summary: Hi all folks, I have a PC running on hardware RAID-0 (RAID pci controller). The HD is partitioned into 2 drives, C and D. Drive-C is running Win2K and Drive-D has not been formatted yet. How shall be ...
Summary: If it is an ide disk, it will be either hda, hdb, hdc or hdd, depending on whether it is primary master primary slave secondary master secondary slave Where did you get hdf from? It wouldn't appear as...