<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<p>maybe a quick question:
<br>I have installed and integrated the LVM for one vg (vg00) with
two lv00, lv01.
<br>The capacity of vg00 is 4GB and lv00 were assigned 500 MB and lv01
1000MB.
<p>If I now try to extend lv00  with lvextend, I need to renew the
file system on this
<br>lv00 partion with mke2fs, to make the change valid (for example inside
df).
<br>During this process all data are lost (sure).  My understanding
of the resize2fs utility
<br>was that the resizing of a lv is dynamically and the data are not removed.
After the in-
<br>stallation of the resize2fs utility, I was able to invoke it without
problems, but the
<br>result was the same like lvextend.
<br>I called, i.g. resize2fs -L+100 /dev/vg00/lv00, and the tool finished
with a hint to run
<br>fsck on the partition. After this was done and a remount the size was
still the same like
<br>before. After installing a new filesystem to the lv00 partition it
was increased, but the
<br>data were also lost again.
<p>Is there misunderstanding or am I not able to extend a lv without loosing
data?
<p>Thanks and kind regards Lars
<pre></pre>
 </html>