Re: [parted-devel] [PATCH] Use BLKSSZGET to get device sector size in _device_probe_geometry()

2016-03-19 Thread Brian C. Lane
On Thu, Mar 17, 2016 at 11:35:15AM -0400, David Cantrell wrote: > This is a fix for a problem seen on >32G SDHC cards in Raspberry Pi > devices. Gather sector size using BLKSSZGET so the constraint and > alignment code work as expected. NAK. This is making t2310-dos-extended-2-sector-min-offset

Re: [parted-devel] [PATCH] libparted: Fix _device_probe_geometry

2016-03-19 Thread David Cantrell
Confirmed that this revised patch continues to work for the >32G SDHC cards. On Fri, Mar 18, 2016 at 8:14 AM, David Cantrell wrote: > Right, the 512b block size thing. Thanks for the update on this. I'll > give it a try on the 32GB card. > > On Thu, Mar 17, 2016 at 7:53

[parted-devel] [PATCH] Use BLKSSZGET to get device sector size in _device_probe_geometry()

2016-03-19 Thread David Cantrell
This is a fix for a problem seen on >32G SDHC cards in Raspberry Pi devices. Gather sector size using BLKSSZGET so the constraint and alignment code work as expected. -- David Cantrell Manager, Installer Engineering Team Red Hat, Inc. | Westford, MA | EST5EDT

Re: [parted-devel] [PATCH] optionally delay commit in parted until requested

2016-03-19 Thread Brian C. Lane
On Thu, Mar 17, 2016 at 05:20:58PM +0100, Arvin Schnell wrote: > > Hi, > > attached is a patch to allow parted via on option to keep changes > to the partition table only in memory until explicitely requested > to write them to disk. Other partitioning programs, e.g. fdisk, > can operate like