I am on SLES10 and am trying to extend the size of /usr I did:
lvextend -L +5G /dev/vg00/vol03
which seemed to work. Now when I try to do:
resize2fs /dev/vg00/vol03 11G
I get:
an ... is mounted; can't resize a mounted filesystem
I also tried:
ext2online /dev/vg00/vol03 11G
which results in:
warning - device size 157...., specified 288.... error invalid argument: seeking to 11811155968
The host is an VMWARE SLES9 so I can't boot from CD and therefore can not unmount /usr
Please Help.