Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 23:09:53 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Darryl Hoar <darryl@osborne-ind.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Oops
Message-ID:  <20080131230902.N4276@wojtek.tensor.gdynia.pl>
In-Reply-To: <F97FF5991BF04665AE8A66D9EF3874AF@Europa>
References:  <F97FF5991BF04665AE8A66D9EF3874AF@Europa>

next in thread | previous in thread | raw e-mail | index | archive | help
> am setting up gmirror and screwed up my fstab.  When rebooting,
> it complains until I tell it the root device:
> ufs:/dev/mirror/gm0s1a

add

vfs.root.mountfrom="ufs:mirror/gm0s1a"

to /boot/loader.conf


>
> it boots up and dumps me into single user.  When I try to change
> /etc/fstab, it tells me that the parition is mounted read only.

do

mount -uw /dev/gm0s1a /

and then edit




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