All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Dilger <adilger@turbolabs.com>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] extending a logical volume
Date: Wed Jan 23 11:40:02 2002	[thread overview]
Message-ID: <20020123103949.N960@lynx.adilger.int> (raw)
In-Reply-To: <E16TP0T-0001zV-00@arwen.dev33.cvf>; from ppons@cvf.fr on Wed, Jan 23, 2002 at 04:08:09PM +0100

On Jan 23, 2002  16:08 +0100, Pierrick PONS wrote:
> To conclude on this subject, here is what I've done.
> I've extended my ext3 partition offline and not online.
> These commands are easy but maybe they will help some persons.
> They would have helped me ...
> 
> 
> lvextend -L+200 /dev/testlvm/testlv
> lvscan
> umount /dev/testlvm/testlv 
> 
> e2fsck -f /dev/testlvm/testlv 
> resize2fs -d -p /dev/testlvm/testlv
> mount /dev/testlvm/testlv /mnt/lvm  
> df -k

This is all done for you with the "e2fsadm" command included with the
LVM user tools (including e2fsck):

umount /dev/testlvm/testlv
e2fsadm -L+200 /dev/testlvm/testlv
mount /dev/testlvm/testlv

Cheers, Andreas
--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://www-mddsp.enel.ucalgary.ca/People/adilger/

      reply	other threads:[~2002-01-23 11:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-21 12:10 [linux-lvm] extending a logical volume Pierrick PONS
2002-01-21 12:43 ` lembark
2002-01-21 14:13   ` Brad Langhorst
2002-01-21 14:50     ` Harri Haataja
2002-01-21 15:01       ` lembark
2002-01-21 18:47         ` [linux-lvm] Whats wrong with this picture? James Hawtin
2002-01-21 20:37           ` Andreas Dilger
2002-01-22  3:22             ` James Hawtin
2002-01-21 15:22       ` [linux-lvm] extending a logical volume mitch
2002-01-21 15:37         ` Harri Haataja
2002-01-21 18:27       ` James Hawtin
2002-01-21 14:56     ` lembark
2002-01-21 20:40       ` Andreas Dilger
2002-01-21 14:59     ` Pierrick PONS
2002-01-21 15:04       ` lembark
2002-01-21 20:34   ` Andreas Dilger
2002-01-22  4:37     ` Heinz J . Mauelshagen
2002-01-21 20:29 ` Andreas Dilger
2002-01-22  5:09   ` Pierrick PONS
2002-01-22  6:17     ` James Hawtin
2002-01-22 13:04       ` Andreas Dilger
2002-01-23  9:09         ` Pierrick PONS
2002-01-23 11:40           ` Andreas Dilger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020123103949.N960@lynx.adilger.int \
    --to=adilger@turbolabs.com \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.