Bug 14490 - fdisk can't handle more than 8 partitions.
Summary: fdisk can't handle more than 8 partitions.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: util-linux
Version: 6.2
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Elliot Lee
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-23 19:13 UTC by Pekka Savola
Modified: 2007-03-27 03:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-04-14 18:48:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Savola 2000-07-23 19:13:32 UTC
This is also an issue with util-linux-2.10m-7 from Rawhide.

Fdisk can't handle more than 8 partitions.  In reality this comes up
if you install Linux on the same drive with Free/OpenBSD which was
installed in "Dangerously Dedicated" mode.

It'd be nice to be able to clean the partition table gracefully.

-----
[root@install5 /tmp]# fdisk /dev/hda
Warning: too many partitions (16, maximum is 8).

Command (m for help): p

Disk /dev/hda: 255 heads, 63 sectors, 790 cylinders
Units = cylinders of 16065 * 512 bytes


16 partitions:
#       start       end      size     fstype   [fsize bsize   cpg]
  a:        1       203       203     4.2BSD     1024  8192    16
  b:      204       463       260       swap
  c:        1     12592     12592     unused        0     0
  d:      464       768       305     4.2BSD     1024  8192    16
  e:      769      1174       406     4.2BSD     1024  8192    16
  f:     1175     12592     11418     4.2BSD     1024  8192    16

Command (m for help): d
Partition number (1-4): a
Partition number (1-4): 1
Segmentation fault (core dumped)

Comment 1 Elliot Lee 2001-07-17 19:20:46 UTC
Apologies for super-delayed reply, does this problem still exist?

Comment 2 Pekka Savola 2001-07-17 19:42:21 UTC
I guess so.. I'd have to scrape up a BSD though, might take some time.

Comment 3 Jay Turner 2003-04-14 18:48:52 UTC
No longer seeing this with latest code.


Note You need to log in before you can comment on or make changes to this bug.