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

Re: LVM and fdisk



Steven Pritchard wrote:

>On Fri, Jul 22, 2005 at 01:05:18PM -0500, bentley rhodes wrote:
>  
>
>>*# vgcreate my_volume_group /dev/hda1 /dev/hdb1
>>
>>but i can't figure out how to make it work, it just says the volume doesn't 
>>exist:
>> No physical volume label read from /dev/sda1
>>    
>>
>
>Try 'pvcreate /dev/sda1 ; pvcreate /dev/sdb1' *then* vgcreate.
>
>Steve
>  
>
#third entry ... i found out how to get a LVM or lvcreate to work ...

[root@bntly ~]# lvcreate -L300 -nVolGroup02 LogVol00
Volume group "LogVol00" doesn't exist
[root@bntly ~]# vgdisplay VolGroup02 | grep "Total PE"
Total PE 75
[root@bntly ~]# lvcreate -l 75 VolGroup02 -n LogVol00
Logical volume "LogVol00" created
[root@bntly ~]#

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.