| Summary: | FAT32 partition is shrunk without resizing underlying filesystem | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Rua <ruawhitepaw> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | REPORTED --- | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | 24.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Rua
2025-03-04 18:53:07 UTC
Perhaps worth mentioning, this was an EFI system partition. So it's a normal FAT32 filesystem, but the partition type would have been different. The partition table was the GPT type. Hmm, not sure how this happened. Since it absolutely should have resized underlying file system. And resizing of fs in shrinking case happens to be before resizing of partition, see the following 3 lines: https://invent.kde.org/system/kpmcore/-/blob/master/src/ops/resizeoperation.cpp?ref_type=heads#L69 |