Bug 493773

Summary: Partition 1 does not end on cylinder boundary
Product: [Fedora] Fedora Reporter: Pat Kane <pekane52>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, pekane52, pjones, pknirsch, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-07 13:48:48 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
dmesg output from Dell box after F11Beta install none

Description Pat Kane 2009-04-03 02:20:44 UTC
Created attachment 337967 [details]
dmesg output from Dell box after F11Beta install

Description of problem:
After a fresh install of F11Beta on /dev/sda
fdisk give me the warning message:
  "Partition 1 does not end on cylinder boundary."

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


How reproducible:


Steps to Reproduce:
1.  
2.
3.
  
Actual results:


Expected results:


Additional info:

  $ df
  Filesystem           1K-blocks      Used Available Use% Mounted on
  /dev/mapper/vg_qed-lv_root
                       151593140   4479360 139413300   4% /
  /dev/sda1               198337     13761    174336   8% /boot
  tmpfs                   504576       732    503844   1% /dev/shm

  $ sudo fdisk -l /dev/sda

  Disk /dev/sda: 160.0 GB, 160000000000 bytes
  255 heads, 63 sectors/track, 19452 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0x4e114e11

     Device Boot      Start         End      Blocks   Id  System
  /dev/sda1   *           1          26      204800   83  Linux
  Partition 1 does not end on cylinder boundary.
  /dev/sda2              26       19452   156043358+  8e  Linux LVM

Comment 1 Phil Knirsch 2009-04-06 11:00:48 UTC
Reassigning to anaconda as this seems to be a partitioning issue with a fresh install.

Thanks & regards, Phil

Comment 2 Chris Lumens 2009-04-06 14:43:05 UTC
Does this actually cause you any problems, or does it just look like a bad message to be seeing?

Comment 3 Pat Kane 2009-04-06 16:25:13 UTC
I am not aware of any problems that it is causing, yes, I am worried about the message.

Maybe I should fill up my /boot and see it there is any damage done to my Linux LVM?
I'll poke around with dd and see if the partions really do overlap...

Comment 4 Pat Kane 2009-04-07 03:13:02 UTC
I did the following "dd" experiments and do not think this bug is 
causing any real problems other than the warning message:

  -  did a "dd" to record the last sector of /dev/sda1 
     and the first sector of /dev/sda2.
 
  - cd /boot and filled up the partition with
    "yes > o"

  - checked that the first sector of /dev/sda2 did
    not get trashed, it did not.

I think it is okay to give this bug a very low priority/severity.

Pat
---

Comment 5 Chris Lumens 2009-04-07 13:48:48 UTC

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