From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 13:47:33 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 A33F516A4CE for ; Wed, 20 Oct 2004 13:47:33 +0000 (GMT) Received: from mail.software.plasmon.com (mail.software.plasmon.co.uk [194.130.136.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A4543D5D for ; Wed, 20 Oct 2004 13:47:33 +0000 (GMT) (envelope-from dswegen@software.plasmon.com) Received: from panic.devel.pcs ([10.4.2.26] ident=dsw) by mail.software.plasmon.com with esmtp (Exim 3.35 #1 (Debian)) id 1CKGoO-0003eW-01 for ; Wed, 20 Oct 2004 14:47:32 +0100 From: Dave Swegen To: freebsd-questions@freebsd.org Message-ID: <20000720112415.A30330@allstor-sw.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Lines: 38 Subject: Vinum problems/questions 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: , Date: Wed, 20 Oct 2004 13:47:33 -0000 X-Original-Date: Thu, 20 Jul 2000 11:24:15 +0100 X-List-Received-Date: Wed, 20 Oct 2004 13:47:33 -0000 I'm currently trying to use vinum to set up a thin client which will function as a mirroring fileserver. The idea is that the customer will enable the mirror using a web-interface. But, of course, I'm having problems. The main one is that for some reason vinum says that one of the two plexes is faulty. This seems to be regardless of what HDs I use. Currently the two HDs are identical (23Gb IDE drives), but I have tried using different disks, different sizes. Using 'vinum create ' works, but as mentioned complains that one of the plexes is faulty. It is far worse using the 'vinum mirror /dev/ad2a /dev/ad3a', which causes a kernel panic and a reboot. Not fun. /var/log/messages shows the following lines: Jul 20 10:16:01 trabant /kernel: dscheck(#ad/16): b_bcount 8 is not on a sector boundary (ssize 512) Jul 20 10:16:01 trabant /kernel: dscheck(#ad/24): b_bcount 8 is not on a sector boundary (ssize 512) The config file I'm using looks as follows: drive drive_a device /dev/ad2a drive drive_b device /dev/ad3a volume mirror plex org concat sd length 0 drive drive_a plex org concat sd length 0 drive drive_b Changing the length makes no difference. I'd much appreciate any enlightenment on the issue. Cheers Dave