Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 640 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 640 Bytes

Install

The project requires Node 16 and above.

Firstly, install all required packages for https://www.npmjs.com/package/node-fuse-bindings

Also, on a clean Ubuntu system, you need to install pkg-config package.

Then run

npm install

Run

You should create an empty directory for mounting the filesystem before running the project.

Ensure you have the MOUNT_PATH environment variable set to the path where you want to mount the filesystem.

mkdir -p /tmp/fuse
MOUNT_PATH=/tmp/fuse npm start

In case of any crashes, you should unmount the filesystem manually.

fusermount -u /tmp/fuse