From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 18:02:33 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 4331C16A4CE for ; Tue, 21 Sep 2004 18:02:33 +0000 (GMT) Received: from xenial.mcc.ac.uk (xenial.mcc.ac.uk [130.88.203.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8C543D31 for ; Tue, 21 Sep 2004 18:02:32 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by xenial.mcc.ac.uk with esmtp (Exim 4.12) id 1C9oyD-000PTK-00 for freebsd-questions@freebsd.org; Tue, 21 Sep 2004 19:02:29 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) i8LI2TYu052500 for ; Tue, 21 Sep 2004 19:02:29 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id i8LI2S3k052499 for freebsd-questions@freebsd.org; Tue, 21 Sep 2004 19:02:28 +0100 (BST) Date: Tue, 21 Sep 2004 19:02:28 +0100 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20040921180228.GA52408@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: 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:02:33 -0000 I am making progress with my disk recovery, but I need to get to my /usr partition, which is mounted on /dev/ad0s1g. The dev entries on the fixit floppy don't have this slice listed, and there is no MAKEDEVS script to add it. How can I get to this partition? jm --