From owner-freebsd-questions Tue Oct 27 15:54:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15259 for freebsd-questions-outgoing; Tue, 27 Oct 1998 15:54:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15200 for ; Tue, 27 Oct 1998 15:54:07 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA11113; Tue, 27 Oct 1998 15:53:20 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 27 Oct 1998 15:53:19 -0800 (PST) From: Doug White To: larry_nilsen cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: ppp mounting cdrom In-Reply-To: <362C2AB6.8852BAAE@eee.org> 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 On Mon, 19 Oct 1998, larry_nilsen wrote: > hi could you explain to me how to simply configure this FREEBSD 2.2.7 > system to hookup on to my internet service provider. See the FreeBSD Handbook, chapter 15.1 'Setting up User PPP', http://www.freebsd.org/handbook/. > .Last question is there a easy way to mou- nt my cdrom /dev/wcd0/ and > read what i have on the disk. Execute this command as root: mount -t cd9660 /dev/wcd0c /cdrom Access your cdrom under /cdrom. When you're done with the CD run: umount /cdrom Easy, eh? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message