From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1CKaPk9021000 for ; Mon, 12 Feb 2007 15:36:25 -0500 Received: from smtp102.sbc.mail.re2.yahoo.com (smtp102.sbc.mail.re2.yahoo.com [68.142.229.103]) by mx1.redhat.com (8.13.1/8.13.1) with SMTP id l1CKaNwQ002129 for ; Mon, 12 Feb 2007 15:36:23 -0500 Message-ID: <45D0CFA1.9070508@akamail.com> Date: Mon, 12 Feb 2007 12:35:45 -0800 From: Duane Clark MIME-Version: 1.0 References: <682963.73875.qm@web38214.mail.mud.yahoo.com> In-Reply-To: <682963.73875.qm@web38214.mail.mud.yahoo.com> Content-Transfer-Encoding: 7bit Subject: [linux-lvm] Re: Extending the Root Volume with LVM Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-lvm@redhat.com Sean McGlynn wrote: > I am working with RHEL 4 Update 4. When initially installing the OS I > allowed the installation to automatically partition the disk, and it > used LVM to create a logical volume to mount the root file system. The > only other logical volume it created was for the swap file. > > Now, as an experiment, I am attempting to extend the volume group and > logical volume on which root is mounted. Everything appeared to > be going smoothly (extending the VG, extending the LV, doing a vgchange, > and then a lvm lvchange), but I am now at the point where I want to run > e2fsck to check the file system and resize2fs to resize the files system > to realize the added space, and I can't do either because the volume is > mounted, and cannot be unmounted. > > I've read a few suggestions such as using the installation media to go > in in rescue mode, but nothing seems to do the trick. Why, what problems did you run into? When rescue mode asked you whether you wanted it to find and mount the root partitions, did you select "skip"? Here are step by step instructions on how I reduced the LVM (on FC4), including e2fsck and resize2fs. https://www.redhat.com/archives/linux-lvm/2006-August/msg00081.html > I also read > something that said that you cannot extend the root volume, and that you > shouldn't have to. This appears to be more accurate than anything else > I've read. Definitely not true.