Partitioning Problem setting up 3 partitions
Hello, I have been trying to get partitioning to work without success. I have installed the patch file yast2-module-autoinst-2.5.27rc3-0.noarch.rpm and I still get the error: "fdisk failed The disk has an unsupported partition table. Repartition disk /dev/hda" Prior to this message - a brief message appears and then is replaced by the for mentioned. It reports that /boot requires (1.8 mb) more space and / requires (10gb) more space. The drive has a 18.2 gb capacity. The drive has a previous install of SuSE 8.0 on it. I have tried the "auto" settings. I have put in static values for size for each but still get the same error each time. Can anyone help me with this? Here is the partition section of my control file: <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" >ext2</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/boot</mount> <size>50mb</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >swap</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>swap</mount> <size>auto</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >reiser</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/</mount> <size>max</size> <type>Linux native</type> </partition> </partitions> <use>all</use> </drive> </partitioning> Any help would be appreciated. Thanks, Scott
Hello, "fdisk failed The disk has an unsupported partition table. Repartition disk /dev/hda"
The drive has a 18.2 gb capacity. The drive has a previous install of SuSE 8.0 on it.
<use>all</use> <reuse>all</reuse> or delete the partition tables with
Hello, Am Dienstag, 10. September 2002 19:42 schrieb Grant, Scott: dd if=/dev/zero of=/dev/hdaX bs=1k count=100 and trie it again. hda1,hda2, hda3, hda4 and hda
Any help would be appreciated. Thanks, Scott
CU Georg
All looks good to me, could you please send methe y2log files from /var/log (Switch to the console and copy the files to a floppy ot to nfs if anything is mounted) Which version of yast2-module-autoinst are you using? Anas * Grant, Scott <SGrant@cvs.com> [Sep 10. 2002 20:07]:
Hello,
I have been trying to get partitioning to work without success. I have installed the patch file yast2-module-autoinst-2.5.27rc3-0.noarch.rpm and I still get the error:
"fdisk failed The disk has an unsupported partition table. Repartition disk /dev/hda"
Prior to this message - a brief message appears and then is replaced by the for mentioned. It reports that /boot requires (1.8 mb) more space and / requires (10gb) more space. The drive has a 18.2 gb capacity. The drive has a previous install of SuSE 8.0 on it.
I have tried the "auto" settings. I have put in static values for size for each but still get the same error each time. Can anyone help me with this?
Here is the partition section of my control file:
<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" >ext2</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/boot</mount> <size>50mb</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >swap</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>swap</mount> <size>auto</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean" >false</crypt_fs> <crypt_key></crypt_key> <filesystem config:type="symbol" >reiser</filesystem> <filesystem_id config:type="integer" >131</filesystem_id> <format config:type="boolean" >true</format> <mount>/</mount> <size>max</size> <type>Linux native</type> </partition> </partitions> <use>all</use> </drive> </partitioning>
Any help would be appreciated. Thanks, Scott
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com -- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada
participants (3)
-
Anas Nashif
-
Georg Wallner
-
Grant, Scott