Re: How to add drive lvm -

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



- 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@xxxxxxxxxxxx> 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@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux