Skip to content

DrBrad/MemoryFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Memory FIleSystem is a memory based filesystem that allows you to do anything you could do in a regular filesystem except its all in memory and temporary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages