From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 13:51:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50D216A6FD for ; Thu, 7 Oct 2004 13:51:08 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B194043D2D for ; Thu, 7 Oct 2004 13:51:07 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i97Dp0806155; Thu, 7 Oct 2004 22:51:01 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041007110802.GA4960@shagged.org> References: <20041007110802.GA4960@shagged.org> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 9 From: Makoto Matsushita To: chris@shagged.org Date: Thu, 07 Oct 2004 22:50:58 +0900 Message-Id: <20041007225058J.matusita@jp.FreeBSD.org> cc: current@FreeBSD.org Subject: Re: dump/mksnap_ffs & fsck failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 13:51:08 -0000 chris> # /sbin/dump -0 -LuaC32 -f /backup/root.dump / chris> mksnap_ffs: Cannot create //.snap/dump_snapshot: Input/output error Does your system have "/.snap" directory? It must be there before using dump(8) with -L option (see manpage for more detail). -- - Makoto `MAR' Matsushita