# How to resize a logical volume

````bash
lvreduce --resizefs -L -64M vg00/lvol1
````