Hi, On Tue, 2006-02-14 at 11:58 -0500, Mark Haney wrote: > > I created the volumes myself, all at once. I verified the size of the > > volume at each step. I had thought that it's possible that ext3 only > > formatted the 2.4TB extent and that resizing it might work. > > Fortunately I have one of these volumes not in use so I can test that > > and see how it goes. Thanks for all your help on this. > Just an update on this. It seems as if the mke2fs version that comes > with FC2 when used with a large lvm volume will only create the fs up to > 2TB. Ahh, good --- I was about to ask what version of FC you were using now, and what version you had used to create the fs initially. e2fsprogs used to have a bug interacting with some versions of the kernel when querying the device size. As a workaround on those old versions, you could use "mke2fs -b 4096" to force it to use a 4k blocksize when calculating the device size, and avoid the overflow. Newer e2fsprogs should always get it right; please do let me know if you still find problems in that area, I think I got them all fixed for FC3 and FC4. Cheers, Stephen