How to add drive lvm -

iarly selbir iarlyy at gmail.com
Sat Feb 21 23:30:01 UTC 2009


- create a lvm partition with fdisk
fdisk /dev/xxx
n ( new partition )
p ( type primary )
1 ( first partition )
t ( select partition type )
8e ( lvm )

- create physical volume
# pvcreate /dev/xxx1

- create volume group
# vgcreate name_vg /dev/xxx1

- create logical volume
# lvcreate -L SIZE ( 100M, 1G ) name_vg -n lv_name

- Format partition
# mkfs.ext3 /dev/mapper/lv_name ( maybe ext2 or ext4 ... )

I hope helps you.

also look here - http://www.linuxjunkies.org/html/LVM-HOWTO.html

Regards,

- -
iarly selbir ( ski0s )

:wq!


On Sat, Feb 21, 2009 at 11:16 PM, Bob Goodwin <bobgoodwin at wildblue.net>wrote:

>
> In an F-10 computer I have a second drive that I would like to designate
> lvm VolGroup01 but have not had much success at finding how to proceed.
>  Need some guidance ... How to do it, where to look?
>
> Thanks.
>
> Bob
>
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20090221/876ca83f/attachment-0001.html 


More information about the users mailing list