Debian Patches

Status for gparted/1.6.0-2

Patch Description Author Forwarded Bugs Origin Last update
Read-exFAT-file-system-usage-only-from-exfatprogs-1.2.3-2.patch Read exFAT file system usage only from exfatprogs >= 1.2.3 (#261)
exFAT file system usage is no longer readable when exfatprogs 1.2.3,
released 2024-05-23 [1], and later is installed. This is because the
output from dump.exfat changed as a result of commit [2].

On Fedora 39 with exfatprogs 1.2.3 installed and exfatprogs 1.2.2
compiled locally from git; old dump.exfat output:
# ~fedora/programming/c/exfatprogs/dump/dump.exfat /dev/sdb1 | egrep 'exfatprogs version|Volume Length\(sectors\):|Sector|Free Clusters:'
exfatprogs version : 1.2.2
Volume Length(sectors): 524288
>> Sector Size Bits: 9
>> Sector per Cluster bits: 3
Free Clusters: 65024

New dump.exfat output:
# dump.exfat /dev/sdb1 | egrep 'exfatprogs version|Volume Length\(sectors\):|Sector|Free Clusters:'
exfatprogs version : 1.2.3
Volume Length(sectors): 524288
>> Bytes per Sector: 512
>> Sectors per Cluster: 8
Free Clusters: 65024

Change the code to read exFAT usage only from dump.exfat 1.2.3 style
output. Don't parse older style output for now as that makes the code
simpler.

[1] exfatprogs-1.2.3 version released
https://github.com/exfatprogs/exfatprogs/releases/tag/1.2.3
[2] dump: Sector and Cluster units
https://github.com/exfatprogs/exfatprogs/commit/41863cb0f5b9fee0856ba4f948bc40dc4527b965

Closes #261 - Unable to read the contents of exfat file system with
exfatprogs >= 1.2.3
Mike Fleetwood <mike.fleetwood@googlemail.com> no 2024-08-02

All known versions for source package 'gparted'

Links