From owner-freebsd-questions Thu Dec 26 06:06:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA21079 for questions-outgoing; Thu, 26 Dec 1996 06:06:14 -0800 (PST) Received: from mailhost1.primenet.com (mailhost1.primenet.com [206.165.5.51]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA21074 for ; Thu, 26 Dec 1996 06:06:11 -0800 (PST) Received: from primenet.com (bkogawa@usr05.primenet.com [206.165.5.105]) by mailhost1.primenet.com (8.8.3/wjp-h3.00) with ESMTP id HAA06358; Thu, 26 Dec 1996 07:06:09 -0700 (MST) Received: from localhost (bkogawa@localhost) by primenet.com (8.8.3/8.8.3) with SMTP id HAA06632; Thu, 26 Dec 1996 07:06:09 -0700 (MST) Date: Thu, 26 Dec 1996 06:06:08 -0800 (PST) From: Bryan Ogawa To: Daniel Keller cc: FreeBSD Questions Mailing List Subject: Re: mounting cd9600, netscape, newsreaders, more ttys In-Reply-To: <199612260928.BAA06133@psln1.psln.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 26 Dec 1996, Daniel Keller wrote: > Hi, > I have a few questions: > > I have mounted a cd using the "mount -t cd9660 /dev/mcd0a /cdrom" command I > can read off the cd but when I insert a new cd I get the same files. Do I > have to unmount then remount the cd every time I change the cd? Is there > anything in ports that will help. Also is there anything for DOS disk > drives? Yes, you must unmount and remount your drive. In many cases, if your fstab entries are set up right (I think...?) you can do mount /cdrom and umount /cdrom without having to specify the other bits. Is there something else you're trying to do? I believe that DOS drives are supported by a FAT filesystem--I've heard, however, that there are potential data-loss issues in at least some cases when using the FAT filesystem. Most DOS CDROMs are ISO 9600, though, and should use mount_cd9600 or the above shorthand. > > I tried to install the netscape3 port but it couldn't find the file on any > of the systems I tried. There wasn't a problem with my internet connection > because I have just installed pine. Where can I get netscape, or is there a > better www browser? netscape is just about the best, I suppose, although lynx is nice if you don't have X windows running. I think Netscape has upped the version (from 3.0 to 3.0.1). I'd suggest going to ftp.freebsd.org , /pub/FreeBSD/ports-current/x11 and looking there for the netscape port. You can download the whole port directory (which you'll need) by using a 'get netscape.tar.gz' in the directory holding the port directory (confusing--sorry). > > I was looking in the news directory in ports and there are many > newsreaders, witch one is the best, Is there one with emacs? if so how do I > set it up? Opinions differ. The ones which get reasonably good press: For X windows: knews nn-tk gnus For character based: (s?)trn slrn nn gnus gnus is written _in_ emacs, so it uses emacs directly. nn, slrn, and trn can be configured to use any editor you want, including emacs. I'm not sure about knews. I use nn, although I wish for a few configuration features because I use it fairly oddly. > > How can I add more terminal windows (or whatever they are called, you get > to them by pressing ALT-F1..) there are three on my system now and I would > like to add more. You need to edit /etc/ttys, to add more, and then recompile your kernel, I believe (I could be wrong). > > Thanks! > Daniel Keller > > "What does friend mean to you? > A word so wrongfully abused." > -Frogs by Alice in Chains > ------------------------------ > dkeller@psln.com > ------------------------------ > > bryan k. ogawa