Skip to content

gehaxelt/Python-InMemoryFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Python InMemoryFS with FUSE

This is a simple toy implementation of an in-memory filesystem in python with FUSE (Filesystem In User SpacE).

DO NOT USE IN PRODUCTION!

Usage:

python inmemfs.py <mountpoint>

Requirements:

pip install fusepy

BUGS/TODO:

  • Permissions
  • Better data structures

WORKS (tm):

  • touch
  • mkdir
  • rmdir
  • mv
  • chown
  • chmod
  • read/write files

About

A simple (toy) implementation of an in-memory filesystem using FUSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages