azaky / ccfs-filesystem

A custom filesystem built with FUSE API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccfs-filesystem

A custom filesystem built with FUSE (Filesystem in Userspace). For more information about FUSE, visit http://fuse.sourceforge.net/.

Usage

./ccfs <mount folder> <filesystem.ccfs> [--new]

If flag --new is used then a new empty filesystem will be created

List of implemented methods

  • getattr
  • readdir
  • mkdir
  • rmdir
  • rename
  • open
  • unlink
  • mknode
  • truncate
  • open
  • write
  • link

About

A custom filesystem built with FUSE API


Languages

Language:C++ 94.4%Language:C 5.6%