From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 06:12:53 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 4AFC916A4CE for ; Wed, 24 Mar 2004 06:12:53 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F9A43D46 for ; Wed, 24 Mar 2004 06:12:51 -0800 (PST) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: T1f35s7JHByIaLOoQ1y66A 1080137567 Received: from [206.26.199.146] (unknown [206.27.244.136]) by www.fastmail.fm (Postfix) with ESMTP id D4E12747E1D; Wed, 24 Mar 2004 09:12:46 -0500 (EST) Received: from nkinkade by [206.26.199.146] with local (Exim 4.24; FreeBSD) id 1B696r-0000ns-OS; Wed, 24 Mar 2004 08:11:57 -0600 Date: Wed, 24 Mar 2004 08:11:57 -0600 From: Nathan Kinkade To: kennon ward Message-ID: <20040324141157.GB610@nkinkade.bmp.ub> Mail-Followup-To: kennon ward , freebsd-questions@FreeBSD.ORG References: <000a01c41159$505ab560$6400a8c0@laptop> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wq9mPyueHGvFACwf" Content-Disposition: inline In-Reply-To: <000a01c41159$505ab560$6400a8c0@laptop> User-Agent: Mutt/1.4.1i Sender: Nathan Kinkade cc: freebsd-questions@FreeBSD.ORG Subject: Re: total newbee questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 14:12:53 -0000 --wq9mPyueHGvFACwf Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 24, 2004 at 12:34:36AM -0400, kennon ward wrote: > To All; >=20 > 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? >=20 > 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 :-) >=20 > Thanks to all for your help. >=20 > Regards > Kenn Ward > kennonward@netgazers.net Can you give some specific examples, like the actual commands you are issuing and the actual error? Are your disks being detected at boot? You can check for them by greping the output of dmesg like so: # dmesg | egrep "^ad|acd" Also, you reference your disk as "hdd1", which is the Linux nomenclature for secondary slave partition 1. In FreeBSD it would be "ad3s1" and your CDROM would be "acd(N)", depending on it actual physical location. Nathan --=20 gpg --keyserver pgp.mit.edu --recv-keys D8527E49 --wq9mPyueHGvFACwf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAYZctO0ZIEthSfkkRAnIqAKDnEesGcSJ2Hj8YNRpt/uconLXebgCfQf4c 97upDYY+RkDB1pyfnodmizk= =HHHk -----END PGP SIGNATURE----- --wq9mPyueHGvFACwf--