Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2012 19:15:05 -0600
From:      Gary Aitken <garya@dreamchaser.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: mount refused, no journal (solved)
Message-ID:  <4FC42319.9030901@dreamchaser.org>
In-Reply-To: <4FC3E157.6080606@dreamchaser.org>
References:  <4FC3E157.6080606@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Not sure why it happened in the first place,
but the failure to re-establish the journal using tunefs
was a result of "su root" and not "su - root"

On 05/28/12 14:34, Gary Aitken wrote:
> 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,



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