From owner-freebsd-questions Sat Nov 11 14:18:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tr909.trackstar.org (adsl-63-195-17-39.dsl.chic01.pacbell.net [63.195.17.39]) by hub.freebsd.org (Postfix) with ESMTP id 218FA37B479 for ; Sat, 11 Nov 2000 14:18:56 -0800 (PST) Received: from localhost (sefkan@localhost) by tr909.trackstar.org (8.11.1/8.11.1) with ESMTP id eABMItP57519 for ; Sat, 11 Nov 2000 14:18:55 -0800 (PST) (envelope-from sefkan@tr909.trackstar.org) Date: Sat, 11 Nov 2000 14:18:50 -0800 (PST) From: Sefkan Botani To: freebsd-questions@freebsd.org Subject: CD-Burning / missing device? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello, > > I've been trying to make a backup of certain directory > and I've run accross some strange problems. > > 1) I have two cd devices, one straight cdrom drive, > and the second (obviously) a burner. > Both are detected and show up as "cd" and "cd1" > respectively. > > dmesg... > cd0 at ahc0 bus 0 target 4 lun 0 > cd0: Removable CD-ROM > SCSI-2 device > cd0: 20.000MB/s transfers (20.000MHz, offset 16) > cd1 at ahc0 bus 0 target 6 lun 0 > cd1: Removable Worm SCSI-2 device > cd1: 3.300MB/s transfers > cd1: Attempt to query device size failed: NOT READY, > medium not present > ...dmesg > > ( > Yes yes I know that the transfer rate is REALLY slow > for "cd1", please ignore that since it's only a temp > hookup - external w/ centronics50 to HD50 adapter - > the likely culprit/bottleneck > ) > > Anyway... > > 2) Despite both "cd" and "cd1" showing up in dmesg, > only "cd0c","cd0a","rcd0c","rcd0a" existed in > /dev. Simple right? Wrong. > I went to /dev and ran the familiar ./MAKEDEV > sequence for "cd1" and the shell deceptively > returned the next prompt; but no devices were > created. So I then tried the following: > ./MAKEDEV cd1 -- returned nothing > ./MAKEDEV rcd1 > rcd1: no such device name > > the same error was returned for "rcd1a","rcd1c" > > > Any ideas? anyone? > How come the MAKEDEV script fails? > And on attempting to create "cd1*" "cd1?" "rcd1?" ? > (switch "*" and "?" with appropriate items "a" "c"...) > > thanks in advance folks :) > -Sefkan Botani > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message