On Nov 13, 2002 08:55 -0500, Joseph Kezar wrote: > I have LVM working, and I have created all my logical volumes for my > environment. All of my logical volumes have been mkfs.ext3'd. > Everything works, except for when I try to change the size with lvreduce > or lvextend. These tools are happy to work, but when I remount my > logvols and type: mount I see that in fact the size that is reported to > the OS has not changed. > > Is there any incompatabilities with LVM and Ext3? No - ext3 is totally independent of LVM, except if you are doing snapshots. > Is there a comparable tool for ext3 like e2fsadm? Yes, e2fsadm. > Is it possible to resize an ext3 partition while it is online? Yes, but you need a new kernel patch and ext2online tools from CVS. Find both at http://sourceforge.net/projects/ext2resize/ This is beta code now (i.e. we don't know of any bugs), excluding the fact that ext2prepare doesn't work yet, so you can't online resize past the next 16GB boundary unless you created a new filesystem with the patched "mke2fs -O resize_inode" (patch at same place). Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/ _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/