From owner-freebsd-questions Thu Mar 25 2:52:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sarvik.aripaev.ee (sarvik.aripaev.ee [194.204.12.88]) by hub.freebsd.org (Postfix) with ESMTP id AC3EB14C25 for ; Thu, 25 Mar 1999 02:50:10 -0800 (PST) (envelope-from root@sarvik.aripaev.ee) Received: from localhost (root@localhost) by sarvik.aripaev.ee (8.9.2/8.9.2) with ESMTP id MAA32095; Thu, 25 Mar 1999 12:44:29 +0200 (EET) (envelope-from root@sarvik.aripaev.ee) Date: Thu, 25 Mar 1999 12:44:29 +0200 (EET) From: Charlie ROOT To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: setting up 2 drive vinum In-Reply-To: <19990325204547.Z425@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 Mar 1999, Greg Lehey wrote: > > /etc/rc.conf... rebooted and ... "vinum: no drives found" > > So I tried one more time with same results... > > You did something wrong. Well, maybe, what I did was: 1. vinum -> create vinumconf vinumconf: drive drive1 device /dev/da1s1 drive drive2 device /dev/da2s1 drive drive3 device /dev/da3s1 drive drive4 device /dev/da4s1 # A volume with one striped plex volume vol1 plex org striped 512b sd length 2033m drive drive1 sd length 2033m drive drive3 volume vol2 plex org striped 512b sd length 4067m drive drive2 sd length 4067m drive drive4 2. init both plexes (it took some time) 3. newfs /dev/vinum/vol1 (some time) newfs /dev/vinum/vol2 --""-- 4. replaced /usr/local with vol1 mount /dev/vinum/vol1 /mnt cp -Rp /usrl/local/* /mnt/ umount /mnt mount /dev/vinum/vol1 /usr/local 5. replaced /home with vol2 6. checked newly mounted /home and /usr/local sizes, counted files... now everything _was_ OK ...but it was not after boot (shutdown -r now) ...i'm running 3.1-STABLE... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message