Skip to content

varunjm/In-memory-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Memory File system

This is an implementation of an in-memory File system using FUSE

It supports the following File System operations:

  • open
  • close
  • read
  • write
  • mknod
  • mkdir
  • unlink
  • rmdir
  • opendir
  • readdir

Usage

$ make
$ ./ramdisk <directory-to-mount> <size in MB>

Any of the previously listed operations done within this directory is done thorugh ramdisk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published