linux-file-extents

Retrieve file fragmentation information under Linux

https://github.com/redneb/linux-file-extents

Version on this page:0.2.0.0
LTS Haskell 22.13:0.2.0.1
Stackage Nightly 2024-03-14:0.2.0.1
Latest on Hackage:0.2.0.1

See all snapshots linux-file-extents appears in

BSD-3-Clause licensed and maintained by Marios Titas <rednebΑΤgmxDΟΤcom>
This version can be pinned in stack with:linux-file-extents-0.2.0.0@sha256:b4cebbd7b238b1bab155a49f541514aea6b17d1a41e26af413c809a0b099751d,1610

Module documentation for 0.2.0.0

Depends on 2 packages(full list with versions):

This package provides a simple wrapper around the Linux FIEMAP ioctl. It can be used to retrieve the list of all the extents of any given file, i.e. the area of the disk where the file is actually stored. This is similar to the filefrag command line tool provided by the e2fsprogs package.