data retention after mkfs.ext3

From: David Wilk
Date: Wed Feb 08 2006 - 17:03:28 EST


We deploy a linux system by rsync'ing a filesystem off of a squashfs
FS on a CD. The deployment is automated and always involves an
mkfs.ext3 prior to any file copy. We have had some reports that tend
to indicate that some of the data from a previous install (of the same
method) is corrupting at least some of the files on a new install.
Old settings and random behavior has been seen, and breaking the RAID1
logical drive and rebuilding prior to install has always fixed the
issue.

It is my impression that mkfs.ext3 will make any existing data on a
block device invisiable to the new ext3 FS. Is it possible that if
the old FS is similar enough to the new one that the old data could
somehow influence the new files written to a new ext3 FS?

I know this *should* be impossible, but is it truly impossible?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/