Since this is SLES10 there is no need to unmount the file system before
resizing it. You had to do that with SLES9 and earlier. SLES10 and later
you can usually resize the voulme without unmounting the filesystem

Calvin Fisher

On Wednesday 31 October 2007 09:49, Mark Pace wrote:
> Here are my notes when I want to increase my LVM space.
>
> vgextend vg1 /dev/dasdx1
>
> vgdisplay
>
>             Look for Total PE
>
> lvextend –l total_PE /dev/vg1/lv1
>
> umount your logical volume
>
> e2fsck –f /dev/volume group/logical volume
>
> resize2fs /dev/volume group/logical volume
>
> remount your volume group -  mount –a
>
> Did you by chance forget to resize the file system?

Reply via email to