From owner-freebsd-questions Wed Apr 11 18:56: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 49C0937B443 for ; Wed, 11 Apr 2001 18:55:52 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1C2946ACB7; Thu, 12 Apr 2001 11:25:50 +0930 (CST) Date: Thu, 12 Apr 2001 11:25:50 +0930 From: Greg Lehey To: Casey Figueredo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum and fstab Message-ID: <20010412112549.A48878@wantadilla.lemis.com> References: <20010412014254.28150.qmail@web5204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412014254.28150.qmail@web5204.mail.yahoo.com>; from caseylara@yahoo.com on Wed, Apr 11, 2001 at 06:42:54PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 11 April 2001 at 18:42:54 -0700, Casey Figueredo wrote: > Greetings, > > I am using FBSD 4.2-release. I have gotten everything > to work with vinum except getting it to load > automatically by putting entries in /etc/fstab. > > If I now mount the volume "by hand," everything is OK. > > mount /dev/vinum/stripe /mnt > > However, when I comment out the line in /etc/fstab > > /dev/vinum/stripe /mnt vinum rw 0 0 > > I get several messages that don't show up otherwise: > > What am I doing wrong? You're telling fstab that your file system is of type vinum. It isn't, it's of type ufs. Vinum is a volume manager, not a file system. Change the entry to: /dev/vinum/stripe /mnt ufs rw 0 0 Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message