Date: Wed, 3 Dec 2003 09:09:17 -0500 From: "fbsd_user" <fbsd_user@a1poweruser.com> To: <freebsd-questions@freebsd.org> Subject: RE: SCSI Disk not found Message-ID: <MIEPLLIBMLEEABPDBIEGGEFJEPAA.fbsd_user@a1poweruser.com> In-Reply-To: <1070426249.1333.10.camel@dual.mmercer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
You have to add an line to the /etc/fstab file for the second HD. You can mount it as an msdos HD or you can use FBSD to fdisk, label, and format it to FBSD file system. It's up to you and how you want to use it. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Michael E. Mercer Sent: Tuesday, December 02, 2003 11:38 PM To: freebsd-questions@freebsd.org Subject: SCSI Disk not found Hello peoples, I was given a Compaq Proliant 800 machine...its a pentium pro 200 MHz. I got 4.9-Stable installed and everything is running smooth. However, I noticed that is does indeed have two scsi disks, but freebsd only finds one. Attached is the dmesg... notice the sym0 and sym1. Does this supposed to tell me anything? Thanks Michael E Mercer Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.9-STABLE #0: Tue Dec 2 21:45:22 EST 2003 root@slow.nc.rr.com:/usr/src/sys/compile/slow_4_9 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium Pro (199.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA, CMOV> real memory = 301989888 (294912K bytes) avail memory = 288219136 (281464K bytes) Preloaded elf kernel "kernel" at 0xc0491000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc049109c. ccd0-3: Concatenated disk drivers VESA: v1.2, 1024k memory, flags:0x0, mode table:0xc03f8994 (1000014) VESA: STB COMPAQ 5440 Pentium Pro MTRR support enabled md0: Malloc disk npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 pcib1: <IBM 82351 PCI-PCI bridge> at device 8.0 on pci0 pci1: <PCI bus> on pcib1 sym0: <875> port 0x7000-0x70ff mem 0x40100000-0x40100fff,0x40102000-0x401020ff irq 5 at device 4.0 on pci1 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x7400-0x74ff mem 0x40101000-0x40101fff,0x40102100-0x401021ff irq 5 at device 8.0 on pci1 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci1: <Cirrus Logic GD5430 SVGA controller> at 9.0 tl0: <Compaq NetFlex-3/P Integrated> port 0x6000-0x600f mem 0x40000000-0x4000000f irq 9 at device 16.0 on pci0 tl0: Ethernet address: 00:80:5f:35:d8:6d miibus0: <MII bus> on tl0 tlphy0: <ThunderLAN 10baseT media interface> on miibus0 tlphy0: 10base2/BNC, 10base5/AUI, 10baseT, 10baseT-FDX, auto isab0: <Intel 82371SB PCI to ISA bridge> at device 20.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX3 ATA controller> port 0xf100-0xf10f at device 20.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 eisa0: <EISA bus> on motherboard mainboard0: <CPQ0579 (System Board)> on eisa0 slot 0 orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xe8000-0xedfff,0xee000-0xeffff on isa0 pmtimer0 on isa0 pca0 at port 0x40 on isa0 fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: cannot reserve I/O port range IPsec: Initialized Security Association Processing. ncp_load: [210-213] ad1: 8207MB <ST38641A> [16676/16/63] at ata0-slave WDMA2 acd0: CDROM <HITACHI CDR-7930> at ata0-master PIO3 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da0 at sym1 bus 0 target 0 lun 0 da0: <COMPAQ ST34371W 0682> Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 4094MB (8386000 512 byte sectors: 255H 63S/T 522C)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGGEFJEPAA.fbsd_user>