From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 09:42:13 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 AA59116A4CE for ; Mon, 5 Apr 2004 09:42:13 -0700 (PDT) Received: from post.web.ca (post.web.ca [192.139.37.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACB543D31 for ; Mon, 5 Apr 2004 09:42:13 -0700 (PDT) (envelope-from rob@web.ca) Received: by post.web.ca (Postfix, from userid 1001) id BCD9E67AE; Mon, 5 Apr 2004 12:42:12 -0400 (EDT) Date: Mon, 5 Apr 2004 12:42:12 -0400 From: Rob Ellis To: freebsd-questions@freebsd.org Message-ID: <20040405164212.GB58790@web.ca> Mail-Followup-To: Rob Ellis , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Vinum + new disk for mirror 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: Mon, 05 Apr 2004 16:42:13 -0000 We have a machine with a vinum mirror, all the partitions except the root partition mirrored between two disks. The second disk has died and I want to replace it. I can't find a disk exactly the same, so I have a disk that's bigger (80GB, old one was 60GB). Can I... - shutdown, replace the bad disk with the bigger new disk - boot single user, mount / - copy the good disk to the new disk with: dd bs=128k if=/dev/ad0 of=/dev/ad2 - vinum start - restart any stale subdisks (?) - ... ? Thanks. - Rob