From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 09:14:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E8B16A4CE for ; Wed, 24 Mar 2004 09:14:01 -0800 (PST) Received: from archangel.daleco.biz (unknown [69.27.131.0]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFEE43D4C for ; Wed, 24 Mar 2004 09:14:00 -0800 (PST) (envelope-from kadmin@archangel.daleco.biz) Received: from localhost (localhost [127.0.0.1])i2OHCfLH026146; Wed, 24 Mar 2004 11:12:42 -0600 (CST) (envelope-from kadmin@archangel.daleco.biz) Received: from archangel.daleco.biz ([127.0.0.1]) by localhost (archangel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25967-03; Wed, 24 Mar 2004 11:12:40 -0600 (CST) Received: from archangel.daleco.biz (localhost [127.0.0.1]) i2OHCZU3026138; Wed, 24 Mar 2004 11:12:36 -0600 (CST) (envelope-from kadmin@archangel.daleco.biz) Received: (from root@localhost) by archangel.daleco.biz (8.12.10/8.12.9/Submit) id i2OHCZ5m026137; Wed, 24 Mar 2004 11:12:35 -0600 (CST) (envelope-from kadmin) Date: Wed, 24 Mar 2004 11:12:35 -0600 From: Kevin Kinsey To: kennon ward Message-ID: <20040324171235.GB25716@archangel.daleco.biz> References: <000a01c41159$505ab560$6400a8c0@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c41159$505ab560$6400a8c0@laptop> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at archangel.daleco.biz cc: freebsd-questions@freebsd.org Subject: Re: total newbee questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 17:14:02 -0000 On Wed, Mar 24, 2004 at 12:34:36AM -0400, kennon ward wrote: > To All; > > I just created the disk for FreeBSD and got my other laptop to boot up >under FreeBSD. I need some help in accessing the hard drive and the cdrom. I >tried to create a directory for the CDROM and the hdd1. Then tried to mount >using those directories. It did not access my hard drive or the cdrom. >The question is what do I need to do to gain access to these two drives? > > Also does anyone out there have the source code and makefile for vi? >That is the editor I have used on other Unix systems. You may have guessed that I was not a root super user :-) > Assuming you get your hard drive situation fixed up, you shouldn't need anything else to run vi(1). It's installed by default in /usr/bin, so my guess is that if you get your /usr partition available to the system, you'll be fine. If all you've got available is /, then I feel your pain, for ed(1) and red(1) are somewhat "like kicking dead whales down the beach" compared to something more modern... :-) Like someone else wrote, send us the output of "mount" and a description of how you're attempting to mount your filesystems, the relevant parts of your dmesg, etc. Kevin Kinsey DaleCo, S.P.