Issues with gjournal (heaaaaaaaaaaalp!)

Ilya Bakulin webmaster at kibab.com
Thu Jun 18 14:14:48 UTC 2009


On Wed, 10 Jun 2009 23:24:49 -0700
Garrett Cooper <yanefbsd at gmail.com> wrote:
> Hi Dan,
> 
> I'm doing that right now =\...
> 
> 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)
> 
> 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:

=============================================================
kibab at kibab-nb%mount
/dev/ad4s1a on / (ufs, local)
devfs on /dev (devfs, local)
<snip>
/dev/label/Home on /home (ufs, asynchronous, local, gjournal)
=============================================================

Notice "gjournal" flag in brackets. You output doesn't contain it...

-- 
Ilya Bakulin <webmaster at kibab.com>
xmpp://kibab612@jabber.ru
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20090618/d1048980/attachment.pgp


More information about the freebsd-stable mailing list