From owner-freebsd-questions Sun Feb 11 17:38:45 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25273 for questions-outgoing; Sun, 11 Feb 1996 17:38:45 -0800 (PST) Received: from cwbone.bsi.com.br ([200.250.250.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA25245 for ; Sun, 11 Feb 1996 17:38:31 -0800 (PST) Received: from lenzi (calli.bsi.com.br [200.250.250.79]) by cwbone.bsi.com.br (8.6.11/8.6.9) with SMTP id XAA06132; Sun, 11 Feb 1996 23:36:58 GMT Date: Sun, 11 Feb 1996 22:38:18 +0000 () From: Sergio de Almeida lenzi X-Sender: lenzi@lenzi To: Miroslav Mironov cc: questions@freebsd.org Subject: Re: IDE CDROM question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Hello Miroslav, You must install the sources of the system from the CDROM. 1) boot from dos 2) copy the ssys* from the d:/dists/src to c:/src for example 3) boot from BSD, mount dos file system... 4) do a cat ssys* | tar xvzf - -C /usr/src (unpack the distribution) 5) go to /usr/src/sys/i386/conf and see the file GENERIC. there is 2 lines about IDE/ATAPI cdrom. uncomment the lines. 6) do a config GENERIC, go to directory ../../compile/GENERIC 7) do a make depend all install. (30min to 2 hours later) the system is ready. and installed. 8) see the file /etc/fstab, there should be a line in the form /dev/wcd0c /cdrom cd9660 ro,noauto 0 0. 9) boot the system, login as root, do a mount /cdrom That's it. Sergio Lenzi.