Hi,
On Tue, 2 Nov 1999 03:10:10 -0600, Timothy Ball
<[EMAIL PROTECTED]> said:
> Here's the info from /var/log/dmesg. Could it be that my journal file
> has a large inode number? And if you have more than one ext3 partition
> can you have more than one journal file? How would you specify it...
> must read code...
You need one per filesystem, and you register it when you mount the
filesystem. For non-root filesystems, just umount and remount with the
"-o journal=xxx" flag. For the root filesystem you need the rootflags=
trick.
--Stephen