From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 09:45:21 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 EBFBA16A4CE for ; Tue, 10 Aug 2004 09:45:21 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA6843D3F for ; Tue, 10 Aug 2004 09:45:21 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id B977A2A477 for ; Tue, 10 Aug 2004 02:45:20 -0700 (PDT) Received: from spud (w0.techno.pagans [172.21.42.20]) by speck.techno.pagans (Postfix) with ESMTP id EAE9217023 for ; Tue, 10 Aug 2004 02:45:19 -0700 (PDT) From: "Darren Pilgrim" To: Date: Tue, 10 Aug 2004 02:45:12 -0700 Message-ID: <00c901c47ebe$be57af00$142a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: How to move a disk that's part of a vinum 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: Tue, 10 Aug 2004 09:45:22 -0000 On a machine running RELENG_4_8, I have two parititions, ad0s1d and ad4s1e, configured as a mirror using vinum. I need to move one of the drives to another controller, resulting in ad4 changing to ad2. I read through the vinum man page, saw the move command, then read elsewhere that vinum's internal naming is independent of the underlying disk device name. Can I just move the disk and have it work or will I need to do adjust my vinum configuration?