Fixed
Details
Assignee
UnassignedUnassignedReporter
Ossian RidayOssian RidayLabels
Priority
HighDays in progress
0Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Ossian Riday
Ossian RidayLabels
Priority
Days in progress
0
Fix versions
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created July 2, 2020 at 6:20 PM
Updated June 25, 2024 at 12:02 PM
Resolved August 24, 2020 at 7:44 AM
The following line is causing my eMMC disk expansion to fail (running Yocto Warrior):
mender-client-resize-data-part.sh.in
Disk expansion was working properly prior to the introduction of this line?
I now get the following error:
The number of cylinders for this disk is set to 240448.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
software that runs at boot time (e.g., old versions of LILO)
booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table
fdisk: WARNING: rereading partition table failed, kernel still uses old table: Device or resource busy
As a fix for those systems that did not have an issue previously can we suppress the error caused by this line so that the disk expansion can proceed as was previously working?
When I suppress the error caused by:
{all works as it previously did.