Date: Thu, 18 Jun 2009 18:15:58 +0400 From: Ilya Bakulin <webmaster@kibab.com> To: Garrett Cooper <yanefbsd@gmail.com> Cc: FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>, ata@freebsd.org, Dan Naumov <dan.naumov@gmail.com>, pjd@freebsd.org Subject: Re: Issues with gjournal (heaaaaaaaaaaalp!) Message-ID: <20090618181558.73adfe0e.webmaster@kibab.com> In-Reply-To: <7d6fde3d0906102324i7c296d40pdf5a5e853c359bc3@mail.gmail.com> References: <7d6fde3d0906101944t7a04ff7ejdd415938d3e1483c@mail.gmail.com> <7d6fde3d0906101950r7640dbf5va8181fd80e2e07ba@mail.gmail.com> <cf9b1ee00906102258q1be83c1eu18611002670a8064@mail.gmail.com> <7d6fde3d0906102324i7c296d40pdf5a5e853c359bc3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Thu__18_Jun_2009_18_15_59_+0400__Utip1wDlBWK+n4V Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 10 Jun 2009 23:24:49 -0700 Garrett Cooper <yanefbsd@gmail.com> wrote: > Hi Dan, >=20 > I'm doing that right now =3D\... >=20 > orangebox# mount > /dev/ad6s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad6s1d.journal on /usr (ufs, asynchronous, local) > /dev/ad6s1e on /usr/home (ufs, local) > /dev/ad6s1f on /var (ufs, local) >=20 > Thanks! > -Garrett GJournal actually doesn't work on your box now. To make it work, you MUST use special flag "-J" to newfs. See beginning of newfs(8). After you do newfs -O2 -J /dev/ad6s1d.journal and mount it, you will see somehow different "mount" output: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D kibab@kibab-nb%mount /dev/ad4s1a on / (ufs, local) devfs on /dev (devfs, local) <snip> /dev/label/Home on /home (ufs, asynchronous, local, gjournal) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Notice "gjournal" flag in brackets. You output doesn't contain it... --=20 Ilya Bakulin <webmaster@kibab.com> xmpp://kibab612@jabber.ru --Signature=_Thu__18_Jun_2009_18_15_59_+0400__Utip1wDlBWK+n4V Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) iEYEARECAAYFAko6TB8ACgkQo9vlj1oadwj8hACeKUaSdDehvWD8JYMHU0RaeZoO 4uAAmwV9zxA+tFVwSQz1rqSvpHYIKzmR =lNXk -----END PGP SIGNATURE----- --Signature=_Thu__18_Jun_2009_18_15_59_+0400__Utip1wDlBWK+n4V--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090618181558.73adfe0e.webmaster>