From owner-freebsd-questions@FreeBSD.ORG Fri Jul 22 22:51:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CFCF216A421 for ; Fri, 22 Jul 2005 22:51:46 +0000 (GMT) (envelope-from benc@cinemagine.com) Received: from mail.cinemagine.com (mail.cinemagine.com [195.224.49.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3354A43D53 for ; Fri, 22 Jul 2005 22:51:45 +0000 (GMT) (envelope-from benc@cinemagine.com) Received: from bencraig (82-69-141-62.dsl.in-addr.zen.co.uk [82.69.141.62]) by mail.cinemagine.com (8.12.9p2/8.12.9) with ESMTP id j6MMqsQZ039338 for ; Fri, 22 Jul 2005 23:53:07 +0100 (BST) (envelope-from benc@cinemagine.com) Message-Id: <200507222253.j6MMqsQZ039338@mail.cinemagine.com> From: "Ben Craig" To: Date: Fri, 22 Jul 2005 23:51:17 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcWPD6q1QOUVsSY5QEOyOLgvsnEBJw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Vinum Bootstrap Help 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: Fri, 22 Jul 2005 22:51:47 -0000 Hi All, I've been trying to get a bootstrapped vinum volume up and running on a 5.4 release system (generic kernel, minimal install), based this How-to: http://devel.reinikainen.net/docs/how-to/Vinum/ But I've managed to run into a problem that no amount of Googling, reading the archive of this list, or reading the manual seems help me get by. Basically, I have Vinum configured fine and can successfully run: vinum > create -f /etc/vinum.conf The Vinum volume is all fine and a vinum > list shows no problems. I can also successfully do a fsck on each of the mounts, which are: / /home /tmp /var However, it appears that the vinum config isn't being saved, as rebooting the machine can't find the vinum root partition, and after manually booting to the pre-vinum root (ufs:ad0s1a) running vinum > list shows no volume information. During the reboot, vinum appears to load ok, but it can't find the root (as shown by the last bit of the dmesg): vinum: loaded vinum: no drives found Mounting root from ufs:/dev/vinum/root setrootbyname failed ffs_mountroot: can't find rootvp Root mount failed: 6 The relevant config files look like this: /etc/fstab #Device Mountpoint FStype Options Dump Pass# /dev/vinum/swap none swap sw 0 0 /dev/vinum/root / ufs rw 1 1 /dev/vinum/home /home ufs rw 2 2 /dev/vinum/tmp /tmp ufs rw 2 2 /dev/vinum/var /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /boot/loader.conf vinum_load="YES" vinum.autostart="YES" Any suggestions as to how to sort this would be greatly appreciated. Regards, Ben Craig.