hi, when i deploy a server with sles9 by pxe/nfs server i have the follow errors : .the first partition (/dev/cciss/c0d0p1) is extended and i don't want so. .when i want recovery my server after crash, with a recovery action by installation cd i don't view all partitions but only the extended how can i set the partitions normally in autoyast file? i pasted the lines that indicate the partitions. thanks a lot **************************************************** .................... <partitioning config:type="list"> <drive> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_indoe> <option_str>-i</option_str> <option_value>auto</option_value> </opt_bytes_per_indoe> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <loop_fs config:type="boolean">false</loop_fs> <mount>/boot</mount> <mountby config:type="symbol">device</mountby> <noauto config:type="boolean">false</noauto> <partition_id config:type="integer">131</partition_id> <partition_type></partition_type> <size>100MB</size> </partition> <partition> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type></partition_type> <size>8GB</size> </partition> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/dati</mount> <partition_id config:type="integer">131</partition_id> <partition_type></partition_type> <size>4GB</size> </partition> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type></partition_type> <size>auto</size> </partition> </partitions> <use>all</use> </drive> </partitioning> **************************************************** .................... byez Jean Manco
On Monday 20 February 2006 15:34, jean.manco@bpm.it wrote:
.the first partition (/dev/cciss/c0d0p1) is extended and i don't want so.
I hope I understand what you want correctly. set all:
<partition_type></partition_type>
to <partition_type>primary</partition_type> Then you'll end up with no extended partition. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
thanks for your help. now I have the correct partition table. thanks Jean Manco Banca Popolare di Milano Direzione Information & Communication Technology Via Massaua, 4 20146 Milano tel. 02 7700 2063 / 5533 fax. 02 7700 4951 Uwe Gansert <ug@suse.de> To 20/02/2006 16.30 suse-autoinstall@suse.com cc Subject Re: [suse-autoinstall] extended partition On Monday 20 February 2006 15:34, jean.manco@bpm.it wrote:
.the first partition (/dev/cciss/c0d0p1) is extended and i don't want so.
I hope I understand what you want correctly. set all:
<partition_type></partition_type>
to <partition_type>primary</partition_type> Then you'll end up with no extended partition. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (2)
-
jean.manco@bpm.it
-
Uwe Gansert