From owner-freebsd-questions Sat Jul 8 22:57: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 14C1337BFD8 for ; Sat, 8 Jul 2000 22:57:04 -0700 (PDT) (envelope-from noone@nowhere.com) Received: from nowhere.com (pool0073.cvx6-bradley.dialup.earthlink.net [209.178.158.73]) by hawk.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id WAA08799 for ; Sat, 8 Jul 2000 22:56:52 -0700 (PDT) Message-ID: <39681555.AC1DA919@nowhere.com> Date: Sat, 08 Jul 2000 23:01:57 -0700 From: Kevin Bailey X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: No /dev/vinum/rstripe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'd be interested in what you found in the man page that made you > think that this would work. (Again, this is 4.0-RELEASE) man 4 vinum ... MAKING FILE SYSTEMS ...if you have a volume 'concat', use the following commands to create a ufs file system on it: # newfs -v /dev/vinum/rconcat Notice concat -> rconcat. I myself have written drivers which tweaked the names of devices. If /dev/vinum/stripe had existed, it would be worth a try, right ? > What was the problem? If you have a crash with Vinum, I want to know > about it. You should have a file /var/tmp/vinum_history which > contains the commands you issued. Check out > http://www.lemis.com/vinum/how-to-debug.html for further info. I included /var/tmp/vinum_history in the first email: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2628049+0+current/freebsd-questions Unfortunately it can't show evocations of newfs and mount (which were what triggered the crashes.) mount caused a system crash when I tried to mount vinum0 before I newsf'd it. I forget which device I ran newfs -v on to cause it to crash. I don't consider these crashes to be Vinum's fault at all. That's what happens when you use newfs and mount incorrectly. The only improvement I would make is to change the manpages to say 'newfs -v /dev/vinum/vinumX (where X is the number Vinum has chosen)' instead of rconcat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message