Hey,<br><br>i just expanded my logical volume with lvextend ans the lvdisplay stuff looks fine. the only problem is that the "df" command is still showing the old size. to fix that issue i need to do: "extendfs". The problem with that is that i can`t find the package.. it`s not installed on fedora by default (or did it got a name change?) i couldn`t even find a rpm for it on google.
<br><br>Any help please?<br><br>this is how my lvdisplay looks:<br>  --- Logical volume ---<br>  LV Name                /dev/VolGroup00/LogVol00<br>  VG Name                VolGroup00<br>  LV UUID                0uFrBf-Olz2-4FiQ-758G-xxCa-69rX-FlsA8w
<br>  LV Write Access        read/write<br>  LV Status              available<br>  # open                 1<br>  LV Size                13.88 GB<br>  Current LE             444<br>  Segments               3<br>  Allocation             inherit
<br>  Read ahead sectors     0<br>  Block device           253:0<br><br>  --- Logical volume ---<br>  LV Name                /dev/VolGroup00/LogVol01<br>  VG Name                VolGroup00<br>  LV UUID                ydm1j2-v9kH-biC6-F4BL-1KsW-QFhW-2rJR1s
<br>  LV Write Access        read/write<br>  LV Status              available<br>  # open                 1<br>  LV Size                1.94 GB<br>  Current LE             62<br>  Segments               1<br>  Allocation             inherit
<br>  Read ahead sectors     0<br>  Block device           253:1<br><br><br>and this is how my df -h looks:<br>ilesystem            Size  Used Avail Use% Mounted on<br>/dev/mapper/VolGroup00-LogVol00<br>                      
7.0G  6.7G  228M  97% /<br>/dev/sda5              99M   19M   76M  20% /boot<br>tmpfs                 501M     0  501M   0% /dev/shm<br><br>And i did do a reboot.<br><br>Thanx,<br>Mark<br>