From owner-freebsd-questions Mon Oct 26 07:57:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23497 for freebsd-questions-outgoing; Mon, 26 Oct 1998 07:57:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason02.u.washington.edu (jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23492 for ; Mon, 26 Oct 1998 07:57:15 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul2.u.washington.edu (root@saul2.u.washington.edu [140.142.56.21]) by jason02.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id HAA31476; Mon, 26 Oct 1998 07:56:39 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id HAA25408; Mon, 26 Oct 1998 07:56:38 -0800 (PST) Date: Mon, 26 Oct 1998 07:56:20 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Ralf Schade cc: questions@FreeBSD.ORG Subject: Re: build a new kernel In-Reply-To: <36343FB4.CCFADA05@koe.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id HAA23493 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 26 Oct 1998, Ralf Schade wrote: >hello, >now a can build a new kernel and donīt get any errors. >But I canīt mount my CDROM. A have an entry in /etc/fstab >/dev/wcd0c /cdrom cd9660 ro,noauto Dump=0 Pass#=0 > >my CDROM is an E-IDE-CDROM on the secondary Port and there the slave. >In my kernel-config-file I have the entry >controller wdc1 ... >disk wd2 at wcd1 > >device wcd0 You also need an 'options ATAPI' entry in your kernel. >The error message I get if I mount the CDROM is "Device not configured". >After this I make an entry >device wcd3 Take this out of your kernel config. >But I donīt get a device like /dev/wcd3c. > >What is wrong? You only have one cd and it's name is wcd0c. Change directory to /dev then type: ./MAKEDEV wcd0 Also, check that your drive jumper is properly set to master or slave as is appropriate for your system. >And how can I make a mountpoint for a Win95-partition? >Can I work with the long filenames? mount -t msdos /dev/devicename /mnt Yes you can work with long filenames if you have a newer version of FreeBSD. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message