Date: Wed, 7 Mar 2007 11:18:12 +0200 From: Andrei Kolu <antik@bsd.ee> To: freebsd-geom@freebsd.org Subject: Re: problem initialising gjournaling on boot time Message-ID: <200703071118.12380.antik@bsd.ee> In-Reply-To: <200703071111.42440.antik@bsd.ee> References: <20070120073117.GB60202@x12.dk> <200703061251.58279.antik@bsd.ee> <200703071111.42440.antik@bsd.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 07 March 2007 11:11, Andrei Kolu wrote: > -------------------------------------------------------------------------- > fsck: exec fsck_ufs, async for /dev/ad0s3.journal in /sbin:/usr/sbin: No > such file or firectory > > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > ufs,async:/dev/ad0s3.journal (/jail) > Unknown error: help! > -------------------------------------------------------------------------- umm, my bad- line in fstab was wrong: was: /dev/ad0s3.journal /jail ufs,async rw 2 2 should be: /dev/ad0s3.journal /jail ufs rw,async 2 2 Should go to sleep earlier :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703071118.12380.antik>