Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 58499

Summary: Disk Druid creates bad partition table.
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: anacondaAssignee: Beth Uptagrafft <bhu>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: alpha   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-30 21:10:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2002-01-18 05:24:38 UTC
Description of Problem:

Something new for 7.2 because _that_ bug did not happen with 7.1.

Left to its own devices, i.e. an automatic repartitioning in
a "naive first time user" mode Disk Druid writes the following
partition table:

# fdisk -lu /dev/hda

Disk /dev/hda: 16 heads, 63 sectors, 39813 cylinders
Units = sectors of 1 * 512 bytes


3 partitions:
#       start       end      size     fstype   [fsize bsize   cpg]
  a:        1    102400    102400       ext2                      
  b:   102401   4197904   4095504       swap                      
  c:  4197905  40132502  35934598       ext2

This means that no space is left for a boot block and a disk
cannot be made bootable.  It is likely too much to expect from
first time users that they will be able to resize the first partition.

Comment 1 Jay Turner 2002-02-13 21:13:06 UTC

*** This bug has been marked as a duplicate of 58450 ***