LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fifth drive on linux (https://www.linuxquestions.org/questions/linux-software-2/fifth-drive-on-linux-13372/)

reverand_13 02-02-2002 10:32 AM

fifth drive on linux
 
I have

hda linux
hdb win
hdb cdrom
hdd cdrw

hd? my other hd iwht no os connected to
my pci card (ata/100)

cant figure out what to put in fstab to tell it that there is a fifth drive and this is where it is

thanks in advance

bpestilence 02-02-2002 10:44 AM

What distrabution? In Red Hat 7.2, I use two Hard drives, and two CD drives. Unlike what you have written, mine are labeled:

hda1
hdb2
cdrom
cdrom1


I am confused as to why Linux would set your CD drives as hard drives?

acid_kewpie 02-02-2002 10:56 AM

hdX is simplay a reference to an IDE drive, not necessarily a hard disk. bpestilence, if you do 'ls -l /dev/cdrom' it'll point to /dev/hdc or such like.

if your ide card is setup up normally, you will have hde/f and so forth. run 'fdisk -l' to show the conected hard drives and their partitions

mcleodnine 02-03-2002 12:56 PM

You might want to look at your /var/log/boot.msg - mine looks like this...
Code:

<6>Uniform Multi-Platform E-IDE driver Revision: 6.31
<4>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
<4>PIIX4: IDE controller on PCI bus 00 dev 21
<4>PCI: Enabling device 00:04.1 (0000 -> 0001)
<4>PIIX4: chipset revision 1
<4>PIIX4: not 100%% native mode: will probe irqs later
<4>PIIX4: neither IDE port enabled (BIOS)
<4>PDC20262: IDE controller on PCI bus 00 dev 58
<6>PCI: Found IRQ 10 for device 00:0b.0
<4>PDC20262: chipset revision 1
<4>PDC20262: not 100%% native mode: will probe irqs later
<4>PDC20262: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
<4>    ide0: BM-DMA at 0x8800-0x8807, BIOS settings: hda:pio, hdb:pio
<4>    ide1: BM-DMA at 0x8808-0x880f, BIOS settings: hdc:pio, hdd:pio
<4>PDC20262: IDE controller on PCI bus 00 dev 60
<6>PCI: Found IRQ 11 for device 00:0c.0
<4>PDC20262: chipset revision 1
<4>PDC20262: not 100%% native mode: will probe irqs later
<4>PDC20262: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
<4>    ide2: BM-DMA at 0x7000-0x7007, BIOS settings: hde:pio, hdf:pio
<4>    ide3: BM-DMA at 0x7008-0x700f, BIOS settings: hdg:pio, hdh:pio
<4>hda: MAXTOR 6L060L3, ATA DISK drive
<4>hdc: MAXTOR 6L060L3, ATA DISK drive
<4>hde: MAXTOR 6L060L3, ATA DISK drive
<4>ide0 at 0xa000-0xa007,0x9802 on irq 10
<4>ide1 at 0x9400-0x9407,0x9002 on irq 10
<4>ide2 at 0x8400-0x8407,0x8002 on irq 11
<6>hda: 117266688 sectors (60041 MB) w/1819KiB Cache, CHS=116336/16/63, UDMA(66)
<6>hdc: 117266688 sectors (60041 MB) w/1819KiB Cache, CHS=116336/16/63, UDMA(66)
<6>hde: 117266688 sectors (60041 MB) w/1819KiB Cache, CHS=116336/16/63, UDMA(66)

This is from a system with two Promise ATA/66 controllers and three 60Gb drives (a small RAID5 array) with the root filesystem living on a pair of SCSI 9Gb Cheetahs.

If your system can't see the drive it may the case that you need kernel support for the controller. If you could tell us which one you're using...

reverand_13 02-04-2002 11:44 PM

still lost
 
from fdisk -l gave:



Disk /dev/hda: 16 heads, 63 sectors, 77545 cylinders
Units = cylinders of 1008 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 21 10552+ 83 Linux
/dev/hda2 22 77545 39072096 5 Extended
/dev/hda5 22 10180 5120104+ 83 Linux
/dev/hda6 10181 10688 256000+ 82 Linux swap
/dev/hda7 10689 77545 33695896+ 83 Linux

Disk /dev/hdb: 255 heads, 63 sectors, 1582 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1582 12707383+ c Win95 FAT32 (LBA)


there is no file /var/log/boot.msg


All times are GMT -5. The time now is 04:28 PM.