All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinz Mauelshagen <mauelshagen@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Mounting two logical volumes to the same mount point
Date: Wed, 21 Jun 2006 10:24:34 +0200	[thread overview]
Message-ID: <20060621082434.GA4570@redhat.com> (raw)
In-Reply-To: <200606202107.29948.Aad.Rijnberg@zonnet.nl>

On Tue, Jun 20, 2006 at 09:07:29PM +0200, Aad Rijnberg wrote:
> Hi,
> 
> my logical volume that contains /usr appears to be too small. I already 
> removed some applications that I did not need, but it is still on the edge. 
> Now that there are a lot of updates, I get the complaint of yum that there is 
> not enough free space on /usr.
> 
> I just bought an additional harddisk which I also needed for other purposes, 
> and would like to reserve part of this new drive for extra LVM space. I have 
> just created a new volume group (VolGroup01) on the new drive, and a logical 
> volume (LogVol01) inside that physical volume group. 
> 
> Can I mount both /dev/mapper/VolGroup00-LogVol01 (which contains the /usr data 
> on the "old" drive) and /dev/mapper/VolGroup01-LogVol01 to the /usr mount 
> point? Or can only one logical volume be mounted to a mount point?

Aad,

you can only mount one device with a filesystem on the same mountpoint.

What needs doing in order to grow your logical volume containing the usr
filesystem, is to *add* the second drive to the existing volume group on the
first one and grow usr afterwards (LV and FS).

Carry out the follwoing steps (or use system-config-lvm):

lvremove VolGroup01/LogVol01
vgremove VolGroup01
vgextend VolGroup00 /dev/sdb # or whatever the drive is

# replace 5G with the capacity you want to add
lvextend -L+5G VolGroup00/LogVol01

How to grow the FS depends on the type; for ext2/3 you'ld run:

ext2online /dev/VolGroup00/LogVol00


> 
> Aad
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Red Hat GmbH
Consulting Development Engineer                   Am Sonnenhang 11
Storage Development                               56242 Marienrachdorf
                                                  Germany
Mauelshagen@RedHat.com                            PHONE +49  171 7803392
                                                  FAX   +49 2626 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  parent reply	other threads:[~2006-06-21  8:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-20 19:07 [linux-lvm] Mounting two logical volumes to the same mount point Aad Rijnberg
2006-06-20 20:14 ` Georg Klein
2006-06-21  8:24 ` Heinz Mauelshagen [this message]
2006-06-21 22:24   ` Aad Rijnberg

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=20060621082434.GA4570@redhat.com \
    --to=mauelshagen@redhat.com \
    --cc=linux-lvm@redhat.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.