Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2012 14:34:31 -0600
From:      Gary Aitken <freebsd@dreamchaser.org>
To:        freebsd-questions@freebsd.org
Subject:   mount refused, no journal
Message-ID:  <4FC3E157.6080606@dreamchaser.org>

next in thread | raw e-mail | index | archive | help
I mounted a previous system disk,
cleaned everything off it using rm,
then stuck a bunch of files on it.

Used it for a day or so,
including at least one
   shutdown -r
then halted the system to swap a CD.

Upon reboot, the system refuses to mount the drive:

mount -o rw -t ufs /dev/ada0p2 /hd1
Failed to find journal.  Use newfs to create one
Failed to start journal: 2
mount: /dev/ada0p2 : No such file or directory

Doing
   mount -o ro -t ufs /dev/ada0p2 /hd1
succeeds.

tunefs -p /hd1
shows
   soft updates               enabled
   soft update journaling     enabled
   gjournal                   disabled

tunefs -p /
shows the same

The error looks like it's expecting gjournal to be enabled,
but the tunefs output shows it should not be.

Any hints?

Thanks,

Gary



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FC3E157.6080606>