From: "Erik Bågfors" <erik@bagfors.nu>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do
Date: 01 Jul 2001 21:25:38 +0200 [thread overview]
Message-ID: <994015538.6465.5.camel@detrius> (raw)
On 28 Jun 2001 18:39:43 +0530, RAGHVENDRA SHUKLA wrote:
>
> Hello,
> Thanks austin for the tech. help you have provided ,
> But still i am not clear about the difference between
> the already created partitions ( which are created during the
> Installation of linux ) and those created by the lvm ,
> also can i increase only those partitions which are created
> by the Lvm ?? Please Reply and help .
>
with normal partitioning you have
* disks
* partitions (on those disks)
* filesystems (on those partitions)
example
hda (disk)
|
/\
hda1 hda2 (partitions)
| |
ext2 reiserfs (filesystems)
with (linux-)lvm you have
* physical disks (PV) (on a partition or on a whole disk)
* volume groups (VG) (consists of one of more PV:s, think of them as virtual disks)
* Logival volumes (LV) (on those VG:s. think of them as virtual partitions)
So..
hda1 hdc1 (PV:s on partitions or whole disks)
\ /
\ /
diskvg (VG)
/ | \
/ | \
usrlv rootlv varlv (resizeable LV:s, think of them as resizeable virtual partitions)
| | |
ext2 reiserfs xfs (filesystems)
So you need to
1) create a pv
2) create a vg on that pv
3) create lv:s on that vg
4) create a filesystem on those lv:s
5) mount the lv:s
Hope that helps
/Erik
--
Erik B�gfors | http://erik.bagfors.nu/
erik@bagfors.nu | Erik.Bagfors@ardendo.se
Supporter of free software | GSM +46 733 279 273
fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32
next reply other threads:[~2001-07-01 19:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-01 19:25 Erik Bågfors [this message]
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
2001-07-03 21:33 ` Ben Lutgens
2001-07-04 7:38 ` Joe Thornber
2001-07-04 21:50 ` Carlo Marcelo Arenas Belon
2001-07-05 9:39 ` Joe Thornber
2001-07-05 11:17 ` Ed Tomlinson
2001-08-27 14:40 ` [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do AJ Lewis
-- strict thread matches above, loose matches on Subject: below --
2001-06-28 13:09 RAGHVENDRA SHUKLA
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=994015538.6465.5.camel@detrius \
--to=erik@bagfors.nu \
--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.