Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 15:25:33 +0930
From:      Greg Lehey <grog@lemis.com>
To:        "David E. Cross" <crossd@cs.rpi.edu>
Cc:        Thierry Herbelot <herbelot@cybercable.fr>, freebsd-current@FreeBSD.ORG
Subject:   Re: vinum in -current
Message-ID:  <19990623152532.B581@freebie.lemis.com>
In-Reply-To: <199906230550.BAA29664@cs.rpi.edu>; from David E. Cross on Wed, Jun 23, 1999 at 01:50:19AM -0400
References:  <herbelot@cybercable.fr> <199906230550.BAA29664@cs.rpi.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, 23 June 1999 at  1:50:19 -0400, David E. Cross wrote:
> Neither is correct, you want to leave the parition identifier ("h") off of
> it.  When vinum starts it scans all the partitions by attempting to add
> one of [abdefgh] to the end of whatever you give it.  If you give it
> "wd0s1h"  it will look for "wd0s1ha ... wd0s1hh" and never find it.

I assume this is a reply to Thierry's question:

> Is the following correct :
> vinum_drives="/dev/wd1s1h /dev/wd2s1h"
> or should it be
> vinum_drives="/dev/wd1h /dev/wd2h"

I stated that the correct answer was to set the start_vinum variable,
but there are reasons to use vinum_drives (otherwise it wouldn't be
there).  You use vinum_drives to specify that you want to start only
certain drives, not all of them.  In this case, yes, it should be
/dev/wd1 and /dev/wd2 (or /dev/wd1s1 and /dev/wd2s1 if you insist).
There should be no partition letter at the end.  Note also that vinum
will not use partition c.

Greg
--
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990623152532.B581>