Re: how to extend or create more space



i am really confused on how to do this

now i have this
[root@www init.d]# lvscan
ACTIVE '/dev/VolGroup_ID_9096/LogVol1' [4.00 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/LogVol2' [4.00 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/LogVol5' [29.28 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/LogVol4' [29.28 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/LogVol0' [2.00 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/LogVolHome' [46.56 GB] inherit
ACTIVE '/dev/VolGroup_ID_9096/lvol0' [64.00 MB] inherit


I want to delete '/dev/VolGroup_ID_9096/lvol0' [64.00 MB] inherit

how do i do that?

I created it with

lvcreate -v -L 50MB VolGroup_ID_9096

"HASM" <not_really@xxxxxxxxxxx> wrote in message
news:m3lk9gve2z.fsf@xxxxxxxxxxxx
"nobody" <nobody@xxxxxxxxxx> writes:

[root@www init.d]# vgdisplay
--- Volume group ---
VG Name VolGroup_ID_9096
Alloc PE / Size 3684 / 115.12 GB
Free PE / Size 5018 / 156.81 GB
How do i create the remainder disk space left on my disks?

I think the disk is already created :-) You may want to take a look at
lvcreate and lvextend.

-- HASM



.



Relevant Pages

  • Re: how to extend or create more space
    ... How do i create the remainder disk space left on my disks? ... I think the disk is already created :-) You may want to take a look at ... lvcreate and lvextend. ...
    (linux.redhat)
  • Re: "Online cloning" of system disk
    ... back up data on old disk, vgreduce disk from vg, add new disk ... , lvcreate, newfs, and restore data. ...
    (comp.sys.hp.hpux)