From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 06:15:34 2003 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 739BB16A4CE for ; Fri, 26 Dec 2003 06:15:34 -0800 (PST) Received: from smtp.web.de (smtp04.web.de [217.72.192.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC4143D1D for ; Fri, 26 Dec 2003 06:15:33 -0800 (PST) (envelope-from MarciOnMaillist@web.de) Received: from pd9ecf766.dip.t-dialin.net ([217.236.247.102] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #566) id 1AZskV-0005gY-00 for freebsd-questions@freebsd.org; Fri, 26 Dec 2003 15:15:32 +0100 Message-ID: <3FEC42C6.6010304@web.de> Date: Fri, 26 Dec 2003 15:16:38 +0100 From: "MarciOnMaillist@web.de" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: MarciOnMaillist@web.de Subject: Vinum 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: , X-List-Received-Date: Fri, 26 Dec 2003 14:15:34 -0000 hello folks, i have a little problem with my vinum on -> FreeBSD 5.1 i wanted to create an LogVol with vinum. I have 4 physikal hard drives in my pc. and i wanted to combine 3 of them with vinum. After i have read the handbook and the manpages i configured my vinum without problems, but after restart all my configs are lost. Here are the steps I've done: touch /etc/vinum.conf -> vinum create -f -v /etc/vinum.conf In this file there are these entrys: drive d1 device /dev/ad1s1 drive d2 device /dev/ad2s1 drive d3 device /dev/ad3s1 volume doc1s1 setupstate plex org concat sd length 0 drive d1 sd length 0 drive d2 sd lenght 0 drive d3 after I did this, all plexes are up without errors. then I did: -> newfs /dev/vinum/doc1s1 -> disklabel -e /dev/vinum/doc1s1 I also made the entry in rc.conf: vinum_start="YES" after all my /dev/vinum looks . .. control contorld dev1s1 plex sd and after this I made an new entry in my /etc/fstab and mounted it successfully. But then after reboot, all is lost, there is no /dev/vinum/doc1s1, in the dir. Can anybody helps me?