From owner-freebsd-questions Mon Mar 15 13: 8:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 97A2D150C7 for ; Mon, 15 Mar 1999 13:08:13 -0800 (PST) (envelope-from darrylo@sr.hp.com) Received: from srmail.sr.hp.com (srmail.sr.hp.com [15.4.45.14]) by palrel3.hp.com (8.8.6 (PHNE_14041)/8.8.5tis) with ESMTP id NAA15839; Mon, 15 Mar 1999 13:07:59 -0800 (PST) Received: from mina.sr.hp.com by srmail.sr.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA100232055; Mon, 15 Mar 1999 13:07:35 -0800 Received: from localhost (darrylo@mina.sr.hp.com [15.4.42.247]) by mina.sr.hp.com with ESMTP (8.8.6 (PHNE_14041)/8.7.3 TIS 5.0) id NAA11227; Mon, 15 Mar 1999 13:07:34 -0800 (PST) Message-Id: <199903152107.NAA11227@mina.sr.hp.com> To: Greg Lehey Cc: Brad Knowles , freebsd-questions@FreeBSD.ORG Subject: Re: Vinum questions? Reply-To: Darryl Okahata In-Reply-To: Your message of "Sat, 13 Mar 1999 11:43:22 +1030." <19990313114322.S429@lemis.com> Mime-Version: 1.0 (generated by tm-edit 1.1.1.1) Content-Type: text/plain; charset=US-ASCII Date: Mon, 15 Mar 1999 13:07:34 -0800 From: Darryl Okahata Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > On Friday, 12 March 1999 at 15:19:41 -0800, Darryl Okahata wrote: > > > Once the plex has been created, you need to use names like > > "/dev/da1" instead of "/dev/da1c" (the man page is wrong). Just drop > > the partition letter and use the name of the disk slice. > > This is a little confusing, even to me. I assume that you're talking > about the 'read' command, which requires slice names and not partition > names. But the bug that did sneak into the man page has been fixed > again (though it might be on 3.1-RELEASE), and in later versions you > should use 'start' without any parameters rather than 'read', which > was a real pain. Brad seems to have been bitten by the same "gotcha" as me: we both seem to have read "http://www.lemis.com/vinum.4.txt" or the equivalent. This page talks about the incorrect use of: vinum_slices="/dev/da1h /dev/da2h /dev/da3h /dev/da4h /dev/da5h" (The 3-1.RELEASE man page is correct, but I assumed that your page was more up-to-date. ;-) You are, of course, correct -- I was referring to the read command (I shouldn't, perhaps, be using compatibility slices -- I'm using "dangerously dedicated" disks and have gotten into the bad habit of using compatibility slices for these). By, "Just drop the partition letter and use the name of the disk slice", I did mean that the slice name should be used, and not the partition name. For example, for "/dev/da1s1g", which is a partition name, you drop the partition letter ("g") to form the slice name, "/dev/da1s1". -- Darryl Okahata darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Hewlett-Packard, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message