On Wed, 12 Jun 2002, Volkmar Glauche wrote:
The lvm section now looks like this:
<lvm config:type="list"> <lvm_group> <lvm_name>HomeVol</lvm_name> <pesize>4M</pesize> <logical_volumes config:type="list"> <lv> <lv_name>LHomeVol</lv_name> <lv_size>28800mb</lv_size> <lv_fs>ext3</lv_fs> <lv_mount>/export/home</lv_mount> </lv> </logical_volumes> </lvm_group> </lvm>
After all I found out, that only 1 of 2 partitions were assigned to the volume group and - again swap space was neither initialised nor entered into /etc/fstab. Here are the relevant sections of the config file: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <use>all</use> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key/> <filesystem config:type="symbol">swap</filesystem> <filesystem_id config:type="integer">130</filesystem_id> <format config:type="boolean">true</format> <mount/> <size>768M</size> <type>Linux swap</type> </partition> ... some other partitions <partition> <lvm_group>HomeVol</lvm_group> <size>14400M</size> <filesystem_id config:type="integer">142</filesystem_id> <type>Linux LVM</type> </partition> ... some other partitions </partitions> </drive> <drive> <device>/dev/sdb</device> <use>all</use> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key/> <filesystem config:type="symbol">swap</filesystem> <filesystem_id config:type="integer">130</filesystem_id> <format config:type="boolean">true</format> <mount/> <size>768M</size> <type>Linux swap</type> </partition> ... some other partitions <partition> <filesystem_id config:type="integer">142</filesystem_id> <type>Linux LVM</type> <lvm_group>HomeVol</lvm_group> <size>14400M</size> </partition> ... some other partitions </partitions> </drive> </partitioning> Any help would be greatly appreciated. Volkmar -- Volkmar Glauche Department of Neurology E-Mail glauche@uke.uni-hamburg.de UKE Hamburg WWW http://glauche.home.pages.de/ Martinistr. 52 Phone 49(0)40-42803-5781 20246 Hamburg Fax 49(0)40-42803-9955