On Thu, May 02, 2002 at 03:32:50PM +0100, Dave Jones wrote:
> EXT2-fs error (device ide0(3,65)): ext2_free_blocks: Freeing blocks not
> in datazone - block = 2553887680, count = 1
Ugh, I figured out how this was caused, and its somewhat pathological.
What the script should have been doing was two parallel fsx's
one on hdb1 and the other on hdb2. Mounted on /mnt/test-hdb1 and
/mnt/test-hdb2
Due to a screwup in the script I wrote, both were mounting on /mnt/test
net result: chaos as 1 fsx process had another mount another
partition over the top of it.
With the script corrected, it seems to be playing well.
Dave.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue May 07 2002 - 22:00:13 EST