I just noticed something on my desktop running F7.<br><br>/usr was at 100%, then I noticed /usr/local was also at 100%, both being different lvm/fs.  Some how both are the same size and file up at the same time.....  extend one of them and the other grows....whats up with this?
<br><br>Example, I'll add some space to /usr<br><br><br>[root@echelon ~]# df -h /usr /usr/local/<br>Filesystem            Size  Used Avail Use% Mounted on<br>/dev/mapper/rootvg-usrlv<br>                      9.7G  7.4G
  1.9G  80% /usr<br>/dev/mapper/rootvg-locallv<br>                      9.7G  7.4G  1.9G  80% /usr/local<br># ls -l /dev/mapper/<br>total 0<br>crw------- 1 root root  10, 63 2007-07-07 04:35 control<br>brw-rw---- 1 root disk 253,  4 2007-07-07 09:35 rootvg-homelv
<br>brw-rw---- 1 root disk 253,  3 2007-07-07 09:35 rootvg-locallv<br>brw-rw---- 1 root disk 253,  2 2007-07-07 09:35 rootvg-optlv<br>brw-rw---- 1 root disk 253,  0 2007-07-07 09:35 rootvg-rootlv<br>brw-rw---- 1 root disk 253,  7 2007-07-07 04:35 rootvg-swaplv
<br>brw-rw---- 1 root disk 253,  5 2007-07-07 09:35 rootvg-tmplv<br>brw-rw---- 1 root disk 253,  6 2007-07-07 09:35 rootvg-usrlv<br>brw-rw---- 1 root disk 253,  1 2007-07-07 09:35 rootvg-varlv<br><br># ls -l /dev/rootvg/<br>
total 0<br>lrwxrwxrwx 1 root root 25 2007-07-07 04:35 homelv -> /dev/mapper/rootvg-homelv<br>lrwxrwxrwx 1 root root 26 2007-07-07 04:35 locallv -> /dev/mapper/rootvg-locallv<br>lrwxrwxrwx 1 root root 24 2007-07-07 04:35 optlv -> /dev/mapper/rootvg-optlv
<br>lrwxrwxrwx 1 root root 25 2007-07-07 04:35 rootlv -> /dev/mapper/rootvg-rootlv<br>lrwxrwxrwx 1 root root 25 2007-07-07 04:35 swaplv -> /dev/mapper/rootvg-swaplv<br>lrwxrwxrwx 1 root root 24 2007-07-07 04:35 tmplv -> /dev/mapper/rootvg-tmplv
<br>lrwxrwxrwx 1 root root 24 2007-07-07 09:38 usrlv -> /dev/mapper/rootvg-usrlv<br>lrwxrwxrwx 1 root root 24 2007-07-07 04:35 varlv -> /dev/mapper/rootvg-varlv<br><br>[root@echelon ~]# lvextend -L+1G /dev/rootvg/usrlv 
<br>  Extending logical volume usrlv to 11.00 GB<br>  Logical volume usrlv successfully resized<br><br>[root@echelon ~]# resize2fs /dev/rootvg/usrlv<br>resize2fs 1.39 (29-May-2006)<br>Filesystem at /dev/rootvg/usrlv is mounted on /usr; on-line resizing required
<br>Performing an on-line resize of /dev/rootvg/usrlv to 2883584 (4k) blocks.<br>The filesystem on /dev/rootvg/usrlv is now 2883584 blocks long.<br><br>And the WHAT?  Compare this to the first one at 9.7G<br><br>[root@echelon
 ~]# df -h /usr /usr/local/<br>Filesystem            Size  Used Avail Use% Mounted on<br>/dev/mapper/rootvg-usrlv<br>                       11G  7.4G  2.8G  73% /usr<br>/dev/mapper/rootvg-locallv<br>                       11G  
7.4G  2.8G  73% /usr/local<br><br>This tells me my box is on crack, outside of that, not sure what is going on here.<br><br>