dump reads more than restore writes?
perryh at pluto.rain.com
perryh at pluto.rain.com
Mon Jan 8 04:02:31 UTC 2007
> Is dump reading substantially more than restore is writing?
Quite possibly, esp. if the source disk is nowhere near full and/or
most of the files being handled are small. dump reads every inode
on the disk, including those which are unallocated, and probably
reads entire data blocks -- or even entire FS blocks -- even when
only part of the block contains useful data. Restore writes only
what it has to.
More information about the freebsd-hackers
mailing list