Problems with Maxtor ATA/100 Card and knoppix 3.9
I am using Knoppix 3.9 to to boot a machine I have with 2-30GB Maxtor drives that are connected to a Maxtor ATA/100 PCI card. The drives do not show up under /mnt but they do show up when I choose DMA Acceleration (I dont want to use it, just wanted to see what showed up). Here's what dmesg shows:
Probing IDE interface ide4...
hdi: Maxtor 5T030H3, ATA DISK drive
hdj: Maxtor 53073H6, ATA DISK drive
ide4 at 0x8000-0x8007,0x7802 on irq 9
Probing IDE interface ide5...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide5...
hdi: max request size: 128KiB
hdi: 60030432 sectors (30735 MB) w/2048KiB Cache, CHS=59554/16/63
hdi: cache flushes not supported
hdi: hdi1 hdi2 < hdi5 hdi6 > hdi3
hdj: max request size: 128KiB
hdj: 60030432 sectors (30735 MB) w/2048KiB Cache, CHS=59554/16/63
hdj: cache flushes not supported
hdj: hdj1 hdj2
Here is the output from lspci (the Maxtor card shows up as promise)
root@0[~]# lspci
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:04.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:04.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:04.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:04.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
0000:00:07.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) PCI0648 (rev 01)
0000:00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
0000:00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
0000:00:0a.0 Ethernet controller: 3Com Corporation 3c900 10BaseT [Boomerang]
0000:00:0c.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
0000:00:0d.0 Unknown mass storage controller: Promise Technology, Inc. PDC20267 (FastTrak100/Ultra100) (rev 02)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7200]
root@0[~]#
Anyway to get these mounted?
Re: Problems with Maxtor ATA/100 Card and knoppix 3.9
Quote:
Originally Posted by MaldiGola
Anyway to get these mounted?
Knoppix should be able to do it automagically. Out of curiosity, try this code:
Code:
(set -x
cat /proc/partitions
scanpartitions
fdisk -l /dev/hdi
fdisk -l /dev/hdj
) >& post.txt
Please post the output from post.txt
Regards,
- Robert
http://www.cwelug.org