On Sat, 26 Mar 2005 13:33:58 -0500, Ignacio Vazquez-Abrams <ivazquez@xxxxxxxxxxxx> wrote: > On Sat, 2005-03-26 at 19:02 +0100, Gilles CHAUVIN wrote: > > The replacing tool is ext2online but this one seems to only be able to > > grow a filesystem (not reducing it). What tool do I have to use to > > shrink a ext3 filesystem ? > > ext2online. Unmount the filesystem first. > > -- > Ignacio Vazquez-Abrams <ivazquez@xxxxxxxxxxxx> > http://centos.ivazquez.net/ > > gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 > > > _______________________________________________ > CentOS mailing list > CentOS@xxxxxxxxxxx > http://lists.caosity.org/mailman/listinfo/centos > > > > Thanks but that doesn't seems to be the correct solution :( # mount /dev/VG00/GCN # ext2online /dev/VG00/GCN ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b ext2online: new size is same as current (262144) # umount /dev/VG00/GCN # ext2online /dev/VG00/GCN ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b ext2online: can't find /dev/mapper/VG00-GCN, is it mounted? usage: ext2online [...] Am I doing something wrong or is ext2online not the correct tool for this ? Gilles.