Skip to content

Based on FUSE, an implementation of file system which supports indirect address.

Notifications You must be signed in to change notification settings

Eternal579/MyFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

MyFS

快速上手

以下均在source路径下执行

dd bs=8K count=1k if=/dev/zero of=diskimg
make
./disk_init
mkdir mountDir
./MyFS -f mountDir

支持的命令

  • ls
  • mkdir
  • echo
  • cat
  • rmdir
  • unlink

About

Based on FUSE, an implementation of file system which supports indirect address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages