I am trying to extend the root "/" filesystem from 140Mb to 500Mb on an HP D230-1way (loaded with 11.00). I have entered the system in Single User Mode and have unmounted all the file sytems. The only one still mounted is the root FS (FS is in use). I used the command:
# lvextend -L 500 /dev/vg00/lvol4
I get the message:
lvextend: Not enough free physical extents available.
Logical Volume "/dev/vg00/lvol4" could not be extended.
Failure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy.
I have tried using the command LVCHANGE to change the "contiguous and strict" variables, but this message comes up:
Can not change to non-contiguous allocation policy
Logical Volume "/dev/vg00/lvol4" must be contiguous.
Can anyone help?
# lvextend -L 500 /dev/vg00/lvol4
I get the message:
lvextend: Not enough free physical extents available.
Logical Volume "/dev/vg00/lvol4" could not be extended.
Failure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy.
I have tried using the command LVCHANGE to change the "contiguous and strict" variables, but this message comes up:
Can not change to non-contiguous allocation policy
Logical Volume "/dev/vg00/lvol4" must be contiguous.
Can anyone help?