From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 18:59:23 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 4064F16A4CE for ; Tue, 21 Sep 2004 18:59:23 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88D743D39 for ; Tue, 21 Sep 2004 18:59:22 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i8LIxLw06536 for questions@freebsd.org; Tue, 21 Sep 2004 14:59:21 -0400 (EDT) Received: from sys11.mail.msu.edu (sys11.mail.msu.edu [35.9.75.111]) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) with ESMTP id i8LIwWJ06529 for ; Tue, 21 Sep 2004 14:58:32 -0400 (EDT) Received: from clunix.cl.msu.edu ([35.9.2.10]) by sys11.mail.msu.edu with esmtp (Exim 4.32 #22) id 1C9pqR-0003F4-OY for jerrymc@msu.edu; Tue, 21 Sep 2004 14:58:31 -0400 Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i8LIoU406503; Tue, 21 Sep 2004 14:50:30 -0400 (EDT) From: Jerry McAllister Message-Id: <200409211850.i8LIoU406503@clunix.cl.msu.edu> To: jcm@FreeBSD-uk.eu.org (Jonathon McKitrick) Date: Tue, 21 Sep 2004 14:50:28 -0400 (EDT) In-Reply-To: <20040921183817.GB52408@dogma.freebsd-uk.eu.org> from "Jonathon McKitrick" at Sep 21, 2004 07:38:17 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Sender: jerrymc@clunix.cl.msu.edu X-Mailman-Approved-At: Wed, 22 Sep 2004 12:31:49 +0000 cc: Jerry McAllister Subject: Re: How do I mount slices with no dev entry from fixit floppy? 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: Tue, 21 Sep 2004 18:59:23 -0000 > > On Tue, Sep 21, 2004 at 02:23:17PM -0400, Jerry McAllister wrote: > > : Do you mean that ad0s1 is not in /dev? That would be the slice. > : Or do you mean no ad0s1g - which would be the partition inside the slice? > > It's the partition that I mean, then. > > : Also, careful of your use of the word mounted. Nothing should > : be mounted on /dev/ad0s1g or there would be problems. But > : what you want is the partition at /dev/ad0s1g and you want to > : mount that on some mount point such as /mnt or maybe /oldusr if > : you can make that dir. > > Oops, that's what I meant. I need to mount /dev/ad0s1g to /mnt or whatever > mountpoint I will use. > > : How sure are you that your old /usr was in partition /dev/ad0s1g? > : Is it possible you are looking in the wrong place? > > That's what I see when I 'cat /mnt/etc/fstab' with my old drive / mounted on > /mnt. > > : I have not had to use the fixit disks so I am not sure of what all > : is included, but I would be surprised if there is no MAKEDEV script > : if it is for FreeBSD 4.xxx or older version. In 4.xxx and earlier, > : the MAKEDEV script is in /dev. You need to cd to /dev and then > : run './MAKEDEV ad0'. NOTE, the './' is necessary because MAKEDEV > : will not be in your path. > > I'll look again, but I only saw a few devices listed, and no script. > > : Try doing > : > : cd / > : mount /dev/ad0s1g /mnt > : cd /mnt > : ls > > I'll try tonight, but I think it complains that ad0s1g doesn't exist. OK. Have you noticed the frequent mentions of the difference between 4.xxx FreeBSD and 5.xxx FreeBSD. It is completely different. Which are you attempting to use? ////jerry > > jm > -- > My other computer is your Windows box. >