From owner-freebsd-stable@FreeBSD.ORG Thu Sep 23 15:00:48 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD90716A4CE for ; Thu, 23 Sep 2004 15:00:48 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF9F43D45 for ; Thu, 23 Sep 2004 15:00:47 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.12) id 1CAV5S-00016L-00 for freebsd-stable@freebsd.org; Thu, 23 Sep 2004 16:00:47 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) i8NF0cYu082436 for ; Thu, 23 Sep 2004 16:00:46 +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 i8NF0cwD082433 for freebsd-stable@freebsd.org; Thu, 23 Sep 2004 16:00:38 +0100 (BST) Date: Thu, 23 Sep 2004 16:00:37 +0100 From: Jonathon McKitrick To: freebsd-stable@freebsd.org Message-ID: <20040923150037.GB82032@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 to mount extra partitions from a fixit disk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 15:00:48 -0000 Here's my scenario: I'm running 4.10 on a laptop, and the drive is in the process of dying. It won't boot, but from the fixit disk I am able to access the root directory. Root is assigned to ad0s1a, which the fixit disk has in the /dev directory. However, /usr is on ad0s1g. There is no entry for this device in /dev, and no MAKEDEV script either. How can I mount this device/partition to access /usr? Also, I'm trying to decide how to get the data off the laptop. I have a wi card and a parallel port zip drive. Which would be easier to get working? Can I simply copy the modules from another 4.10 box and then break into the boot cycle and load them there? jm --