Git Product home page Git Product logo

memoryfs's Introduction

Memory FileSystem

MemoryFS is a simple and easy to use memory based filesystem, this means any files within this filesystem are temporary and will only last as long as the drive is mounted and the computer is running. This is great if you need to hold temporary files or make modifications to files without effecting your hard drives life span. Another great usage for this would be if you need to access files allot faster than with your hard drive.

Requirements

You will need to have Rust installed to build. You will need to have Fuse installed This is available for (Windows, MacOS, and many Linux Distros).

This is the command to install and build within Ubuntu

sudo apt-get install fuse libfuse-dev

Installation

To install this go to the directory and run:

cargo build --release

If your on linux and you want to make this a command type:

cp MemoryFS/target/debug/MemoryFS /usr/local/bin/memoryfs

Usage

The usage is simple

memoryfs PATH/TO/MOUNT

memoryfs's People

Contributors

drbrad avatar

Stargazers

Vladislav Sorokin avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.