UFS Journal Errors.

Hey everyone,

So I have a FreeBSD 10 VM that all of a sudden started rebooting on its own so I rebooted into single user mode and did an fsck on it and I am getting the following error that fsck(8) does not seem able to fix.

Code:
journal timestamp does not match fs mount time.

Thoughts? I don't see much out there in regards to fixing this..

Thanks

Matt
 
To add to this, can this be fixed with tunefs? I have read a bit and it looks like it "might" be possible but I am unsure as to how..
 
Some people recommend avoiding soft updates journaling (SUJ). It can be disabled when the filesystem is not mounted with tunefs(8). I would make a backup first, with dd(1) if the filesystem cannot be mounted.
 
That's the strange thing, it boots but it was the constant rebooting that made me aware of the problem. it's only / that has the issue as well..
 
Back
Top