Dear All, On /dev/hda, there are 5 partitions: /dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB) I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml configuration file that is very similar to the one in the documentation: ... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ... It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do? Any help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot! Urs Haberthuer -- Urs Haberthuer Department of Biochemistry University of Zurich Winterthurerstrasse 190 CH - 8057 Zurich Phone: ++41 (0)1 635 55 92 Fax: ++41 (0)1 635 68 62 E-mail: atlantis@bioc.unizh.ch
I guess I found what is going on here, I will try to provide a fix in the fashion of y2update image soon. Anas Urs Haberthuer wrote:
Dear All,
On /dev/hda, there are 5 partitions:
/dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB)
I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml configuration file that is very similar to the one in the documentation:
... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ...
It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do? Any help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot!
Urs Haberthuer
Hi Anas, what's about this fix? Do you have a schedule when you can release it. I'm having around 140 PC's waiting for an upgrade to 8.2. cheers frank -----Ursprüngliche Nachricht----- Von: Anas Nashif [mailto:nashif@suse.de] Gesendet: Donnerstag, 1. Mai 2003 07:14 An: Urs Haberthuer; suse-autoinstall@suse.com Betreff: Re: [suse-autoinstall] Keeping Partitons I guess I found what is going on here, I will try to provide a fix in the fashion of y2update image soon. Anas Urs Haberthuer wrote:
Dear All,
On /dev/hda, there are 5 partitions:
/dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB)
I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml
configuration file that is very similar to the one in the documentation:
... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ...
It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do? Any help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot!
Urs Haberthuer
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
I have the same problem, do you think the update will be available soon? Thanks, Oscar On Wed, 21 May 2003, Frank Pascher wrote:
Hi Anas,
what's about this fix? Do you have a schedule when you can release it.
I'm having around 140 PC's waiting for an upgrade to 8.2.
cheers frank
-----Ursprüngliche Nachricht----- Von: Anas Nashif [mailto:nashif@suse.de] Gesendet: Donnerstag, 1. Mai 2003 07:14 An: Urs Haberthuer; suse-autoinstall@suse.com Betreff: Re: [suse-autoinstall] Keeping Partitons
I guess I found what is going on here, I will try to provide a fix in the fashion of y2update image soon.
Anas
Urs Haberthuer wrote:
Dear All,
On /dev/hda, there are 5 partitions:
/dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB)
I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml
configuration file that is very similar to the one in the documentation:
... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ...
It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do? Any help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot!
Urs Haberthuer
Hi, Update image can be found at http://www.suse.de/~nashif/autoinstall/y2update/ Please test and verify the fix. A new autoyast2 update package for 8.2 is being processed right now. Anas Frank Pascher wrote:
Hi Anas,
what's about this fix? Do you have a schedule when you can release it.
I'm having around 140 PC's waiting for an upgrade to 8.2.
cheers frank
-----Ursprüngliche Nachricht----- Von: Anas Nashif [mailto:nashif@suse.de] Gesendet: Donnerstag, 1. Mai 2003 07:14 An: Urs Haberthuer; suse-autoinstall@suse.com Betreff: Re: [suse-autoinstall] Keeping Partitons
I guess I found what is going on here, I will try to provide a fix in the fashion of y2update image soon.
Anas
Urs Haberthuer wrote:
Dear All,
On /dev/hda, there are 5 partitions:
/dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB)
I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml
configuration file that is very similar to the one in the documentation:
... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ...
It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do?
Any
help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot!
Urs Haberthuer
Hi Anas, gonna test it latestly on Monday. Sorry but I have to stay at home this week (ill). cheers frank -----Ursprüngliche Nachricht----- Von: Anas Nashif [mailto:nashif@suse.de] Gesendet: Mittwoch, 21. Mai 2003 18:03 An: Frank Pascher Cc: suse-autoinstall@suse.com Betreff: Re: AW: [suse-autoinstall] Keeping Partitons Hi, Update image can be found at http://www.suse.de/~nashif/autoinstall/y2update/ Please test and verify the fix. A new autoyast2 update package for 8.2 is being processed right now. Anas Frank Pascher wrote:
Hi Anas,
what's about this fix? Do you have a schedule when you can release it.
I'm having around 140 PC's waiting for an upgrade to 8.2.
cheers frank
-----Ursprüngliche Nachricht----- Von: Anas Nashif [mailto:nashif@suse.de] Gesendet: Donnerstag, 1. Mai 2003 07:14 An: Urs Haberthuer; suse-autoinstall@suse.com Betreff: Re: [suse-autoinstall] Keeping Partitons
I guess I found what is going on here, I will try to provide a fix in the fashion of y2update image soon.
Anas
Urs Haberthuer wrote:
Dear All,
On /dev/hda, there are 5 partitions:
/dev/hda5 /boot (32MB) /dev/hda6 swap (2.0GB) /dev/hda7 / (10.0GB) /dev/hda8 /install (10.0GB) /dev/hda9 /home (80.0GB)
I would like to autoinstall SuSE 8.2 with KEEPING all partitons, format /dev/hda5,...,/dev/hda8 and not format /dev/hda9. I use the following .xml
configuration file that is very similar to the one in the documentation:
... <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_nr config:type="integer">5</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_nr config:type="integer">6</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/</mount> <partition_nr config:type="integer">7</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/install</mount> <partition_nr config:type="integer">8</partition_nr> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">false</format> <mount>/home</mount> <partition_nr config:type="integer">9</partition_nr> </partition> </partitions> </drive> </partitioning> ...
It does not work. I get the simple error message: No space left on /dev/hda. I tried several variations with no success. Does anybody know what to do?
Any
help is greatly appreciated. If you ever succeeded in keeping your partitions, I would be very interested in your .xml configuration file. Thanks a lot!
Urs Haberthuer
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (4)
-
Anas Nashif
-
Frank Pascher
-
Oscar Silvan Callejo
-
Urs Haberthuer