From owner-freebsd-fs@FreeBSD.ORG Mon May 17 17:38:43 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D421065689 for ; Mon, 17 May 2010 17:38:43 +0000 (UTC) (envelope-from mike.barnardq@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C7CD08FC0A for ; Mon, 17 May 2010 17:38:42 +0000 (UTC) Received: by fxm19 with SMTP id 19so1245677fxm.13 for ; Mon, 17 May 2010 10:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=DD4WlE/H3yjqlfKw2uInPztMj66BkrSf4juEAk9M794=; b=qmIYv3ppJkcE6yQTUAvhSHFLR+j2/Ka7hIzpCazN6yzh9UV1Ij7Ufpm9GsTeZAlS+U B8o9defs8KAv+gfdbTQoUZf8bmK+KmfPVmVoDfWjHMuFu4wIf0HJNiaWtPpfvW/VKFYi g1oJixbyCsSsoPgEnD/sgxpaXDN2QtPfTbPjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QOG4q6devJkw0O3qxOOrM+PNHx/2mFtwgIvnGD6JH9cnvuxl2JIBpVmxjZVmHFnDf0 3DCOVWUefHvyMvI/hamaIzHY3TBmJgFOp3AhCZnNoWkzaMScnCi9lLwPMujFpKxgWeXi 09obJ+qstE+PTKViU8Yt4O9naA+MAU038XW+k= MIME-Version: 1.0 Received: by 10.223.17.197 with SMTP id t5mr1828691faa.84.1274117921606; Mon, 17 May 2010 10:38:41 -0700 (PDT) Received: by 10.223.105.146 with HTTP; Mon, 17 May 2010 10:38:41 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 May 2010 20:38:41 +0300 Message-ID: From: Mike Barnard To: bf1783@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: UFS Journaling gone south X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2010 17:38:43 -0000 On Mon, May 17, 2010 at 2:47 PM, Mike Barnard wrote > > > > Prior to rebooting, I checked and I did have da0s1f.journal and > da0s1g.journal and the da0s2d and da0s2e devices, after the reboot and the > panic, I check /dev and the seem to have reverted back to da0s1f and > da0s1g... and da0s2d and da0s2e have also gone AWOL... :-w > > fortunately, this is a new installation on which I want to test journal > devices. I'll do this again, reserving some sectors on both partitions. > > I must admit, this has me hands down. I have entered custom newfs flags on sysinstall (-r 2, 4, and 8). With a test on these sector sizes to be reserved at the end of the disk, gjournal label da0s1f da0s2d still says that I need to use -f to overwrite. I do so and end up with journal devices, but when I reboot... the journal devices and the journal providers are missing. I have even done -J flag on the newfs options in sysinstall but I end up with the same results... no journal devices are created and I end up with a kernel panic and into single usermode. There are no journal devices created. Mounting the disks fails with: warning: GJOURNAL flag on fs but no gjournal provider below. Am I doing all this wrong, Am I missing something? -- Mike Of course, you might discount this possibility, but remember that one in a million chances happen 99% of the time. ------------------------------------------------------------