From owner-freebsd-questions Sat Nov 24 11:32:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 174AE37B405 for ; Sat, 24 Nov 2001 11:28:32 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1001) id EFA9D4B7195; Sat, 24 Nov 2001 13:28:26 -0600 (CST) Date: Sat, 24 Nov 2001 13:28:26 -0600 From: Christopher Farley To: questions@freebsd.org Subject: fixit.flp Message-ID: <20011124132824.B48759@northernbrewer.com> Mail-Followup-To: Christopher Farley , questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been using the fixit shell from the 'live filesystem CD' (the second CD in the standard FreeBSD iso-images). When going into the fixit shell, my ad4 disk shows up, but without any slice information. Since there is no MAKEDEV in /dev, I need to do this: cp /mnt2/dev/MAKEDEV /dev Even then, the MAKEDEV script will fail due to a missing group, so I then do this: cp /mnt2/etc/group /etc/group Then I can `sh MAKEDEV` the disks with the proper slice entries. This works, but I'm wondering if there is a 'more correct' way to mount my disks in the fixit shell. Is there any fixit.flp documentation? -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message