Date: Mon, 22 Feb 2010 10:01:43 -0500 From: Jerry McAllister <jerrymc@msu.edu> To: Aiza <aiza21@comclark.com> Cc: freebsd-questions <questions@freebsd.org> Subject: Re: dump warning msgs?? Message-ID: <20100222150143.GE43687@gizmo.acns.msu.edu> In-Reply-To: <4B828B28.9020703@comclark.com> References: <4B828B28.9020703@comclark.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100222150143.GE43687>