All Projects → yahoojapan → k2hftfuse

yahoojapan / k2hftfuse

Licence: MIT license
File transaction by FUSE-based file system

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to k2hftfuse

k2hash
K2HASH - NoSQL Key Value Store(KVS) library
Stars: ✭ 33 (+10%)
Mutual labels:  transaction, k2hash, antpickax
py-hdfs-mount
Mount HDFS with fuse, works with kerberos!
Stars: ✭ 13 (-56.67%)
Mutual labels:  fuse, mount
Android File Transfer Linux
Android File Transfer for Linux
Stars: ✭ 994 (+3213.33%)
Mutual labels:  fuse, transfer
ipfs-api-mount
Mount IPFS directory as local FS.
Stars: ✭ 16 (-46.67%)
Mutual labels:  fuse, mount
fbind
A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.
Stars: ✭ 42 (+40%)
Mutual labels:  fuse, mount
fuse-nfs-crossbuild-scripts
fuse-nfs for windows using dokany
Stars: ✭ 35 (+16.67%)
Mutual labels:  fuse, mount
hepipe.js
Pipe arbitrary data rows (logs, events, cdrs, esl, etc) to HEP Server (HOMER)
Stars: ✭ 22 (-26.67%)
Mutual labels:  logs
ULogViewer
Cross-Platform Universal Log Viewer.
Stars: ✭ 64 (+113.33%)
Mutual labels:  logs
fuse-sdk
Build beautiful, high-performance iOS and Android apps with a single codebase
Stars: ✭ 13 (-56.67%)
Mutual labels:  fuse
render react
Pre-render and mount React components from Ruby
Stars: ✭ 14 (-53.33%)
Mutual labels:  mount
numerifides
A proposal for a system of decentralized trust, built on an open, public blockchain.
Stars: ✭ 14 (-53.33%)
Mutual labels:  transaction
webfuse
websocket filesystem based on libfuse
Stars: ✭ 23 (-23.33%)
Mutual labels:  fuse
http-multiserver.cr
Mount multiple web applications 🚦
Stars: ✭ 23 (-23.33%)
Mutual labels:  mount
ptkdev-logger
🦒 Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+290%)
Mutual labels:  logs
factomjs
Javascript library to build applications on the Factom blockchain.
Stars: ✭ 23 (-23.33%)
Mutual labels:  transaction
Fog
Pharo Ethereum Driver
Stars: ✭ 19 (-36.67%)
Mutual labels:  transaction
rawtx
A Golang module that helps you answer questions about raw Bitcoin transactions, their inputs, outputs and scripts.
Stars: ✭ 12 (-60%)
Mutual labels:  transaction
PoShLog
🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+260%)
Mutual labels:  logs
sematext-logsene-android
Sematext Logs Client Library for Android
Stars: ✭ 22 (-26.67%)
Mutual labels:  logs
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-30%)
Mutual labels:  fuse

k2hftfuse

C/C++ AntPickax CI GitHub license GitHub forks GitHub stars GitHub issues debian packages RPM packages

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

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.

Documents

Packages

License

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

AntPickax

k2hash is one of AntPickax products.

Copyright(C) 2015 Yahoo Japan Corporation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].