Bug 107824

Summary: Fix fdisk deleting partitions message
Product: [Fedora] Fedora Reporter: David Balažic <david.balazic>
Component: util-linuxAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-20 19:38:19 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:
Attachments:
Description Flags
Message fix patch
none
util-linux-2.12a-fdiskmessage-107824.patch none

Description David Balažic 2003-10-23 14:08:20 UTC
Description of problem:

fdisk -l /dev/hda
prints this sometimes :
Warning: deleting partitions after 16

Please change this to a more informative and less "heart-attack-causing" :
Warning: not showing partitions after 16

Version-Release number of selected component (if applicable):

util-linux-2.11y-29.i386

How reproducible:


Steps to Reproduce:
1. have more than 16 partitions on the disk
2. fdisk -l

Comment 1 Jindrich Novy 2004-07-27 08:55:13 UTC
Created attachment 102217 [details]
Message fix patch

Comment 2 Jindrich Novy 2004-08-05 11:43:09 UTC
After consultation with Elliot Lee (sopwith) we changed the
text more precisely. In the time the warning is displayed, no
partitions are deleted, but and they *ARE* really deleted when user
saves partition table to disc! So the message is now changed as
noticed in the following patch.

greetings,
Jindrich

Comment 3 Jindrich Novy 2004-08-05 11:45:41 UTC
Created attachment 102443 [details]
util-linux-2.12a-fdiskmessage-107824.patch

Comment 4 Elliot Lee 2004-08-20 19:38:19 UTC
Jindrich did all the hard work - just closing the bug here to reflect
that.