Date: Thu, 25 Mar 1999 12:44:29 +0200 (EET) From: Charlie ROOT <root@sarvik.aripaev.ee> To: Greg Lehey <grog@lemis.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: setting up 2 drive vinum Message-ID: <Pine.BSF.4.10.9903251231470.31990-100000@sarvik.aripaev.ee> In-Reply-To: <19990325204547.Z425@lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9903251231470.31990-100000>
