|
|
Subscribe / Log in / New account

exfatprogs-1.3.0 version released

From:  Namjae Jeon <linkinjeon-AT-kernel.org>
To:  Linux Kernel Mailing List <linux-kernel-AT-vger.kernel.org>, linux-fsdevel <linux-fsdevel-AT-vger.kernel.org>, Goldwyn Rodrigues <rgoldwyn-AT-suse.com>, Nicolas Boos <nicolas.boos-AT-wanadoo.fr>, sedat.dilek-AT-gmail.com, Hyunchul Lee <hyc.lee-AT-gmail.com>, Luca Stefani <luca.stefani.ge1-AT-gmail.com>, Matthieu CASTET <castet.matthieu-AT-free.fr>, Sven Hoexter <sven-AT-stormbind.net>, Ethan Sommer <e5ten.arch-AT-gmail.com>, "Yuezhang.Mo" <Yuezhang.Mo-AT-sony.com>, Eric Sandeen <sandeen-AT-sandeen.net>, 3394797836-AT-qq.com
Subject:  [ANNOUNCE] exfatprogs-1.3.0 version released
Date:  Wed, 15 Oct 2025 14:23:38 +0900
Message-ID:  <CAKYAXd8OsoXbJTybYwFTvUe+utUyi9Lw3SMdObgCA82S-b-mQA@mail.gmail.com>
Archive-link:  Article

Hi folks,

In this release, a new tool, defrag.exfat, has been added to perform
defragmentation on exFAT volumes, featuring the following command-line options:

  - defrag.exfat    /dev/sdX: Perform defragmentation with "fsck warning"
  - defrag.exfat -f /dev/sdX: Force defragmentation (skip fsck warning)
  - defrag.exfat -a /dev/sdX: Assess current fragmentation status

Additionally, the quick format time of mkfs has been significantly improved:
in the worst-case scenario of a 2TB partition with a 512B cluster size,
the time was reduced from 3 minutes to just 9 seconds.

Any feedback is welcome!:)

NEW FEATURES :
 * defrag.exfat: add a tool to defragment an exFAT
   filesystem or assess its fragmentation status.
   See a man page.

CHANGES :
 * mkfs.exfat: minimize zero-out initialization work
   in quick format mode to reduce I/O time.
 * fsck.exfat: set the entry after an unused entry as unused.

BUG FIXES :
 * mkfs.exfat: fix incorrect FAT byte length calculation.
 * mkfs.exfat: avoid setting physical sector size into sector_size field.
 * fsck.exfat: fix a memory leaks in an error path.

The git tree is at:
      https://github.com/exfatprogs/exfatprogs

The tarballs can be found at:
      https://github.com/exfatprogs/exfatprogs/releases/downloa...



Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds