From owner-freebsd-questions Mon Mar 20 10:36:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id A187337B957 for ; Mon, 20 Mar 2000 10:36:54 -0800 (PST) (envelope-from jpr@vcnet.com) Received: (qmail 47106 invoked from network); 20 Mar 2000 18:36:53 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 20 Mar 2000 18:36:53 -0000 Mime-Version: 1.0 Message-Id: Date: Mon, 20 Mar 2000 10:36:53 -0800 To: freebsd-questions@freebsd.org From: Jon Rust Subject: vinum: no raw device? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just finished rebuilding a machine with 4.0-STABLE. When I was done, I ran my vinum config to create a RAID-10 volume. Everything went fine (newfs, mount, actual use). Whoa! I don't have a "rraid10" in /dev/vinum. Where'd the raw device go? newweb:~{11} $ ls -l /dev/vinum total 4 crw------- 1 root wheel 91, 0x40000001 Mar 20 10:19 Control crw------- 1 root wheel 91, 0x40000002 Mar 20 10:19 control crw------- 1 root wheel 91, 0x40000000 Mar 20 10:19 controld drwxr-xr-x 2 root wheel 512 Mar 20 10:19 drive/ drwxr-xr-x 2 root wheel 512 Mar 20 10:19 plex/ crw-r----- 1 root wheel 91, 0 Mar 20 10:19 raid10 drwxr-xr-x 2 root wheel 512 Mar 20 10:19 sd/ drwxr-xr-x 3 root wheel 512 Mar 20 10:19 vol/ I went back into vinum and issued a makedev command, but that didn't bring it back. Here's my steps: create vinum_config_file; start raid10.p1 (to get the second plex out of the inital "faulty" state); newfs -v /dev/vinum/raid10; doh! no raw device, back into vinum and "makedev"; still no raw device. jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message