Skip to content

pinkiesky/node-fuse-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published