Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308956 Details for
Bug 441244
parted breaks reloading logical partitions
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
extended partition patch
linux.c.diff (text/plain), 704 bytes, created by
Joel Andres Granados
on 2008-06-11 16:17:13 UTC
(
hide
)
Description:
extended partition patch
Filename:
MIME Type:
Creator:
Joel Andres Granados
Created:
2008-06-11 16:17:13 UTC
Size:
704 bytes
patch
obsolete
>--- parted-1.8.1/libparted/arch/linux.c.extendedpart_size 2008-06-11 17:25:16.000000000 +0200 >+++ parted-1.8.1/libparted/arch/linux.c 2008-06-11 18:11:30.000000000 +0200 >@@ -2063,7 +2063,7 @@ _blkpg_add_partition (PedDisk* disk, Ped > linux_part.start = part->geom.start * disk->dev->sector_size; > /* see fs/partitions/msdos.c:msdos_partition(): "leave room for LILO" */ > if (part->type & PED_PARTITION_EXTENDED) >- linux_part.length = part->geom.length == 1 ? 512 : 1024; >+ linux_part.length = PED_SECTOR_SIZE_DEFAULT; > else > linux_part.length = part->geom.length * disk->dev->sector_size; > linux_part.pno = part->num;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441244
:
301509
| 308956