Skip to content

lmlong/fiemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiemap

retrieval on sparse file with multiple extents

Interface

  • FieMap(start, length)([]Extent, error) :list physical extents by range
  • Fallocate(start, length) : allocate extent
  • PunchHole(start, length): deallocate extent

test

test_sparse can used to play with sparse file behaviour.

make

inspired by jenting/fiemap-retrieval.

About

fiemap in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published