Hi all, I'm trying to install suse 8.2 with autoyast2; installfiles over nfs. Now I have a big problem and no solution: I want to have on the target system two primary partitions: /dev/hda1 mounted as / (size 5GB) /dev/hda2 mounted as swap (size 512MB) during auto-installation - after partition hda1 is ready formated I get an error, that it isn't possible to mount /dev/hda1 into /mnt/. If I analyse the generated partitions with partitionimage I see, that after formatting hda1 every space on hda1 is used (no space left on hda1!!!) But: Everything works best (no error), if I use ext2 instead of reiser What am I doing wrong? I have installed autoyast2-installation-2.7.19-0 and autoyast2-2.7.19-0 Hope anybody can help me. Franz --- my entries in my xml-file are: <partitioning config:type="list"> <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <size>5GB</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <size>512MB</size> </partition> </partitions> <use>all</use> </drive> </partitioning>