Code Monkey home page Code Monkey logo

kuh's Introduction

Kuh

Collection of command-line tools for taking advantage of modern Linux file system CoW features.

Tools

Kleb

Kleb is a tool for concatenating multiple source files to a single file without copying the contents on disk. It can benefit reflink (range copy) support on the file system.

Usage: kleb [OPTION?] FILE... TARGET | -t TARGET FILE...

See full usage by running kleb --help.

The rationale behind this tool is to allow files (such as disk images) to be stored in fragments during transfer but allowing space and time efficient merge of the results.

NB! To benefit from reflink feature, on Btrfs the file "seams" need to be at multiples of the fundamental block size of the file system. And naturally, the files need to be on a same file system. Otherwise, warning is printed and a regular copy is performed. To see the block size of current directory, you may stat -fc %S ..

Trenn

Does the opposite than Kleb. Splits given source file into fragments without copying contents on disk.

Usage: trenn [OPTION?] -s SIZE FILE

The size must be a multiple of the fundamental block size of the file system. It accepts SI and binary multipliers, so 100Mi equals to 104857600 bytes.

See full usage by running trenn --help.

Building

Requires GLib 2 (Debian package libglib2.0-dev) to build. The process of building is a normal CMake one:

mkdir build
cd build
cmake ..
make

License

These programs are free software: you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Full license text

kuh's People

Contributors

zouppen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.