From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 13:00:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8E31065673 for ; Wed, 8 Feb 2012 13:00:53 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 56DF48FC14 for ; Wed, 8 Feb 2012 13:00:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:To:From:Date; bh=er/zA0Xk+Eu48aCHbTF+MaxRu5kWmp756k7dm60oJ1M=; b=X16+jJDDRY5FUkSbVnaLZKDQacntjEgLymLb6UtMZynK61Io4jMaK0qFXIF0AwwiuegA2UkFK5bsPEv5VmgXuNUMiFb2flLk6U92mYQg5jIlL+nxOEolZbFhca7UQR32Z5pdYYk5G93CNexMp/5NOXfSGhIU3pVcDMypZqmu70A=; Received: from iglou2.iglou.com ([192.107.41.8]:42596 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1Rv6hM-0001u0-CU by authid with igloumta_auth for freebsd-questions@freebsd.org; Wed, 08 Feb 2012 07:32:32 -0500 Received: from shell1.iglou.com ([192.107.41.17]:36596 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1Rv6hM-000217-2p for freebsd-questions@freebsd.org; Wed, 08 Feb 2012 07:32:32 -0500 Date: Wed, 8 Feb 2012 07:32:31 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Subject: [solved]: journal timestamp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 13:00:53 -0000 > An amd64 running fbsd9-RC1 was shutdown overnight from the 'shutdown > -p now' command. It reported an unclean shutdown and I ran 'fsck > -y'. Still it will not boot and the message is "Journal timestamp > does not match fs mount time". > > This is occurring for both /var and /usr. > Sporadic episodes of dd, mount, fsck and the like produced no results- apparently if the journal is out of sync then FreeBSD offers no utility to fix it. With a new disk and install of FreeBSD9 then I could mount ufs /usr read-only and copy files to the new installation and then with 'zfs list' created a mount-point for the zfs disk and copied those files as well. Darrel