Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yahoojapan/k2hftfuse
File transaction by FUSE-based file system
https://github.com/yahoojapan/k2hftfuse
antpickax chmpx fuse k2hash k2htpdtor logs mount transaction transfer
Last synced: 2 months ago
JSON representation
File transaction by FUSE-based file system
- Host: GitHub
- URL: https://github.com/yahoojapan/k2hftfuse
- Owner: yahoojapan
- License: mit
- Created: 2016-12-07T06:04:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T03:14:17.000Z (3 months ago)
- Last Synced: 2024-11-19T03:27:14.701Z (3 months ago)
- Topics: antpickax, chmpx, fuse, k2hash, k2htpdtor, logs, mount, transaction, transfer
- Language: C++
- Homepage: https://k2hftfuse.antpick.ax/
- Size: 1.14 MB
- Stars: 32
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
k2hftfuse
---------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.
k2hftfuse is one of [AntPickax](https://yahoojapan.github.io/AntPickax/ "AntPickax") products.### 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 0Please see man k2hftfuse.
### Documents
- Github Pages - https://k2hftfuse.antpick.ax/
- Github Wiki - https://github.com/yahoojapan/k2hftfuse/wiki
- AntPickax - https://antpick.ax/### License
This software is released under the MIT License, see the license file.Copyright(C) 2015 Yahoo Japan Corporation.