Mailinglist Archive: opensuse-autoinstall (33 mails)
| < Previous | Next > |
[opensuse-autoinstall] error trying to create an LVM partition
- From: Tim Edwards <timothy.edwards.ext@xxxxxxxxxxx>
- Date: Fri, 26 Sep 2008 12:33:17 +0200
- Message-id: <48DCBA6D.3050806@xxxxxxxxxxx>
I'm trying to have autoyast create an LVM partition but it keeps giving
me the error:
lvcreate -A n -l 0 -n root main:
unable to create new logical volume with no extents
below is the partitioning section from my autoyast.conf:
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<resize config:type="boolean">false</resize>
<size>100</size>
</partition>
<partition>
<lvm_group>main</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/main</device>
<partitions config:type="list">
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>root</lv_name>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<size>5000</size>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>home</lv_name>
<mount>/home</mount>
<partition_id config:type="integer">131</partition_id>
<resize config:type="boolean">false</resize>
<size>max</size>
</partition>
</partitions>
<pesize>4M</pesize>
<type config:type="symbol">CT_LVM</type>
<use>all</use>
</drive>
</partitioning>
Anyone know why it's doing that?
Thanks
Tim
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
lvcreate -A n -l 0 -n root main:
unable to create new logical volume with no extents
below is the partitioning section from my autoyast.conf:
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_id config:type="integer">131</partition_id>
<partition_type>primary</partition_type>
<resize config:type="boolean">false</resize>
<size>100</size>
</partition>
<partition>
<lvm_group>main</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/main</device>
<partitions config:type="list">
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>root</lv_name>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<size>5000</size>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_fs config:type="boolean">false</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>home</lv_name>
<mount>/home</mount>
<partition_id config:type="integer">131</partition_id>
<resize config:type="boolean">false</resize>
<size>max</size>
</partition>
</partitions>
<pesize>4M</pesize>
<type config:type="symbol">CT_LVM</type>
<use>all</use>
</drive>
</partitioning>
Anyone know why it's doing that?
Thanks
Tim
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |