Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
/ megazordfs Public archive

Fuse based filesystem that creates a virtual volume backed by several devices.

Notifications You must be signed in to change notification settings

ceritium/megazordfs

Repository files navigation

MegazordFS

npm version

Fuse based filesystem that creates a virtual volumen backed by several devices.

Yes, like the megazord.

Megazordfs gif

WARNING

It is a working progress project in a very early stage of development, if you use it you can loose your files.

Install

$ npm install -g megazorfs

You also need to install fuse. See this link for more info.

mkdir -p /tmp/blockA /tmp/blockB /tmp/blockC # Creates dummy storage "blocks"

megazordfs --help
megazordfs create VOL1 /tmp/blockA /tmp/blockB /tmp/blockC
megazordfs start VOL1 /tmp/megazordfs