From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200206061712.g56HCCR19735@bach.leonora.org> From: "Vladimir G. Ivanovic" Subject: Re: [linux-lvm] filesystem does not reflect new LV size In-Reply-To: Your message of "Thu, 06 Jun 2002 10:06:02 PDT." Mime-Version: 1.0 (generated by tm-edit 1.8) Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Thu Jun 6 12:12:02 2002 List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com Actually, my question should have been about resize2fs because that's what I have on my system. --- Vladimir -------- Vladimir G. Ivanovic http://leonora.org/~vladimir 2770 Cowper St. vladimir@acm.org Palo Alto, CA 94306-2447 +1 650 678 8014 "VGI" == Vladimir G Ivanovic writes: VGI> Joe Thornber writes: >> Resizing is always done in two steps, these steps are done in a >> different order depending whether you are extending or reducing. >> >> Extending: >> >> i) Resize the LV (lvextend) >> ii) Resize the filesystem (eg, ext2resize, resize_reiserfs) >> >> Reducing: >> >> i) Resize filesystem. >> ii) Resize the LV (lvreduce) >> >> >> There is a tool called e2fsadm provided in LVM1 which performs both of >> these steps iff you are using an ext2 filesystem. VGI> Thanks! I assume that ext2resize also works for ext3 filesystems. Do I VGI> have to do anything special about the journal file, which is a hidden VGI> inode.