From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 22:38:30 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 E7B7D16A4CE for ; Sat, 2 Oct 2004 22:38:30 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F20743D2F for ; Sat, 2 Oct 2004 22:38:30 +0000 (GMT) (envelope-from rdormer@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so105525rnk for ; Sat, 02 Oct 2004 15:38:30 -0700 (PDT) Received: by 10.38.208.76 with SMTP id f76mr1507947rng; Sat, 02 Oct 2004 15:38:30 -0700 (PDT) Received: by 10.38.76.17 with HTTP; Sat, 2 Oct 2004 15:38:30 -0700 (PDT) Message-ID: <3174add604100215384455ca4a@mail.gmail.com> Date: Sat, 2 Oct 2004 18:38:30 -0400 From: Robert Dormer To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: vinum X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Dormer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 22:38:31 -0000 Hello all, I'm setting up a mirrored volume with vinum, using the following config file: drive a device /dev/ad0 drive b device /dev/ad3 volume storage plex org concat sd length 78167m drive a plex org concat sd length 78167m drive b but when I run the config, I get this: vinum -> create raidconfig 1: drive a device /dev/ad0 ** 1 Can't initialize drive a: Operation not supported by device 2: drive b device /dev/ad3 ** 2 Can't initialize drive b: Operation not supported by device And thus far, a search on the problem has been much less than illuminating. Is this a common problem? How do I fix it? I've made sure that the disks in question have been labeled using disklabel -e as vinum volumes. What else? -Rob