From owner-freebsd-questions@FreeBSD.ORG Mon Feb 22 15:04:10 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB7610656E7 for ; Mon, 22 Feb 2010 15:04:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id D757B8FC08 for ; Mon, 22 Feb 2010 15:04:09 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id o1MF1hgq043902; Mon, 22 Feb 2010 10:01:44 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id o1MF1h1t043901; Mon, 22 Feb 2010 10:01:43 -0500 (EST) (envelope-from jerrymc) Date: Mon, 22 Feb 2010 10:01:43 -0500 From: Jerry McAllister To: Aiza Message-ID: <20100222150143.GE43687@gizmo.acns.msu.edu> References: <4B828B28.9020703@comclark.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B828B28.9020703@comclark.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions Subject: Re: dump warning msgs?? 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: Mon, 22 Feb 2010 15:04:10 -0000 On Mon, Feb 22, 2010 at 09:48:24PM +0800, Aiza wrote: > Here is the output messages from a test dump of a live file system / > What are the warning messages trying to tell me and more important the > expected next file 16454, got 437 > message? Looks like it finished OK. Those numbers are inode identifiers. I don't know the exact algorithm dump uses for sorting the inodes, but this looks like a file was deleted between the time the list was made and the time dump got to reading it. That is a message of the sort it makes when those things happen. ////jerry > > /mnt >dump -0Lauf - /dev/ad0s1a | restore -rf - > DUMP: Date of this level 0 dump: Mon Feb 22 21:28:25 2010 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping snapshot of /dev/ad0s1a (/) to standard output > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 171427 tape blocks. > DUMP: dumping (Pass III) [directories] > DUMP: dumping (Pass IV) [regular files] > warning: ./.snap: File exists > warning: ./tmp: File exists > expected next file 16454, got 437 > DUMP: 88.38% done, finished in 0:00 at Mon Feb 22 21:34:06 2010 > DUMP: DUMP: 171430 tape blocks > DUMP: finished in 343 seconds, throughput 499 KBytes/sec > DUMP: level 0 dump on Mon Feb 22 21:28:25 2010 > DUMP: DUMP IS DONE > # /mnt > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"