chancethecoder / hybrid_fuse

This is just practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hybrid fuse

This is just practice.

Mount root directories to one mount point.

Install

git clone https://github.com/chancethecoder/hybrid_fuse
cd hybrid_fuse
make

Usage

mount

./hb_fuse [mount-point] [rootDir] [rootDir]

unmount

sudo unmount [mount-point]

Created By Youngkyun Kim

About

This is just practice


Languages

Language:C 99.1%Language:Makefile 0.9%