-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
33 lines (23 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 0
Please 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.