Skip to content
/ CFS Public

Simple filesystem based on COLA data structure, using FUSE

Notifications You must be signed in to change notification settings

aduraj/CFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

COLAFileSystem

Simple filesystem based on COLA data structure, using FUSE

Directory listing, file and directory creation

Max path length: 30 characters

Compilation: "gcc -lfuse -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 cfs.c -o cfs"

Sample run: "./cfs ~/data /tmp/fuse"

First parameter: the file containing the filesystem, second one: mount dir

Edit:

Added FAT, reading from and writing to files. Max file size is now more than one block.

About

Simple filesystem based on COLA data structure, using FUSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages