From owner-freebsd-questions Fri Sep 17 2:21:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from studentmail.liu.se (student.liu.se [130.236.230.10]) by hub.freebsd.org (Postfix) with ESMTP id B791514E9C for ; Fri, 17 Sep 1999 02:18:58 -0700 (PDT) (envelope-from johpe159@student.liu.se) Received: from student.liu.se (b152.ryd.student.liu.se [130.236.233.152]) by studentmail.liu.se (Postfix) with ESMTP id 5BDBC5AC41 for ; Fri, 17 Sep 1999 11:18:22 +0200 (MET DST) Message-ID: <37E1EB35.D4778C98@student.liu.se> Date: Fri, 17 Sep 1999 09:18:13 +0200 From: Johan Pettersson X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-19990909-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: device name ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I don't understand how fbsd name thier dev. From dmesg wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 9641MB (19746720 sectors), 19590 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, accel, dma, iordis acd0: drive speed 4134KB/sec, 1024KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: supported write types: CD-R, CD-RW, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-R 120mm data disc loaded, unlocked wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordy acd1: drive speed 1377KB/sec, 128KB cache acd1: supported read types: CD-DA acd1: Audio: play, 255 volume levels acd1: Mechanism: ejectable tray acd1: Medium: CD-ROM 120mm data disc loaded, unlocked A nice fellow named ken helped me to mount the cd-rw. mount_cd9660 /dev/wcd0c /mnt ^^^^^ How do you read that from dmesg ? I have installed a cdrom-player, so I tried mount_cd9660 /dev/wcd1c /mnt , but it din't work =) Can someone xplain how to read dmesg ( device names) ? //thx Johan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message