Mailinglist Archive: opensuse-autoinstall (88 mails)

< Previous Next >
Re: [suse-autoinstall] partition full?
  • From: Anas Nashif <nashif@xxxxxxx>
  • Date: Wed, 6 Aug 2003 16:36:08 +0000 (UTC)
  • Message-id: <3F312E74.3080707@xxxxxxx>
Hi,
Your config looks OK to me, and I just tested it too. It will not create primary partitions however, you have to specify that with partition_type = primary.
Could you send me the logs from /var/log/YaST2/* when the system stops with an error?

Thanks,
Anas

Mag. Furtschegger Franz wrote:
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>




< Previous Next >