From owner-freebsd-questions Mon Dec 21 23:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09563 for freebsd-questions-outgoing; Mon, 21 Dec 1998 23:01:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from namodn.com (namodn.com [207.33.107.203]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09552 for ; Mon, 21 Dec 1998 23:01:36 -0800 (PST) (envelope-from robert@namodn.com) Received: from localhost (robert@localhost) by namodn.com (8.8.8/8.8.8) with SMTP id XAA25690; Mon, 21 Dec 1998 23:05:20 GMT (envelope-from robert@namodn.com) Date: Mon, 21 Dec 1998 23:05:20 +0000 (GMT) From: Robert To: alissa bader cc: freebsd-questions@FreeBSD.ORG Subject: Re: stupid stupid stupid floppy question In-Reply-To: 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 > How do I edit the /etc/fstab file when my machine won't let me login? Ok, > it will let me login as root when I typed "login root" at the #prompt. > But the terminal type is set at "su" and I've found that vi and ee can't > recognize that. Also typing "setenv vt100" does not work. I'm really not paying attention :P Try set term = vt100 to set the termtype. Change your entry to look like this /dev/fd0 /floppy msdos rw,noauto 0 0 I should've put that in the _very first_ post :) -rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message