Date: Thu, 12 Apr 2001 11:25:50 +0930 From: Greg Lehey <grog@lemis.com> To: Casey Figueredo <caseylara@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum and fstab Message-ID: <20010412112549.A48878@wantadilla.lemis.com> In-Reply-To: <20010412014254.28150.qmail@web5204.mail.yahoo.com>; from caseylara@yahoo.com on Wed, Apr 11, 2001 at 06:42:54PM -0700 References: <20010412014254.28150.qmail@web5204.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010412112549.A48878>