/anassfs

The Anass File System

Primary LanguageCGNU General Public License v3.0GPL-3.0

anassfs

Welcome to anassfs -- the Anass File System. This is a simple file system implementation running on FUSE.

Compiling

Just run:

make

Installing

Just run:

sudo make install

Running

Just run:

anassfs /path/to/folder/to/mount/to

if you have installed the executable, or

./anassfs /path/to/folder/to/mount/to

otherwise.

Features

  • Create files
  • Read files
  • Write files
  • Append files
  • Delete files

TODO

  • Multi-level directories
  • Permission levels
  • Timestamps
  • Symbolic links
  • Resizing disk
  • Backdoor