Date: Thu, 22 Apr 2010 20:31:48 -0400 From: Glen Barber <glen.j.barber@gmail.com> To: Yuri <yuri@rawbw.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to mount mfsroot? Message-ID: <20100423003148.GA58136@orion.hsd1.pa.comcast.net> In-Reply-To: <4BD0DA42.4090201@rawbw.com> References: <4BD0DA42.4090201@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Yuri wrote: > I am trying to set up NFS install, and need to modify mfsroot to not > load sysinstall. > But vnconfig is disabled in 8.0. > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/article.html > suggests using "vnconfig vn0 mfsroot" > But vnconfig is disabled in 8.0. > > So I ran: > mdconfig -a -t vnode -f mfsroot > mount /dev/md0 /mnt/ > And got an error: > mount: /dev/md0 : Invalid argument > > What's wrong? > Yuri Have a look at the EXAMPLES section of mdconfig(8). You need to bsdlabel and newfs the md device. Regards, -- Glen Barber
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100423003148.GA58136>