On February 29, 2012 at 2:43 AM "J. Roeleveld" wrote: > > On Wed, February 29, 2012 2:01 am, Alex Schuster wrote: > > Dale writes: > > > >> Alex Schuster wrote: > >> > > > > >> Also, it is already set up with LVM and > >> ext4. Can I change it even while there is data on there? > > > > Sure! Cool, isn't it. Just call lvresize -L +1G /dev/mapper/whatever or > > something, and then resize2fs /dev/mapper/whatever. > > I don't use ext4 (yet), so not sure about this. But, isn't "resize2fs" for > ext2/3 only? > > -- > Joost From the man page: On February 29, 2012 at 2:43 AM "J. Roeleveld" wrote: > > On Wed, February 29, 2012 2:01 am, Alex Schuster wrote: > > Dale writes: > > > >> Alex Schuster wrote: > >> > > > > >> Also, it is already set up with LVM and > >> ext4. Can I change it even while there is data on there? > > > > Sure! Cool, isn't it. Just call lvresize -L +1G /dev/mapper/whatever or > > something, and then resize2fs /dev/mapper/whatever. > > I don't use ext4 (yet), so not sure about this. But, isn't "resize2fs" for > ext2/3 only? > > -- > Joost From the man page: The resize2fs program will resize ext2, ext3, or ext4 file systems.