All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do
@ 2001-07-01 19:25 Erik Bågfors
  2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
  2001-08-27 14:40 ` [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do AJ Lewis
  0 siblings, 2 replies; 8+ messages in thread
From: Erik Bågfors @ 2001-07-01 19:25 UTC (permalink / raw)
  To: linux-lvm

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-08-27 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-01 19:25 [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do Erik Bågfors
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

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.