Date: Sat, 03 Dec 2011 05:56:49 -0600 From: CyberLeo Kitsana <cyberleo@cyberleo.net> To: APseudoUtopia <apseudoutopia@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ZFS Filesystems wont auto-mount on boot Message-ID: <4EDA0E81.9050507@cyberleo.net> In-Reply-To: <CAKOHg=O-immXozBytrqO-dFuKN-OT=O04zGz7m9JK3Rrcva=Ww@mail.gmail.com> References: <CAKOHg=O-immXozBytrqO-dFuKN-OT=O04zGz7m9JK3Rrcva=Ww@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/03/2011 12:28 AM, APseudoUtopia wrote: > Hello, > > I followed a couple tutorials I found through google to setup RAID-Z1 > on root on FreeBSD 9.0-RC2. Everything works well, except it always > drops me into a recovery shell on boot. I'm forced to run `zfs mount > -a` to get all my data visible. Here's the boot log: > > Trying to mount root from zfs:root []... > Dec 3 01:23:07 init: login_getclass: unknown class `daemon` > cannot open /etc/rc: No such file or directory You did not provide a list of your filesystems, so this is just a guess, but I'd say that, judging by this error, you have /etc on a separate filesystem. At least /bin, /sbin, /lib, /libexec, and /etc must be on your root filesystem for the boot process to function, since the system bootstrap (/etc/rc et alia) resides in /etc and uses components in the other listed directories; it is the system bootstrap which automounts your ZFS filesystems on boot (zfs_enable). > Enter full pathname of shell or RETURN for /bin/sh: > > I then hit return, then run `zfs mount -a` to mount all my zfs filesystems. > > How can I have zfs automount these filesystems on boot so that the > system can continue booting without being interrupted? -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net <CyberLeo@CyberLeo.Net> Furry Peace! - http://wwww.fur.com/peace/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EDA0E81.9050507>