| Summary: | Invalid ext4 image generated by Buildroot | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Thomas Petazzoni <thomas.petazzoni> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2014.11 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Thomas Petazzoni
2015-01-10 21:27:27 UTC
Turned out to be a Qemu emulation issue: my version of Qemu does not align up the size of the block device emulated, but aligns it down, compared to the size of the filesystem image being passed. For example, when forcing the size of the filesystem image to 8192 blocks, everything is fine. When using 8193 blocks, mounting fails with: bad geometry: block count 8193 exceeds size of device (8192 blocks). Closing the bug. |