From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 23:21:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADECD1065672 for ; Mon, 20 Oct 2008 23:21:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D907D8FC22 for ; Mon, 20 Oct 2008 23:21:00 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9KNKv8u024355; Tue, 21 Oct 2008 01:20:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9KNKu5M024352; Tue, 21 Oct 2008 01:20:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 21 Oct 2008 01:20:56 +0200 (CEST) From: Wojciech Puchar To: "Tuc at T-B-O-H.NET" In-Reply-To: <200810201811.m9KIBwGp026045@himinbjorg.tucs-beachin-obx-house.com> Message-ID: <20081021012041.T24350@wojtek.tensor.gdynia.pl> References: <200810201811.m9KIBwGp026045@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Right way to mount/edit dd of a disk? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2008 23:21:01 -0000 > mount -t msdos /dev/md0s5 /mnt > > to be able to get the dd5 on /mnt. I then edited the files I wanted, > replaced them, and copied back to /mnt. I did "umount /mnt" and copied the dd > file back to where it needed to be. did you mdconfig -d before copying image?