Kurt Kronschnabl wrote:
Hello Anas,
Anas Nashif schrieb:
Yes, I tried reproducing it, with no success, could you please send me the partitioning portion of the >control file you are using?
<partitioning config:type="list"> <drive> <device>/dev/hda</device> <initialize config:type="boolean">false</initialize> <partitions config:type="list"/> <use>free</use> </drive> </partitioning>
The Output of sfdisk is:
Festplatte /dev/hda: 1027 Zylinder, 255 Köpfe, 63 Sektoren/Spur Warnung: erweiterte Partition beginnt nicht an einer Zylindergrenze DOS und Linux werden den Inhalt unterschiedlich interpretieren. Einheit = Zylinder von 8225280 Bytes, Blöcke von 1024 Bytes, Zählung beginnt bei 0
Gerät boot. Anfang Ende #Zyl. #Blöcke Id System /dev/hda1 0+ 339 340- 2731018+ 5 Erweiterte /dev/hda2 0 - 0 0 0 Leer /dev/hda3 0 - 0 0 0 Leer /dev/hda4 0 - 0 0 0 Leer /dev/hda5 0+ 303 304- 2441817 83 Linux /dev/hda6 304+ 339 36- 289138+ 82 Linux Swap
This will not work, free space has to be at the end of the device. What you can do however is resue the existing partitions by only formatting them without creating them. This is possible with 8.2 Anas (...)
Regards, Kurt