From owner-freebsd-questions Fri Mar 12 5:57: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id 73947152D6 for ; Fri, 12 Mar 1999 05:56:38 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id NAA71089; Fri, 12 Mar 1999 13:56:05 GMT Message-ID: <36E91CF4.94F3A0FF@tdx.co.uk> Date: Fri, 12 Mar 1999 13:56:04 +0000 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Brad Knowles Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Vinum questions? References: <19990312144140.011407@relay.skynet.be> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brad Knowles wrote: > Anyway, here's a sample error that I get now that I've tried to > recreate it again: > > >vinum -> ld -v > >Drive drive1: Device /dev/da1c > > Created on at Thu Jan 1 01:00:00 1970 > > Config last updated Thu Jan 1 01:00:00 1970 > > Size: 0 bytes (0 MB) > > Used: 0 bytes (0 MB) > > Available: 0 bytes (0 MB) > > State: down > > Last error: Invalid argument > > All devices /dev/da1c through /dev/da9c exist (and so far as I know > are valid), and I can pull disklabels off these devices (although I seem > to be unable to write disklabels, so I can't add a partition other than > "c" that I could use with vinum). "c" is a bad partition to use, it's the 'compatability' partition... You should try to avoid it with 3.0 etc. I'm concerned you can't disklabel your drives any other way... You should be refering to them as "/dev/da1s1e" or "/dev/da1s1a" etc. (notice the 's1' denoting slice #1). > Any hints? Maybe the problem is with being unable to disklabel the > drives? Perhaps someone could give me some pointers on how I might be > able to successfully force that to happen? What happens if you run /sysinstall/stand, and try to label/partition them that way? (i.e. allocate the whole disk (dangerously dedicated) to FreeBSD, then slap say a 1Gb partition on it - make sure the system can newfs it etc. - then try running disklabel on the drive?) > Finally, while we're at it, I don't suppose anyone has any experience > with running a softupdates filesystem on top of a vinum > striped/concatenated volume, do you? Am I dreaming in hoping that I'll > be able to get these two working together? I'm not currently running Vinum at the moment, but I have had it running briefly with softupdates... I've also run CCD with softupdates, AFAIK it shouldn't be a problem... Regards, Karl ps. please don't crosspost your questions :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message