I am seeing access to > 2tb on a dm target silently wrap around to 0. Simple recreation steps: lvcreate --type zero -L 3TB -n empty vg0 lvcreate -s vg0/empty -L 10G -n thin mke2fs -t ext4 -E lazy_itable_init /dev/vg0/thin e2fsck -f /dev/vg0/thin The fsck will find block bitmap differences on a cleanly formatted fs that seem to be caused by wraparound. Accessing block 536870912 with dd seems to return the superblock instead of the block allocation bitmap that should be located there. This is using kernel 2.6.31-21-generic-pae i686 build from Ubuntu 9.10. Is this a known issue and/or can anyone reproduce it? -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel