Skip to content

An example FUSE RAM filesystem written in C++

License

Notifications You must be signed in to change notification settings

excelle08/fuse-cpp-ramfs

This branch is 108 commits ahead of watkipet/fuse-cpp-ramfs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ab0635 · Dec 21, 2021
Dec 21, 2021
Dec 21, 2021
May 30, 2017
May 25, 2017
Mar 15, 2021
May 30, 2017
May 25, 2017
May 25, 2017
May 25, 2017
Dec 21, 2021
Mar 26, 2021

Repository files navigation

https://travis-ci.org/watkipet/fuse-cpp-ramfs.svg?branch=master
    cd build
    cmake ../src
    make
    sudo make install
sudo mkdir /mnt/test-verifs2
sudo mount -t fuse.fuse-cpp-ramfs verifs2 /mnt/test-verifs2

fuse-cpp-ramfs builds with CMake version 3.0 or greater.

fuse-cpp-ramfs requires the libfuse2-2.9 (or later) filesystem-in-userspace library and header files for successful compilation. libfuse is available at: https://github.com/libfuse/libfuse https://osxfuse.github.io

-- Peter Watkins 19-May-2017

About

An example FUSE RAM filesystem written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 1.8%
  • Shell 1.7%
  • Python 1.3%
  • Other 1.0%