From owner-freebsd-stable@FreeBSD.ORG Tue Sep 12 22:04:48 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0472116A412 for ; Tue, 12 Sep 2006 22:04:48 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0BB43D45 for ; Tue, 12 Sep 2006 22:04:45 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id EBF99111B8; Tue, 12 Sep 2006 17:04:44 -0500 (CDT) Date: Tue, 12 Sep 2006 17:04:43 -0500 From: Craig Boston To: Teufel Message-ID: <20060912220442.GA75667@nowhere> Mail-Followup-To: Craig Boston , Teufel , freebsd-stable@FreeBSD.org References: <45066E19.2040405@kuehlbox.de> <45070EE6.3090104@kuehlbox.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45070EE6.3090104@kuehlbox.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@FreeBSD.org Subject: Re: gjournal and Softupdates X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 22:04:48 -0000 On Tue, Sep 12, 2006 at 09:47:50PM +0200, Teufel wrote: > Well, thats why i actually don't find journaling filesystems very sexy. > So the question is, if it is still safe to use fsck on a gjournal > enabled FS ? Well, if you just want to check, you can take a snapshot and run fsck -n on it. That will at least tell you if there's any problems that need to be dealt with. Running fsck on a journal-enabled UFS should be safe modulo the usual requirements (not mounted, which probably means single-user mode). Craig