Skip to content

mochilic/k2hftfuse

 
 

Repository files navigation

k2hftfuse

Build Status

k2hftfuse for file transaction by FUSE-based file system.

Overview

k2hftfuse is file transaction system on FUSE file system with K2HASH and K2HASH TRANSACTION PLUGIN, CHMPX.

Usage

You can run k2hftfuse by manual and mount/umount system command(or fusermount command). If you run it manually, you can specify some following options.

$ k2hftfuse /mnt/k2hfs -o allow_other,dbglevel=err,conf=/etc/k2hftfuse.conf -f -d

For using mount/umount command, you need to modify /etc/fstab and add following line. You can start k2hftfuse in any way. And you can see mount information by df command.

/etc/fstab:

k2hftfuse /mnt/k2hfs fuse allow_other,nodev,nosuid,_netdev,dbglevel=err,conf=/etc/k2hftfuse.conf 0 0

Please see man k2hftfuse.

Doccuments

License

This software is released under the MIT License, see the LICENSE file.

Copyright 2015 Yahoo! JAPAN corporation.

About

File transaction by FUSE-based file system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.1%
  • Shell 22.1%
  • C 1.3%
  • Other 1.5%