From owner-freebsd-questions Sun Nov 23 16:27:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA16347 for questions-outgoing; Sun, 23 Nov 1997 16:27:18 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA16337 for ; Sun, 23 Nov 1997 16:27:16 -0800 (PST) (envelope-from bsampley@bsampley.vip.best.com) Received: from bsampley (bsampley.vip.best.com [206.184.160.196]) by proxy3.ba.best.com (8.8.7/8.8.BEST) with SMTP id QAA11223 for ; Sun, 23 Nov 1997 16:26:22 -0800 (PST) Date: Sun, 23 Nov 1997 16:22:48 -0800 (PST) From: Burton Sampley X-Sender: bsampley@bsampley To: questions@FreeBSD.org Subject: problem mounting /cdrom w/ 2.2.5-R Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Greetings, I just completed a new install of 2.2.5-R on to a 'virgen' HD at work. I'm having a strange problem I don't understand. If I try to mount a cdrom with mount /cdrom (as root) I get the following error: root@thingie(101)# mount /cdrom cd9660: /dev/cd0a: Device not configured root@thingie(102)# cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/sd0s1b none swap sw 0 0 /dev/sd0a / ufs rw 1 1 /dev/sd0s1f /usr ufs rw 2 2 /dev/sd0s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 /dev/cd0a /cdrom cd9660 ro,noauto 0 0 root@thingie(103)# If I try mounting the *same* cdrom with mount_cd9660 /dev/cd0a or mount -t cd9660 /dev/cd0a it works. I have included a copy of my /etc/fstab which has not been modified since the install. Any ideas? Here's the output from dmesg; Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-RELEASE #0: Tue Oct 21 14:33:00 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC CPU: i486DX (486-class CPU) real memory = 16777216 (16384K bytes) avail memory = 14438400 (14100K bytes) ahc0: at 0x1c00-0x1cff irq 11 on eisa0 slot 1 ahc0: aic7770 >= Rev E, Single Channel, SCSI Id=7, 4 SCBs ahc0 waiting for scsi devices to settle (ahc0:0:0): "QUANTUM FIREBALL ST2.1S 0F0C" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 2068MB (4235629 512 byte sectors) (ahc0:1:0): "QUANTUM MAVERICK 540S 0905" type 0 fixed SCSI 2 sd1(ahc0:1:0): Direct-Access 516MB (1057758 512 byte sectors) (ahc0:2:0): "QUANTUM MAVERICK 540S 0905" type 0 fixed SCSI 2 sd2(ahc0:2:0): Direct-Access 516MB (1057758 512 byte sectors) (ahc0:3:0): "TOSHIBA CD-ROM XM-3701TA 2965" type 5 removable SCSI 2 cd0(ahc0:3:0): CD-ROM can't get the size (ahc0:4:0): "ARCHIVE Python 25588-XXX 2.96" type 1 removable SCSI 2 st0(ahc0:4:0): Sequential-Access density code 0x0, variable blocks, write-enabled Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 10 on isa ed0: address 00:40:c7:59:d1:aa, type NE2000 (16 bit) sio0 not found at 0x3f8 sio1 not found at 0x2f8 lpt0 not found at 0xffffffff fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in npx0 flags 0x1 on motherboard npx0: INT 16 interface changing root device to sd0a cd0(ahc0:3:0): NOT READY asc:3a,0 Medium not present cd0(ahc0:3:0): NOT READY asc:3a,0 Medium not present - - burton - - --------------- Burton Sampley bsampley@best.com or bsampley@haywire.csuhayward.edu PGP key available at http://www.best.com/~bsampley/pgp.html -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNHjI4Ht2O8KJtMdBAQE2kwP8DNZj6K+FLsfvZphO9mnEivf7G9QJJmDU 1nDdnoFe+dNTcoe7HoNsONWU9n7XID0EhtyiZLfreSiJgbCMzCEbbPwPPaiT7/6d iWfJC7h0MkJ2wpimckGhjTP78z99tQHiGFBfmoWF8yzIqqaDmKUVwWCn1sOdpZo1 NYv7dDEd0rE= =M1iZ -----END PGP SIGNATURE-----